McLazyLogger

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard
open override val value: McLogger

Functions

Link copied to clipboard
open override fun debug(format: String, vararg arguments: Any?)

Log a message at the DEBUG level.

Link copied to clipboard
open override fun error(format: String, vararg arguments: Any?)

Log a message at the ERROR level.

Link copied to clipboard
open override fun getName(): String

Gets the name of the logger.

Link copied to clipboard
open override fun info(format: String, vararg arguments: Any?)

Log a message at the INFO level.

Link copied to clipboard
open override fun isInitialized(): Boolean
Link copied to clipboard
open override fun trace(format: String, vararg arguments: Any?)

Log a message at the TRACE level.

Link copied to clipboard
open override fun warn(format: String, vararg arguments: Any?)

Log a message at the WARN level.