Skip to content
DizzasTeR edited this page Nov 2, 2020 · 5 revisions

Logger

A simple class that provides functionality to log information

Static Class Methods

  • info(string message)
  • warn(string message)
  • error(string message)

Example

Logger.info("An info log")
Logger.warn("A warning log")
Logger.error("An error log")

Clone this wiki locally