Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.
CoreByte edited this page Jul 8, 2021 · 3 revisions

Logger:new({Debug = true/false})

Initializes the logger with the specified options

Logger:Debug(String Text)

Sends a debug message
Needs the Debug option on true

Logger:Info(String Text)

Sends a info message

Logger:Warn(String Text)

Sends a warning message

Logger:Error(String Text)

Sends a error message