Smithy Kotlin
Toggle table of contents
1.5.8
common
Platform filter
common
Switch theme
Skip to content
Smithy Kotlin
smithy-client
/
aws.smithy.kotlin.runtime.client
/
LogMode
/
LogRequest
Log
Request
common
object
LogRequest
:
LogMode
Log the request details, e.g. url, headers, etc.
Members
Functions
to
String
Link copied to clipboard
common
open
override
fun
toString
(
)
:
String
Inherited functions
equals
Link copied to clipboard
common
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
is
Enabled
Link copied to clipboard
common
fun
isEnabled
(
mode
:
LogMode
)
:
Boolean
Test if a particular
LogMode
is enabled
minus
Link copied to clipboard
common
operator
fun
minus
(
mode
:
LogMode
)
:
LogMode
plus
Link copied to clipboard
common
operator
fun
plus
(
mode
:
LogMode
)
:
LogMode