//MetaPhrase/com.github.diegoberaldin.metaphrase.core.common.log/LogManager/exception
exception
[jvm]
abstract fun exception(message: String, cause: Throwable)
Log an exception.
Parameters
jvm
message | Log message |
cause | Root cause |
//MetaPhrase/com.github.diegoberaldin.metaphrase.core.common.log/LogManager/exception
[jvm]
abstract fun exception(message: String, cause: Throwable)
Log an exception.
jvm
message | Log message |
cause | Root cause |