willfix-standalone
/
wtf.s1.willfix.logging
/
LevelLog
Level
Log
open class
LevelLog
:
ILogger
Content copied to clipboard
Types
Constructors
Functions
Properties
Constructors
LevelLog
Link copied to clipboard
open fun
LevelLog
()
Content copied to clipboard
LevelLog
Link copied to clipboard
open fun
LevelLog
(logger:
ILogger
)
Content copied to clipboard
Types
Level
Link copied to clipboard
enum
Level
Content copied to clipboard
Functions
d
Link copied to clipboard
abstract fun
d
(p:
String
)
Content copied to clipboard
open fun
d
(msg:
String
)
Content copied to clipboard
open fun
d
(tag:
String
, msg:
String
)
Content copied to clipboard
e
Link copied to clipboard
abstract fun
e
(p:
String
)
Content copied to clipboard
open fun
e
(msg:
String
)
Content copied to clipboard
open fun
e
(tag:
String
, msg:
String
)
Content copied to clipboard
open fun
e
(msg:
String
, t:
Throwable
)
Content copied to clipboard
open fun
e
(tag:
String
, msg:
String
, t:
Throwable
)
Content copied to clipboard
getImpl
Link copied to clipboard
open fun
getImpl
():
ILogger
Content copied to clipboard
i
Link copied to clipboard
abstract fun
i
(p:
String
)
Content copied to clipboard
open fun
i
(msg:
String
)
Content copied to clipboard
open fun
i
(tag:
String
, msg:
String
)
Content copied to clipboard
setImpl
Link copied to clipboard
open fun
setImpl
(l:
ILogger
)
Content copied to clipboard
setTag
Link copied to clipboard
abstract fun
setTag
(p:
String
)
Content copied to clipboard
open fun
setTag
(tag:
String
)
Content copied to clipboard
w
Link copied to clipboard
abstract fun
w
(p:
String
)
Content copied to clipboard
open fun
w
(msg:
String
)
Content copied to clipboard
open fun
w
(tag:
String
, msg:
String
)
Content copied to clipboard
open fun
w
(msg:
String
, t:
Throwable
)
Content copied to clipboard
open fun
w
(tag:
String
, msg:
String
, t:
Throwable
)
Content copied to clipboard
Properties
DEFAULT
Link copied to clipboard
open val
DEFAULT
:
ILogger
Content copied to clipboard
level
Link copied to clipboard
private open var
level
:
LevelLog.Level
Content copied to clipboard
sDefaultLogger
Link copied to clipboard
open val
sDefaultLogger
:
ILogger
Content copied to clipboard