###
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
###
core
/
org.danbrough.klog
/
KLogFactory
KLog
Factory
abstract
class
KLogFactory
(
val
defaultConfiguration
:
KLogConfiguration
)
Inheritors
AndroidLogFactory
NOOPLogFactory
StandardLogFactory
JSLoggingFactory
Members
Constructors
KLog
Factory
Link copied to clipboard
constructor
(
defaultConfiguration
:
KLogConfiguration
)
Properties
default
Configuration
Link copied to clipboard
val
defaultConfiguration
:
KLogConfiguration
default
Log
Level
Link copied to clipboard
open
val
defaultLogLevel
:
Level
Functions
get
Log
Level
Link copied to clipboard
fun
getLogLevel
(
logName
:
String
)
:
Level
logger
Link copied to clipboard
open
fun
logger
(
logName
:
String
)
:
KLogger