log4k
Toggle table of contents
1.5.2
android
apple
common
js
jvm
Platform filter
android
apple
common
js
jvm
Switch theme
Search in API
log4k
log4k
/
saschpe.log4k
/
ConsoleLogger
Console
Logger
android
apple
common
js
jvm
actual
class
ConsoleLogger
:
Logger
actual
class
ConsoleLogger
:
Logger
expect
class
ConsoleLogger
:
Logger
Log to the platform-specific console.
actual
class
ConsoleLogger
actual
class
ConsoleLogger
:
Logger
Members
Constructors
Console
Logger
Link copied to clipboard
android
apple
common
js
jvm
constructor
(
)
constructor
(
)
expect
constructor
(
)
constructor
(
)
constructor
(
)
Types
Companion
Link copied to clipboard
jvm
object
Companion
Properties
minimum
Log
Level
Link copied to clipboard
android
apple
common
jvm
var
minimumLogLevel
:
Log.Level
var
minimumLogLevel
:
Log.Level
var
minimumLogLevel
:
Log.Level
var
minimumLogLevel
:
Log.Level
Functions
log
Link copied to clipboard
android
apple
common
jvm
fun
log
(
level
:
Log.Level
,
tag
:
String
=
""
,
message
:
String
?
,
throwable
:
Throwable
?
)
fun
log
(
level
:
Log.Level
,
tag
:
String
,
message
:
String
?
,
throwable
:
Throwable
?
)
fun
log
(
level
:
Log.Level
,
tag
:
String
=
""
,
message
:
String
?
,
throwable
:
Throwable
?
)
fun
log
(
level
:
Log.Level
,
tag
:
String
=
""
,
message
:
String
?
,
throwable
:
Throwable
?
)
print
Link copied to clipboard
js
actual
open
fun
print
(
level
:
<Error class: unknown class>
,
tag
:
String
,
message
:
String
?
,
throwable
:
Throwable
?
)