Interface LogWriterOutput


public interface LogWriterOutput
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Log writer has handled the log entry.
    static final int
    Log writer could not handle the log entry.
  • Field Details

    • HANDLED

      static final int HANDLED
      Log writer has handled the log entry.
      See Also:
    • UNHANDLED

      static final int UNHANDLED
      Log writer could not handle the log entry.
      See Also: