Uses of Interface
com.attivio.sdk.server.util.AieLogger
-
Packages that use AieLogger Package Description com.attivio.sdk.server.component.configuration Interfaces used by components to signal they wish to have certain platform dependencies injected and to standardize on best practices in terms of configuration.com.attivio.sdk.test -
-
Uses of AieLogger in com.attivio.sdk.server.component.configuration
Methods in com.attivio.sdk.server.component.configuration with parameters of type AieLogger Modifier and Type Method Description void
AieLoggerAware. setAieLogger(AieLogger log)
This method will be called by the AIE server to supply aAieLogger
that this component can store and use. -
Uses of AieLogger in com.attivio.sdk.test
Classes in com.attivio.sdk.test that implement AieLogger Modifier and Type Class Description class
MockAieLogger
Methods in com.attivio.sdk.test with parameters of type AieLogger Modifier and Type Method Description static void
SdkTestUtils. startTransformer(Stage trans, SchemaUtil schemaUtil, ProcessingFeedbackHandler feedbackHandler, AieLogger logger)
*****************************************************************************************************************
-