Define the base classes for all Appenders
Appenders are objects that are responsible for emitting messages sent to a particular logger. There may be more than one appender attached to any logger. The actual message is constructed by another class known as an EventLayout.
An appender that does nothing.
Append to a configured OutputStream
Base class for all Appenders
A simple layout comprised only of time(ms), level, name, and message
See Source File
Tango Dual License: 3-Clause BSD License / Academic Free License v3.0. See LICENSE_TANGO.txt for details.
Copyright (c) 2004 Kris Bell. Some parts copyright (c) 2009-2016 dunnhumby Germany GmbH. All rights reserved.
Define the base classes for all Appenders
Appenders are objects that are responsible for emitting messages sent to a particular logger. There may be more than one appender attached to any logger. The actual message is constructed by another class known as an EventLayout.