Module: Logdash::Types::LogLevel

Defined in:
lib/logdash/logger.rb

Constant Summary collapse

ERROR =
'error'
WARN =
'warning'
INFO =
'info'
HTTP =
'http'
VERBOSE =
'verbose'
DEBUG =
'debug'
SILLY =
'silly'