//MetaPhrase/com.github.diegoberaldin.metaphrase.core.common.log/LogManager
LogManager
[jvm]
interface LogManager
Abstract log manager.
Functions
| Name | Summary |
|---|---|
| debug | [jvm] abstract fun debug(message: String) Log a message with the DEBUG level. |
| error | [jvm] abstract fun error(message: String) Log a message with the ERROR level. |
| exception | [jvm] abstract fun exception(message: String, cause: Throwable) Log an exception. |
| info | [jvm] abstract fun info(message: String) Log a message with the INFO level. |
| trace | [jvm] abstract fun trace(message: String) Log a message with the TRACE level. |
| warn | [jvm] abstract fun warn(message: String) Log a message with the WARNING level. |