kodein-log
/
org.kodein.log
/
Logger
common
Logger
class
Logger
(tag:
Logger.Tag
, frontEnds:
Collection
<
LogFrontend
>, filters:
List
<
LogFilter
>, mappers:
List
<
LogMapper
>)
Content copied to clipboard
Types
Functions
Types
Companion
Link copied to clipboard
common
object
Companion
Content copied to clipboard
Entry
Link copied to clipboard
common
data class
Entry
(level:
Logger.Level
, ex:
Throwable
?, meta:
Map
<
String
,
Any
>, instant:
Instant
)
Content copied to clipboard
Level
Link copied to clipboard
common
enum
Level
:
Enum
<
Logger.Level
>
Content copied to clipboard
Tag
Link copied to clipboard
common
data class
Tag
(pkg:
String
, name:
String
)
Content copied to clipboard
Functions
debug
Link copied to clipboard
common
inline fun
debug
(msgCreator: () ->
String
)
Content copied to clipboard
equals
Link copied to clipboard
common
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
error
Link copied to clipboard
common
inline fun
error
(ex:
Throwable
)
Content copied to clipboard
inline fun
error
(ex:
Throwable
? = null, msgCreator: () ->
String
)
Content copied to clipboard
hashCode
Link copied to clipboard
common
open fun
hashCode
():
Int
Content copied to clipboard
info
Link copied to clipboard
common
inline fun
info
(msgCreator: () ->
String
)
Content copied to clipboard
log
Link copied to clipboard
common
inline fun
log
(level:
Logger.Level
, error:
Throwable
? = null, meta:
Map
<
String
,
Any
> = emptyMap(), msgCreator: () ->
String
? = { null })
Content copied to clipboard
toString
Link copied to clipboard
common
open fun
toString
():
String
Content copied to clipboard
warning
Link copied to clipboard
common
inline fun
warning
(ex:
Throwable
)
Content copied to clipboard
inline fun
warning
(ex:
Throwable
? = null, msgCreator: () ->
String
)
Content copied to clipboard