Class TxtLogWriter

java.lang.Object
org.jpos.util.TxtLogWriter
All Implemented Interfaces:
LogEventWriter

@Deprecated(forRemoval=false) public class TxtLogWriter extends Object implements LogEventWriter
Deprecated.
LogEventWriter that renders events using the registered plain-text LogRenderer, prefixing each entry with a timestamp.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
    Creates a writer that renders events with the registered plain-text renderer.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated.
    Closes the writer and releases any underlying resources.
    void
    Deprecated.
    Sets the print stream used for output.
    void
    Deprecated.
    Writes a log event to the underlying output.

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TxtLogWriter

      public TxtLogWriter()
      Deprecated.
      Creates a writer that renders events with the registered plain-text renderer.
  • Method Details