Keel
Toggle table of contents
0.0.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Keel
keel-exposed-starter
/
com.keel.db.logging
/
DbScopeLogger
Db
Scope
Logger
class
DbScopeLogger
(
source
:
String
)
(
source
)
Members
Constructors
Db
Scope
Logger
Link copied to clipboard
constructor
(
source
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
debug
Link copied to clipboard
fun
debug
(
message
:
String
)
error
Link copied to clipboard
fun
error
(
message
:
String
)
fun
error
(
message
:
String
,
throwable
:
Throwable
?
)
info
Link copied to clipboard
fun
info
(
message
:
String
)
warn
Link copied to clipboard
fun
warn
(
message
:
String
)
fun
warn
(
message
:
String
,
throwable
:
Throwable
?
)