Package com.illumon.iris.db.schema
Interface Logger
- All Superinterfaces:
LoggerListenerBase
-
Method Summary
Modifier and TypeMethodDescriptionReturn the logger class as a String.default String
Return a string that can be used to uniquely identify this Logger.Return the logger language as a String.Return the logger package as a String.Methods inherited from interface com.illumon.iris.db.schema.LoggerListenerBase
getLogFormat
-
Method Details
-
getLoggerPackage
Return the logger package as a String.- Returns:
- the logger package
-
getLoggerClass
Return the logger class as a String.- Returns:
- the logger class
-
getLoggerLanguage
Return the logger language as a String. If not set, the default is "JAVA".- Returns:
- the logger language
-
getLoggerIdString
Return a string that can be used to uniquely identify this Logger.- Returns:
- a unique identification string for this Logger
-