Smithy Kotlin
Toggle table of contents
1.5.24
native
Platform filter
native
Switch theme
Skip to content
Smithy Kotlin
logging-crt
/
aws.smithy.kotlin.runtime.telemetry.logging.crt
/
CrtLogger
Crt
Logger
class
CrtLogger
(
val
name
:
String
,
val
config
:
Config
)
:
WithCrt
,
Logger
Members
Constructors
Crt
Logger
Link copied to clipboard
constructor
(
name
:
String
,
config
:
Config
)
Properties
config
Link copied to clipboard
val
config
:
Config
name
Link copied to clipboard
val
name
:
String
Functions
at
Level
Link copied to clipboard
open
override
fun
atLevel
(
level
:
LogLevel
)
:
LogRecordBuilder
debug
Link copied to clipboard
open
override
fun
debug
(
t
:
Throwable
?
,
msg
:
MessageSupplier
)
error
Link copied to clipboard
open
override
fun
error
(
t
:
Throwable
?
,
msg
:
MessageSupplier
)
info
Link copied to clipboard
open
override
fun
info
(
t
:
Throwable
?
,
msg
:
MessageSupplier
)
is
Enabled
For
Link copied to clipboard
open
override
fun
isEnabledFor
(
level
:
LogLevel
)
:
Boolean
trace
Link copied to clipboard
open
override
fun
trace
(
t
:
Throwable
?
,
msg
:
MessageSupplier
)
warn
Link copied to clipboard
open
override
fun
warn
(
t
:
Throwable
?
,
msg
:
MessageSupplier
)