| Frames | No Frames |
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. |
Constructors with parameter type org.apache.log.format.Formatter | |
Creation of a new abstract output target instance. | |
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. |
Constructors with parameter type org.apache.log.format.Formatter | |
Construct file target to write to a file with a formatter. | |
Construct file target to write to a file with a formatter. | |
Constructor that writes to a stream and uses a particular formatter. | |
Constructor that writes to a stream and uses a particular formatter. | |
Construct target with a specific writer and formatter. | |
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. | |
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 | |
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. |
Constructors with parameter type org.apache.log.format.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. | |