enum Syslog::Severity

Overview

Severity level indicator

Defined in:

syslog/severity.cr

Enum Members

EMERGENCY = 0

Emergency: system is unusable

ALERT = 1

Alert: action must be taken immediately

CRITICAL = 2

Critical: critical conditions

ERROR = 3

Error: error conditions

WARNING = 4

Warning: warning conditions

NOTICE = 5

Notice: normal but significant condition

INFO = 6

Informational: informational messages

DEBUG = 7

Debug: debug-level messages

Instance Method Summary

Instance Method Detail

def alert? #

[View source]
def critical? #

[View source]
def debug? #

[View source]
def emergency? #

[View source]
def error? #

[View source]
def info? #

[View source]
def notice? #

[View source]
def warning? #

[View source]