logging-api
/
nl.elements.mobilization.logging
/
Logger
Logger
interface
Logger
Content copied to clipboard
Logs different kinds of messages
Functions
Functions
d
Link copied to clipboard
abstract fun
d
(t:
Throwable
)
Content copied to clipboard
Log a debug exception.
abstract fun
d
(message:
String
, vararg args:
Any
?)
Content copied to clipboard
Log a debug message with optional format args.
abstract fun
d
(t:
Throwable
, message:
String
, vararg args:
Any
?)
Content copied to clipboard
Log a debug exception and a message with optional format args.
e
Link copied to clipboard
abstract fun
e
(t:
Throwable
)
Content copied to clipboard
Log an error exception.
abstract fun
e
(message:
String
, vararg args:
Any
?)
Content copied to clipboard
Log an error message with optional format args.
abstract fun
e
(t:
Throwable
, message:
String
, vararg args:
Any
?)
Content copied to clipboard
Log an error exception and a message with optional format args.
i
Link copied to clipboard
abstract fun
i
(t:
Throwable
)
Content copied to clipboard
Log an info exception.
abstract fun
i
(message:
String
, vararg args:
Any
?)
Content copied to clipboard
Log an info message with optional format args.
abstract fun
i
(t:
Throwable
, message:
String
, vararg args:
Any
?)
Content copied to clipboard
Log an info exception and a message with optional format args.
setCustomKey
Link copied to clipboard
abstract fun
setCustomKey
(key:
String
, value:
String
)
Content copied to clipboard
Writes a custom key with given value
setUserId
Link copied to clipboard
abstract fun
setUserId
(id:
String
)
Content copied to clipboard
Sets user identifier
v
Link copied to clipboard
abstract fun
v
(t:
Throwable
)
Content copied to clipboard
Log a verbose exception.
abstract fun
v
(message:
String
, vararg args:
Any
?)
Content copied to clipboard
Log a verbose message with optional format args.
abstract fun
v
(t:
Throwable
, message:
String
, vararg args:
Any
?)
Content copied to clipboard
Log a verbose exception and a message with optional format args.
w
Link copied to clipboard
abstract fun
w
(t:
Throwable
)
Content copied to clipboard
Log a warning exception.
abstract fun
w
(message:
String
, vararg args:
Any
?)
Content copied to clipboard
Log a warning message with optional format args.
abstract fun
w
(t:
Throwable
, message:
String
, vararg args:
Any
?)
Content copied to clipboard
Log a warning exception and a message with optional format args.
wtf
Link copied to clipboard
abstract fun
wtf
(t:
Throwable
)
Content copied to clipboard
Log an assert exception.
abstract fun
wtf
(message:
String
, vararg args:
Any
?)
Content copied to clipboard
Log an assert message with optional format args.
abstract fun
wtf
(t:
Throwable
, message:
String
, vararg args:
Any
?)
Content copied to clipboard
Log an assert exception and a message with optional format args.