HT2::DebugMode::Config
Inherits Struct < Value < Object
Configuration for debug mode
Constructors
new(frame_logging : Bool = true, frame_data_limit : Int32 = 256, log_level : ::Log::Severity = ::Log::Severity::Debug)
SourceInstance methods
frame_data_limit
Sourceframe_data_limit=(frame_data_limit : Int32)
Sourceframe_logging=(frame_logging : Bool)
Sourceframe_logging?
Sourcelog_level
Sourcelog_level=(log_level : ::Log::Severity)
Source