AutoMuttonRecipe
Toggle table of contents
1.0.1
common
Platform filter
common
Switch theme
Search in API
AutoMuttonRecipe
auto-mutton-recipe
/
io.github.ryunen344.mutton.log
Package-level
declarations
Types
Functions
Properties
Types
Logger
Link copied to clipboard
abstract
class
Logger
Properties
Noop
Logger
Link copied to clipboard
val
NoopLogger
:
Logger
Functions
debug
Link copied to clipboard
fun
Logger
.
debug
(
tag
:
String
,
throwable
:
Throwable
?
=
null
,
message
:
(
)
->
String
?
=
null
)
error
Link copied to clipboard
fun
Logger
.
error
(
tag
:
String
,
throwable
:
Throwable
?
=
null
,
message
:
(
)
->
String
?
=
null
)
info
Link copied to clipboard
fun
Logger
.
info
(
tag
:
String
,
throwable
:
Throwable
?
=
null
,
message
:
(
)
->
String
?
=
null
)
verbose
Link copied to clipboard
fun
Logger
.
verbose
(
tag
:
String
,
throwable
:
Throwable
?
=
null
,
message
:
(
)
->
String
?
=
null
)
warn
Link copied to clipboard
fun
Logger
.
warn
(
tag
:
String
,
throwable
:
Throwable
?
=
null
,
message
:
(
)
->
String
?
=
null
)