kslog
0.1.0
common
kslog
/
dev.inmo.kslog.common
/
KSLog
KSLog
common
interface
KSLog
Content copied to clipboard
Types
Functions
Extensions
Sources
Inheritors
Types
Companion
Link copied to clipboard
common
object
Companion
:
KSLog
Content copied to clipboard
Functions
perform
Log
Link copied to clipboard
common
abstract
fun
performLog
(
level
:
LogLevel
,
tag
:
String
?
,
message
:
String
,
throwable
:
Throwable
?
)
Content copied to clipboard
Inheritors
Companion
Link copied to clipboard
CallbackKSLog
Link copied to clipboard
TagLogger
Link copied to clipboard
Extensions
assert
Link copied to clipboard
common
inline
fun
KSLog
.
assert
(
tag
:
String
?
=
null
,
e
:
Throwable
?
=
null
,
messageBuilder
:
(
)
->
String
)
Content copied to clipboard
inline
fun
KSLog
.
assert
(
message
:
String
,
e
:
Throwable
?
=
null
)
Content copied to clipboard
inline
fun
KSLog
.
assert
(
tag
:
String
,
message
:
String
,
e
:
Throwable
?
=
null
)
Content copied to clipboard
d
Link copied to clipboard
common
inline
fun
KSLog
.
d
(
tag
:
String
?
=
null
,
e
:
Throwable
?
=
null
,
messageBuilder
:
(
)
->
String
)
Content copied to clipboard
inline
fun
KSLog
.
d
(
message
:
String
,
e
:
Throwable
?
=
null
)
Content copied to clipboard
inline
fun
KSLog
.
d
(
tag
:
String
,
message
:
String
,
e
:
Throwable
?
=
null
)
Content copied to clipboard
debug
Link copied to clipboard
common
inline
fun
KSLog
.
debug
(
tag
:
String
?
=
null
,
e
:
Throwable
?
=
null
,
messageBuilder
:
(
)
->
String
)
Content copied to clipboard
inline
fun
KSLog
.
debug
(
message
:
String
,
e
:
Throwable
?
=
null
)
Content copied to clipboard
inline
fun
KSLog
.
debug
(
tag
:
String
,
message
:
String
,
e
:
Throwable
?
=
null
)
Content copied to clipboard
e
Link copied to clipboard
common
inline
fun
KSLog
.
e
(
tag
:
String
?
=
null
,
e
:
Throwable
?
=
null
,
messageBuilder
:
(
)
->
String
)
Content copied to clipboard
inline
fun
KSLog
.
e
(
message
:
String
,
e
:
Throwable
?
=
null
)
Content copied to clipboard
inline
fun
KSLog
.
e
(
tag
:
String
,
message
:
String
,
e
:
Throwable
?
=
null
)
Content copied to clipboard
error
Link copied to clipboard
common
inline
fun
KSLog
.
error
(
tag
:
String
?
=
null
,
e
:
Throwable
?
=
null
,
messageBuilder
:
(
)
->
String
)
Content copied to clipboard
inline
fun
KSLog
.
error
(
message
:
String
,
e
:
Throwable
?
=
null
)
Content copied to clipboard
inline
fun
KSLog
.
error
(
tag
:
String
,
message
:
String
,
e
:
Throwable
?
=
null
)
Content copied to clipboard
i
Link copied to clipboard
common
inline
fun
KSLog
.
i
(
tag
:
String
?
=
null
,
e
:
Throwable
?
=
null
,
messageBuilder
:
(
)
->
String
)
Content copied to clipboard
inline
fun
KSLog
.
i
(
message
:
String
,
e
:
Throwable
?
=
null
)
Content copied to clipboard
inline
fun
KSLog
.
i
(
tag
:
String
,
message
:
String
,
e
:
Throwable
?
=
null
)
Content copied to clipboard
info
Link copied to clipboard
common
inline
fun
KSLog
.
info
(
tag
:
String
?
=
null
,
e
:
Throwable
?
=
null
,
messageBuilder
:
(
)
->
String
)
Content copied to clipboard
inline
fun
KSLog
.
info
(
message
:
String
,
e
:
Throwable
?
=
null
)
Content copied to clipboard
inline
fun
KSLog
.
info
(
tag
:
String
,
message
:
String
,
e
:
Throwable
?
=
null
)
Content copied to clipboard
invoke
Link copied to clipboard
common
operator
fun
KSLog
.
invoke
(
performLogCallback
:
(
level
:
LogLevel
,
tag
:
String
?
,
message
:
String
,
throwable
:
Throwable
?
)
->
Unit
)
:
CallbackKSLog
Content copied to clipboard
l
Link copied to clipboard
common
inline
fun
KSLog
.
l
(
level
:
LogLevel
,
tag
:
String
?
=
null
,
e
:
Throwable
?
=
null
,
messageBuilder
:
(
)
->
String
)
Content copied to clipboard
inline
fun
KSLog
.
l
(
level
:
LogLevel
,
message
:
String
,
e
:
Throwable
?
=
null
)
Content copied to clipboard
inline
fun
KSLog
.
l
(
level
:
LogLevel
,
tag
:
String
,
message
:
String
,
e
:
Throwable
?
=
null
)
Content copied to clipboard
log
Link copied to clipboard
common
inline
fun
KSLog
.
log
(
level
:
LogLevel
,
tag
:
String
?
=
null
,
e
:
Throwable
?
=
null
,
messageBuilder
:
(
)
->
String
)
Content copied to clipboard
inline
fun
KSLog
.
log
(
level
:
LogLevel
,
message
:
String
,
e
:
Throwable
?
=
null
)
Content copied to clipboard
inline
fun
KSLog
.
log
(
level
:
LogLevel
,
tag
:
String
,
message
:
String
,
e
:
Throwable
?
=
null
)
Content copied to clipboard
v
Link copied to clipboard
common
inline
fun
KSLog
.
v
(
tag
:
String
?
=
null
,
e
:
Throwable
?
=
null
,
messageBuilder
:
(
)
->
String
)
Content copied to clipboard
inline
fun
KSLog
.
v
(
message
:
String
,
e
:
Throwable
?
=
null
)
Content copied to clipboard
inline
fun
KSLog
.
v
(
tag
:
String
,
message
:
String
,
e
:
Throwable
?
=
null
)
Content copied to clipboard
verbose
Link copied to clipboard
common
inline
fun
KSLog
.
verbose
(
tag
:
String
?
=
null
,
e
:
Throwable
?
=
null
,
messageBuilder
:
(
)
->
String
)
Content copied to clipboard
inline
fun
KSLog
.
verbose
(
message
:
String
,
e
:
Throwable
?
=
null
)
Content copied to clipboard
inline
fun
KSLog
.
verbose
(
tag
:
String
,
message
:
String
,
e
:
Throwable
?
=
null
)
Content copied to clipboard
w
Link copied to clipboard
common
inline
fun
KSLog
.
w
(
tag
:
String
?
=
null
,
e
:
Throwable
?
=
null
,
messageBuilder
:
(
)
->
String
)
Content copied to clipboard
inline
fun
KSLog
.
w
(
message
:
String
,
e
:
Throwable
?
=
null
)
Content copied to clipboard
inline
fun
KSLog
.
w
(
tag
:
String
,
message
:
String
,
e
:
Throwable
?
=
null
)
Content copied to clipboard
warning
Link copied to clipboard
common
inline
fun
KSLog
.
warning
(
tag
:
String
?
=
null
,
e
:
Throwable
?
=
null
,
messageBuilder
:
(
)
->
String
)
Content copied to clipboard
inline
fun
KSLog
.
warning
(
message
:
String
,
e
:
Throwable
?
=
null
)
Content copied to clipboard
inline
fun
KSLog
.
warning
(
tag
:
String
,
message
:
String
,
e
:
Throwable
?
=
null
)
Content copied to clipboard
wtf
Link copied to clipboard
common
inline
fun
KSLog
.
wtf
(
tag
:
String
?
=
null
,
e
:
Throwable
?
=
null
,
messageBuilder
:
(
)
->
String
)
Content copied to clipboard
inline
fun
KSLog
.
wtf
(
message
:
String
,
e
:
Throwable
?
=
null
)
Content copied to clipboard
inline
fun
KSLog
.
wtf
(
tag
:
String
,
message
:
String
,
e
:
Throwable
?
=
null
)
Content copied to clipboard
Sources
common source
Link copied to clipboard