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
/
Logger
Logger
abstract
class
Logger
Members
Members & Extensions
Constructors
Logger
Link copied to clipboard
constructor
(
)
Types
Level
Link copied to clipboard
enum
Level
:
Enum
<
Logger.Level
>
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
)
log
Link copied to clipboard
abstract
fun
log
(
tag
:
String
,
level
:
Logger.Level
,
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
)