enum OpenTelemetry::LogRecord::Level

Defined in:

log.cr

Enum Members

Unspecified = 0
Trace = 1
Trace2 = 2
Trace3 = 3
Trace4 = 4
Debug = 5
Debug2 = 6
Debug3 = 7
Debug4 = 8
Info = 9
Info2 = 10
Info3 = 11
Info4 = 12
Warn = 13
Warn2 = 14
Warn3 = 15
Warn4 = 16
Error = 17
Error2 = 18
Error3 = 19
Error4 = 20
Fatal = 21
Fatal2 = 22
Fatal3 = 23
Fatal4 = 24

Instance Method Summary

Instance Method Detail

def debug2? #

def debug3? #

def debug4? #

def debug? #

def error2? #

def error3? #

def error4? #

def error? #

def fatal2? #

def fatal3? #

def fatal4? #

def fatal? #

def info2? #

def info3? #

def info4? #

def info? #

def trace2? #

def trace3? #

def trace4? #

def trace? #

def unspecified? #

def warn2? #

def warn3? #

def warn4? #

def warn? #