class Origami::XDP::Packet::Config::Threshold

Constants

ERROR
INFORMATION
TRACE
WARN

Public Class Methods

new(threshold = TRACE) click to toggle source
Calls superclass method
# File lib/origami/xfa.rb, line 562
def initialize(threshold = TRACE)
  super('threshold')
  
  self.text = threshold
end