module SemanticLogger

def self.lag_check_interval

to determine if the appender thread is falling behind.
Returns the check_interval which is the number of messages between checks
def self.lag_check_interval
  Logger.processor.lag_check_interval
end