public static class CallLogging.Configuration
Configuration for class CallLogging
feature
class CallLogging
Constructor and Description |
---|
Configuration()
Configuration for
class CallLogging feature |
Modifier and Type | Method and Description |
---|---|
void |
filter(kotlin.jvm.functions.Function1<? super io.ktor.application.ApplicationCall,java.lang.Boolean> predicate)
Log messages for calls matching a predicate
|
org.slf4j.event.Level |
getLevel()
Logging level for
class CallLogging , default is Level.TRACE |
void |
setLevel(org.slf4j.event.Level p)
Logging level for
class CallLogging , default is Level.TRACE |
public Configuration()
Configuration for class CallLogging
feature
class CallLogging
public org.slf4j.event.Level getLevel()
Logging level for class CallLogging
, default is Level.TRACE
class CallLogging
public void setLevel(org.slf4j.event.Level p)
Logging level for class CallLogging
, default is Level.TRACE
class CallLogging
public void filter(kotlin.jvm.functions.Function1<? super io.ktor.application.ApplicationCall,java.lang.Boolean> predicate)
Log messages for calls matching a predicate