Package com.illumon.iris.db.schema
Interface Listener
- All Superinterfaces:
LoggerListenerBase
-
Method Summary
Modifier and TypeMethodDescriptionReturn the listener class as a string.default String
Return a string that can be used to uniquely identify this Listener.Return the listener package as a string.Methods inherited from interface com.illumon.iris.db.schema.LoggerListenerBase
getLogFormat
-
Method Details
-
getListenerPackage
Return the listener package as a string.- Returns:
- the listener package.
-
getListenerClass
Return the listener class as a string.- Returns:
- the listener class.
-
getListenerIdString
Return a string that can be used to uniquely identify this Listener.- Returns:
- a unique identification string for this Listener
-