GoggaLogger

A GoggaLogger

Constructors

this
this()

Constructs a new GoggaLogger

Members

Aliases

dbg
alias dbg = debug_

Alias for debug_

Functions

debug_
void debug_(TextType segments, string c1, string c2, ulong c3, string c4, string c5, string c6)

Logs using the default context an arbitrary amount of arguments specifically setting the context's level to DEBUG and will only print if debugging is enabled

error
void error(TextType segments, string c1, string c2, ulong c3, string c4, string c5, string c6)

Logs using the default context an arbitrary amount of arguments specifically setting the context's level to ERROR

info
void info(TextType segments, string c1, string c2, ulong c3, string c4, string c5, string c6)

Logs using the default context an arbitrary amount of arguments specifically setting the context's level to INFO

mode
void mode(GoggaMode mode)

Sets the style of logging to use

warn
void warn(TextType segments, string c1, string c2, ulong c3, string c4, string c5, string c6)

Logs using the default context an arbitrary amount of arguments specifically setting the context's level to WARN

Meta