aesi-eclipse / org.slf4j.impl / LoggerBase
LoggerBase
abstract class LoggerBase : MarkerIgnoringBase
Base implementation for loggers.
Functions
debug | fun debug(msg: String ): Unit fun debug(format: String , arg: Any ): Unit fun debug(format: String , arg1: Any , arg2: Any ): Unit fun debug(format: String , vararg arguments: Any ): Unit fun debug(msg: String , t: Throwable ): Unit {@inheritDoc} |
error | fun error(msg: String ): Unit fun error(format: String , arg: Any ): Unit fun error(format: String , arg1: Any , arg2: Any ): Unit fun error(format: String , vararg arguments: Any ): Unit fun error(msg: String , t: Throwable ): Unit {@inheritDoc} |
getName | open fun getName(): String {@inheritDoc} |
info | fun info(msg: String ): Unit fun info(format: String , arg: Any ): Unit fun info(format: String , arg1: Any , arg2: Any ): Unit fun info(format: String , vararg arguments: Any ): Unit fun info(msg: String , t: Throwable ): Unit {@inheritDoc} |
isDebugEnabled | open fun isDebugEnabled(): Boolean {@inheritDoc} |
isErrorEnabled | open fun isErrorEnabled(): Boolean {@inheritDoc} |
isInfoEnabled | open fun isInfoEnabled(): Boolean {@inheritDoc} |
isTraceEnabled | open fun isTraceEnabled(): Boolean {@inheritDoc} |
isWarnEnabled | open fun isWarnEnabled(): Boolean {@inheritDoc} |
trace | fun trace(msg: String ): Unit fun trace(format: String , arg: Any ): Unit fun trace(format: String , arg1: Any , arg2: Any ): Unit fun trace(format: String , vararg arguments: Any ): Unit fun trace(msg: String , t: Throwable ): Unit {@inheritDoc} |
warn | fun warn(msg: String ): Unit fun warn(format: String , arg: Any ): Unit fun warn(format: String , arg1: Any , arg2: Any ): Unit fun warn(format: String , vararg arguments: Any ): Unit fun warn(msg: String , t: Throwable ): Unit {@inheritDoc} |
Inheritors
ConsoleLoggerAdapter | class ConsoleLoggerAdapter : LoggerBase, Serializable Logs to the console view. |
EclipseLoggerAdapter | class EclipseLoggerAdapter : LoggerBase, Serializable Logs to the Eclipse Error view. |