willfix-standalone
/
wtf.s1.willfix.logging
/
BaseLogger
Base
Logger
abstract class
BaseLogger
:
ILogger
,
Closeable
Content copied to clipboard
Functions
Properties
Inheritors
Functions
close
Link copied to clipboard
abstract fun
close
()
Content copied to clipboard
open fun
close
()
Content copied to clipboard
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
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
setTag
Link copied to clipboard
abstract fun
setTag
(p:
String
)
Content copied to clipboard
stackToString
Link copied to clipboard
open fun
stackToString
(t:
Throwable
):
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
tag
Link copied to clipboard
private open var
tag
:
String
Content copied to clipboard
Inheritors
SystemOutputImpl
Link copied to clipboard
SystemLoggerImpl
Link copied to clipboard