Uses of Class
com.attivio.util.AttivioLogger
-
Packages that use AttivioLogger Package Description com.attivio.client Contains the Client Attivio API for adding content, submitting queries, and sending general purpose messages to an Attivio server.com.attivio.client.exposedapi com.attivio.util Contains utility classes and methods used across the Attivio code base.com.attivio.util.ft com.attivio.util.serialization Contains classes related to serialization/desearialization of objects to/from XML. -
-
Uses of AttivioLogger in com.attivio.client
Fields in com.attivio.client declared as AttivioLogger Modifier and Type Field Description protected AttivioLogger
AbstractReceiverClient. log
Logger for all implementations.protected AttivioLogger
ContentFeeder. log
The Attivio logger -
Uses of AttivioLogger in com.attivio.client.exposedapi
Fields in com.attivio.client.exposedapi declared as AttivioLogger Modifier and Type Field Description protected static AttivioLogger
AttivioMBean. log
The logger -
Uses of AttivioLogger in com.attivio.util
Methods in com.attivio.util that return AttivioLogger Modifier and Type Method Description static AttivioLogger
AttivioLogger. getLogger(java.lang.Class<?> c)
Gets a logger by class.static AttivioLogger
AttivioLogger. getLogger(java.lang.Object o)
Gets a logger by object's class.static AttivioLogger
AttivioLogger. getLogger(java.lang.String name)
Gets a logger by name.static AttivioLogger
MessageUtils. getMessageLogger(java.lang.String workflowName, java.lang.String componentName)
-
Uses of AttivioLogger in com.attivio.util.ft
Fields in com.attivio.util.ft declared as AttivioLogger Modifier and Type Field Description protected AttivioLogger
TransactionLog. log
-
Uses of AttivioLogger in com.attivio.util.serialization
Fields in com.attivio.util.serialization declared as AttivioLogger Modifier and Type Field Description protected static AttivioLogger
AbstractPlatformMessageConverter. log
-