ocean.util.log.Appender

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.

Members

Classes

AppendNull
class AppendNull

An appender that does nothing.

AppendStream
class AppendStream

Append to a configured OutputStream

Appender
class Appender

Base class for all Appenders

LayoutTimer
class LayoutTimer

A simple layout comprised only of time(ms), level, name, and message

Meta

License

Tango Dual License: 3-Clause BSD License / Academic Free License v3.0. See LICENSE_TANGO.txt for details.