toggle menu
foundry
jvm
switch theme
search in API
foundry-common
/
foundry.common
/
FoundryLogger
Foundry
Logger
interface
FoundryLogger
(
source
)
A simple logging abstraction for use in Foundry.
Members
Types
Companion
Link copied to clipboard
object
Companion
Functions
debug
Link copied to clipboard
abstract
fun
debug
(
message
:
String
)
error
Link copied to clipboard
abstract
fun
error
(
message
:
String
)
abstract
fun
error
(
message
:
String
,
error
:
Throwable
)
info
Link copied to clipboard
abstract
fun
info
(
message
:
String
)
lifecycle
Link copied to clipboard
abstract
fun
lifecycle
(
message
:
String
)
warn
Link copied to clipboard
abstract
fun
warn
(
message
:
String
)
abstract
fun
warn
(
message
:
String
,
error
:
Throwable
)