glimpse-core
/
graphics.glimpse.logging
/
GlimpseLogger
common
Glimpse
Logger
interface
GlimpseLogger
Content copied to clipboard
A common interface for a logger.
Types
Functions
Types
Companion
Link copied to clipboard
common
object
Companion
Content copied to clipboard
Functions
debug
Link copied to clipboard
common
abstract fun
debug
(message:
String
)
Content copied to clipboard
Logs a given
message
at a debug level.
abstract fun
debug
(message:
String
, exception:
Throwable
)
Content copied to clipboard
Logs a given
message
with a given
exception
at a debug level.
equals
Link copied to clipboard
common
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
error
Link copied to clipboard
common
abstract fun
error
(message:
String
)
Content copied to clipboard
Logs a given
message
at an error level.
abstract fun
error
(message:
String
, exception:
Throwable
)
Content copied to clipboard
Logs a given
message
with a given
exception
at an error level.
hashCode
Link copied to clipboard
common
open fun
hashCode
():
Int
Content copied to clipboard
info
Link copied to clipboard
common
abstract fun
info
(message:
String
)
Content copied to clipboard
Logs a given
message
at a info level.
abstract fun
info
(message:
String
, exception:
Throwable
)
Content copied to clipboard
Logs a given
message
with a given
exception
at a info level.
toString
Link copied to clipboard
common
open fun
toString
():
String
Content copied to clipboard
warn
Link copied to clipboard
common
abstract fun
warn
(message:
String
)
Content copied to clipboard
Logs a given
message
at a warning level.
abstract fun
warn
(message:
String
, exception:
Throwable
)
Content copied to clipboard
Logs a given
message
with a given
exception
at a warning level.