arbor
Toggle table of contents
2.0.101-SNAPSHOT
common
jvm
Platform filter
common
jvm
Switch theme
Search in API
arbor
arbor
/
com.toxicbakery.logging
/
LoggingException
Logging
Exception
data
class
LoggingException
(
msg
:
String
)
:
Exception
A generic exception thrown when logging can not be performed.
Members
Members & Extensions
Constructors
Logging
Exception
Link copied to clipboard
constructor
(
msg
:
String
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?
Functions
pretty
Print
Link copied to clipboard
jvm
@
JvmStatic
fun
Throwable
.
prettyPrint
(
)
:
String