Lumberjack
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Lumberjack
core
/
com.michaelflisar.lumberjack.core
/
AbstractLogger
Abstract
Logger
abstract
class
AbstractLogger
Inheritors
L
Members
Constructors
Abstract
Logger
Link copied to clipboard
constructor
(
)
Properties
min
Log
Level
Link copied to clipboard
var
minLogLevel
:
Level
the minimum log level that is logged by this logger
Functions
call
Stack
Correction
Link copied to clipboard
abstract
fun
callStackCorrection
(
value
:
Int
)
:
AbstractLogger
d
Link copied to clipboard
fun
d
(
message
:
(
)
->
String
)
fun
d
(
t
:
Throwable
)
fun
d
(
t
:
Throwable
,
message
:
(
)
->
String
)
do
Log
Link copied to clipboard
abstract
fun
doLog
(
level
:
Level
,
message
:
String
?
,
t
:
Throwable
?
,
t2
:
Throwable
)
e
Link copied to clipboard
fun
e
(
message
:
(
)
->
String
)
fun
e
(
t
:
Throwable
)
fun
e
(
t
:
Throwable
,
message
:
(
)
->
String
)
enable
Link copied to clipboard
open
fun
enable
(
minLogLevel
:
Level
=
Level.VERBOSE
)
i
Link copied to clipboard
fun
i
(
message
:
(
)
->
String
)
fun
i
(
t
:
Throwable
)
fun
i
(
t
:
Throwable
,
message
:
(
)
->
String
)
is
Enabled
Link copied to clipboard
open
fun
isEnabled
(
level
:
Level
)
:
Boolean
log
Link copied to clipboard
fun
log
(
level
:
Level
,
message
:
(
)
->
String
)
fun
log
(
level
:
Level
,
t
:
Throwable
)
fun
log
(
level
:
Level
,
t
:
Throwable
,
message
:
(
)
->
String
)
log
If
Link copied to clipboard
fun
logIf
(
block
:
(
)
->
Boolean
)
:
AbstractLogger
?
tag
Link copied to clipboard
abstract
fun
tag
(
tag
:
String
)
:
AbstractLogger
v
Link copied to clipboard
fun
v
(
message
:
(
)
->
String
)
fun
v
(
t
:
Throwable
)
fun
v
(
t
:
Throwable
,
message
:
(
)
->
String
)
w
Link copied to clipboard
fun
w
(
message
:
(
)
->
String
)
fun
w
(
t
:
Throwable
)
fun
w
(
t
:
Throwable
,
message
:
(
)
->
String
)
wtf
Link copied to clipboard
fun
wtf
(
message
:
(
)
->
String
)
fun
wtf
(
t
:
Throwable
)
fun
wtf
(
t
:
Throwable
,
message
:
(
)
->
String
)