toggle menu
Telegram Bot
7.4.0
common
switch theme
search in API
Telegram Bot
/
eu.vendeli.tgbot.utils
/
LoggingWrapper
Logging
Wrapper
class
LoggingWrapper
(
cfg
:
LoggingConfiguration
,
tag
:
String
=
DEFAULT_LOGGING_TAG
)
Members
Constructors
Logging
Wrapper
Link copied to clipboard
constructor
(
cfg
:
LoggingConfiguration
,
tag
:
String
=
DEFAULT_LOGGING_TAG
)
Functions
debug
Link copied to clipboard
suspend
fun
debug
(
message
:
(
)
->
String
)
error
Link copied to clipboard
suspend
fun
error
(
throwable
:
Throwable
?
=
null
,
message
:
(
)
->
String
)
info
Link copied to clipboard
suspend
fun
info
(
message
:
(
)
->
String
)
trace
Link copied to clipboard
suspend
fun
trace
(
message
:
(
)
->
String
)
warn
Link copied to clipboard
suspend
fun
warn
(
message
:
(
)
->
String
)