Package com.illumon.iris.db.schema
Interface Logger
- All Superinterfaces:
LoggerListenerBase
public interface Logger extends LoggerListenerBase
-
Method Summary
Modifier and Type Method Description String
getLoggerClass()
Return the logger class as a String.default String
getLoggerIdString()
Return a string that can be used to uniquely identify this Logger.String
getLoggerLanguage()
Return the logger language as a String.String
getLoggerPackage()
Return the logger package as a String.
-
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
-