Class LogBufferedChar.OverflowPolicy

  • Enclosing class:
    LogBufferedChar

    public static final class LogBufferedChar.OverflowPolicy
    extends java.lang.Object
    Behaviors for the OverflowPolicy
    • Field Detail

      • AUTO_FLUSH

        public static final LogBufferedChar.OverflowPolicy AUTO_FLUSH
        Automatically calls flush to write the buffer and the new message to the output stream. Using AUTO_FLUSH it is possible to write messages larger than the buffer size.
    • Method Detail

      • swigValue

        public final int swigValue()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object