module SemanticLogger

def self.lag_threshold_s

to determine if the appender thread is falling behind.
Returns the amount of time in seconds
def self.lag_threshold_s
  Logger.processor.lag_threshold_s
end