GraphMine

graphmine-core / io.github.sof3.graphmine / HasLogger

HasLogger

interface HasLogger

This interface only exists to avoid the boilerplate of calling the logger.

Properties

locale abstract val locale: String
logger abstract val logger: Logger
The logger for this object

Functions

debug open fun debug(i18n: I18n): Unit
Logs a DEBUG-level message
error open fun error(i18n: I18n): Unit
Logs a ERROR-level message
fatal open fun fatal(i18n: I18n): Unit
Logs a FATAL-level message
info open fun info(i18n: I18n): Unit
Logs a INFO-level message
warn open fun warn(i18n: I18n): Unit
Logs a WARN-level message

Inheritors

Server class Server : Scope, HasLogger
The Server should be the object that links up different components of the server.