kdi-jvm
kdi-jvm
/
tech.codingzen.kdi_jvm
/
Log4j2Logger
Log4j2Logger
public
final
class
Log4j2Logger
implements
Logger
Content copied to clipboard
Constructors
Functions
Constructors
Log4j2Logger
Link copied to clipboard
Log4j2Logger
Log4j2Logger
(
String
name
,
Logger.Level
level
)
Content copied to clipboard
Functions
error
Link copied to clipboard
Unit
error
(
Function0
<
String
>
block
)
Content copied to clipboard
Unit
error
(
Function0
<
String
>
block
,
Throwable
throwable
)
Content copied to clipboard
info
Link copied to clipboard
Unit
info
(
Function0
<
String
>
block
)
Content copied to clipboard
Unit
info
(
Function0
<
String
>
block
,
Throwable
throwable
)
Content copied to clipboard
log
Link copied to clipboard
Unit
log
(
Logger.Level
level
,
Function0
<
String
>
block
)
Content copied to clipboard
Unit
log
(
Logger.Level
level
,
Throwable
throwable
,
Function0
<
String
>
block
)
Content copied to clipboard
trace
Link copied to clipboard
Unit
trace
(
Function0
<
String
>
block
)
Content copied to clipboard
Unit
trace
(
Function0
<
String
>
block
,
Throwable
throwable
)
Content copied to clipboard
warn
Link copied to clipboard
Unit
warn
(
Function0
<
String
>
block
)
Content copied to clipboard
Unit
warn
(
Function0
<
String
>
block
,
Throwable
throwable
)
Content copied to clipboard