Uses of Interface org.apache.log.format.Formatter

Uses in package org.apache.log.output

Constructors with parameter type org.apache.log.format.Formatter

Creation of a new abstract output target instance.
ServletOutputLogTarget.ServletOutputLogTarget(ServletContext context, Formatter formatter)
Constructor.

Fields of type org.apache.log.format.Formatter

Formatter
Formatter for target.

Methods with return type org.apache.log.format.Formatter

Formatter
Returns the Formatter.

Uses in package org.apache.log.output.io

Constructors with parameter type org.apache.log.format.Formatter

FileTarget.FileTarget(File file, boolean append, Formatter formatter)
Construct file target to write to a file with a formatter.
SafeFileTarget.SafeFileTarget(File file, boolean append, Formatter formatter)
Construct file target to write to a file with a formatter.
StreamTarget.StreamTarget(OutputStream outputStream, Formatter formatter)
Constructor that writes to a stream and uses a particular formatter.
StreamTarget.StreamTarget(OutputStream outputStream, Formatter formatter, String encoding)
Constructor that writes to a stream and uses a particular formatter.
WriterTarget.WriterTarget(Writer writer, Formatter formatter)
Construct target with a specific writer and formatter.

Uses in package org.apache.log.output.jms

Constructors with parameter type org.apache.log.format.Formatter

Creation of a new text message builder.
Creation of a new text message builder.

Fields of type org.apache.log.format.Formatter

Formatter

Uses in package org.apache.log.output.net

Constructors with parameter type org.apache.log.format.Formatter

DatagramOutputTarget.DatagramOutputTarget(InetAddress address, int port, Formatter formatter)
Create a output target with end point specified by address and port.
DatagramOutputTarget.DatagramOutputTarget(InetAddress address, int port, Formatter formatter, String encoding)
Create a output target with end point specified by address and port.
SMTPOutputLogTarget.SMTPOutputLogTarget(Session session, Address[] toAddresses, Address fromAddress, String subject, int maxMsgSize, int maxDelayTime, Formatter formatter)
SMTPOutputLogTarget constructor.
SMTPOutputLogTarget.SMTPOutputLogTarget(Session session, Address[] toAddresses, Address fromAddress, String subject, int maxMsgSize, Formatter formatter)
SMTPOutputLogTarget constructor.

Uses in package org.apache.log.format

Classes implementing org.apache.log.format.Formatter

class
Formatter especially designed for debugging applications.
class
This formater formats the LogEvents according to a input pattern string.
class
Basic formatter that just returns raw message string and ignores remainder of LogEvent.
class
A formatter that serializes in the format originally used by BSD syslog daemon.
class
Basic XML formatter that writes out a basic XML-ified log event.

Uses in package org.apache.log.output.io.rotate

Constructors with parameter type org.apache.log.format.Formatter

RotatingFileTarget.RotatingFileTarget(boolean append, Formatter formatter, RotateStrategy rotateStrategy, FileStrategy fileStrategy)
Construct RotatingFileTarget object.
RotatingFileTarget.RotatingFileTarget(Formatter formatter, RotateStrategy rotateStrategy, FileStrategy fileStrategy)
Construct RotatingFileTarget object.

Uses in package org.apache.log.output.lf5

Constructors with parameter type org.apache.log.format.Formatter

Create a LogFactor record from a LogKit event

Fields of type org.apache.log.format.Formatter

Formatter
Default context map formatter
Formatter
Format for context maps

Methods with parameter type org.apache.log.format.Formatter

void
Sets the Formatter that will be used to produce the "NDC" (nested diagnostic context) text on the GUI.