willfix-standalone
/
wtf.s1.willfix.logging
/
SystemLoggerImpl
System
Logger
Impl
open class
SystemLoggerImpl
:
BaseLogger
Content copied to clipboard
Functions
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
open fun
setTag
(tag:
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