j-logger-coroutine
2.0.3-alpha5
j-logger-coroutine
/
kr.jadekim.logger.coroutine
Package kr.
jadekim.
logger.
coroutine
Functions
Functions
s
Debug
Link copied to clipboard
suspend
fun
<ERROR CLASS>
.
sDebug
(
body
:
<ERROR CLASS>
.
(
)
->
String
)
Content copied to clipboard
suspend
fun
<ERROR CLASS>
.
sDebug
(
message
:
String
,
throwable
:
Throwable
?
=
null
,
meta
:
Map
<
String
,
Any
?
>
=
emptyMap()
)
Content copied to clipboard
s
Error
Link copied to clipboard
suspend
fun
<ERROR CLASS>
.
sError
(
body
:
<ERROR CLASS>
.
(
)
->
String
)
Content copied to clipboard
suspend
fun
<ERROR CLASS>
.
sError
(
message
:
String
,
throwable
:
Throwable
?
=
null
,
meta
:
Map
<
String
,
Any
?
>
=
emptyMap()
)
Content copied to clipboard
s
Fetal
Link copied to clipboard
suspend
fun
<ERROR CLASS>
.
sFetal
(
body
:
<ERROR CLASS>
.
(
)
->
String
)
Content copied to clipboard
suspend
fun
<ERROR CLASS>
.
sFetal
(
message
:
String
,
throwable
:
Throwable
?
=
null
,
meta
:
Map
<
String
,
Any
?
>
=
emptyMap()
)
Content copied to clipboard
s
Info
Link copied to clipboard
suspend
fun
<ERROR CLASS>
.
sInfo
(
body
:
<ERROR CLASS>
.
(
)
->
String
)
Content copied to clipboard
suspend
fun
<ERROR CLASS>
.
sInfo
(
message
:
String
,
throwable
:
Throwable
?
=
null
,
meta
:
Map
<
String
,
Any
?
>
=
emptyMap()
)
Content copied to clipboard
s
Log
Link copied to clipboard
suspend
fun
<ERROR CLASS>
.
sLog
(
level
:
<ERROR CLASS>
,
log
:
<ERROR CLASS>
.
(
)
->
String
)
Content copied to clipboard
suspend
fun
<ERROR CLASS>
.
sLog
(
level
:
<ERROR CLASS>
,
message
:
String
,
throwable
:
Throwable
?
=
null
,
meta
:
Map
<
String
,
Any
?
>
=
emptyMap()
,
context
:
<ERROR CLASS>
?
=
null
)
Content copied to clipboard
s
Trace
Link copied to clipboard
suspend
fun
<ERROR CLASS>
.
sTrace
(
body
:
<ERROR CLASS>
.
(
)
->
String
)
Content copied to clipboard
suspend
fun
<ERROR CLASS>
.
sTrace
(
message
:
String
,
throwable
:
Throwable
?
=
null
,
meta
:
Map
<
String
,
Any
?
>
=
emptyMap()
)
Content copied to clipboard
s
Warning
Link copied to clipboard
suspend
fun
<ERROR CLASS>
.
sWarning
(
body
:
<ERROR CLASS>
.
(
)
->
String
)
Content copied to clipboard
suspend
fun
<ERROR CLASS>
.
sWarning
(
message
:
String
,
throwable
:
Throwable
?
=
null
,
meta
:
Map
<
String
,
Any
?
>
=
emptyMap()
)
Content copied to clipboard