17#ifndef _DECAF_UTIL_LOGGING_CONSOLEHANDLER_H_
18#define _DECAF_UTIL_LOGGING_CONSOLEHANDLER_H_
Wrapper Around the Standard error Output facility on the current platform.
Definition: StandardErrorOutputStream.h:32
This Handler publishes log records to System.err.
Definition: ConsoleHandler.h:48
virtual ~ConsoleHandler()
Definition: ConsoleHandler.h:61
virtual void close()
Close the current output stream.
virtual void publish(const LogRecord &record)
Publish the Log Record to this Handler.
LogRecord objects are used to pass logging requests between the logging framework and individual log ...
Definition: LogRecord.h:41
Stream based logging Handler.
Definition: StreamHandler.h:56
#define DECAF_API
Definition: Config.h:29
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition: AprPool.h:25