enum LogCR::LogLevel

Overview

LogLevel defines which logs to show and which to not, controlled by the Logger class

Defined in:

logcr.cr

Enum Members

Debug = 0
Info = 1
Warn = 2
Error = 3

Instance Method Summary

Instance Method Detail

def debug? #

[View source]
def error? #

[View source]
def info? #

[View source]
def warn? #

[View source]