class SemanticLogger::Subscriber

def console_output?

Whether this appender is logging to stdout or stderror
def console_output?
  false
end