SoulLogger
Toggle table of contents
1.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
SoulLogger
SoulLogger
/
com.lestere.opensource.logger
/
SoulLoggerPluginConfiguration
/
FilterConfiguration
Filter
Configuration
class
FilterConfiguration
(
source
)
Configuration for log filtering and sampling.
Members
Constructors
Filter
Configuration
Link copied to clipboard
constructor
(
)
Properties
enabled
Link copied to clipboard
var
enabled
:
Boolean
error
Boost
Duration
Ms
Link copied to clipboard
var
errorBoostDurationMs
:
Long
error
Boost
Enabled
Link copied to clipboard
var
errorBoostEnabled
:
Boolean
error
Boost
Rate
Link copied to clipboard
var
errorBoostRate
:
Double
exclude
Patterns
Link copied to clipboard
var
excludePatterns
:
String
include
Patterns
Link copied to clipboard
var
includePatterns
:
String
min
Level
Link copied to clipboard
var
minLevel
:
SoulLogger.Level
sample
Rate
Link copied to clipboard
var
sampleRate
:
Double
sampling
Enabled
Link copied to clipboard
var
samplingEnabled
:
Boolean
sampling
Strategy
Link copied to clipboard
var
samplingStrategy
:
String
Functions
to
Filter
Config
Link copied to clipboard
fun
toFilterConfig
(
)
:
FilterConfig