struct

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)
Source

Instance methods

frame_data_limit
Source
frame_data_limit=(frame_data_limit : Int32)
Source
frame_logging=(frame_logging : Bool)
Source
frame_logging?
Source
log_level
Source
log_level=(log_level : ::Log::Severity)
Source