###
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
###
core
/
org.danbrough.klog
/
KLogUtils
KLog
Utils
abstract
class
KLogUtils
Inheritors
BaseUtilsJvm
Utils
Members
Constructors
KLog
Utils
Link copied to clipboard
constructor
(
)
Properties
environment
Link copied to clipboard
abstract
val
environment
:
Map
<
String
,
String
?
>
stderr
Printer
Link copied to clipboard
abstract
val
stderrPrinter
:
Printer
stdout
Printer
Link copied to clipboard
abstract
val
stdoutPrinter
:
Printer
Functions
default
Log
Factory
Link copied to clipboard
open
fun
defaultLogFactory
(
)
:
KLogFactory
get
Thread
Name
Link copied to clipboard
abstract
fun
getThreadName
(
)
:
String
logger
Name
Link copied to clipboard
abstract
fun
<
T
:
Any
>
loggerName
(
clazz
:
KClass
<
T
>
)
:
String