Class/Object

sbt.internal.util

BufferedAppender

Related Docs: object BufferedAppender | package util

Permalink

class BufferedAppender extends AbstractAppender

An appender that can buffer the logging done on it and then can flush the buffer to the delegate appender provided in the constructor. Use 'record()' to start buffering and then 'play' to flush the buffer to the backing appender. The logging level set at the time a message is originally logged is used, not the level at the time 'play' is called.

Linear Supertypes
AbstractAppender, Appender, AbstractFilterable, Filterable, AbstractLifeCycle, LifeCycle2, LifeCycle, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BufferedAppender
  2. AbstractAppender
  3. Appender
  4. AbstractFilterable
  5. Filterable
  6. AbstractLifeCycle
  7. LifeCycle2
  8. LifeCycle
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addFilter(arg0: Filter): Unit

    Permalink
    Definition Classes
    AbstractFilterable → Filterable
  5. def append(event: LogEvent): Unit

    Permalink
    Definition Classes
    BufferedAppender → Appender
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def buffer[T](f: ⇒ T): T

    Permalink
  8. def bufferQuietly[T](f: ⇒ T): T

    Permalink
  9. def clearBuffer(): Unit

    Permalink

    Clears buffered events and disables buffering.

  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def equalsImpl(arg0: Any): Boolean

    Permalink
    Attributes
    protected[org.apache.logging.log4j.core]
    Definition Classes
    AbstractLifeCycle
  14. def error(arg0: String, arg1: Throwable): Unit

    Permalink
    Definition Classes
    AbstractAppender
  15. def error(arg0: String, arg1: LogEvent, arg2: Throwable): Unit

    Permalink
    Definition Classes
    AbstractAppender
  16. def error(arg0: String): Unit

    Permalink
    Definition Classes
    AbstractAppender
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. def getFilter(): Filter

    Permalink
    Definition Classes
    AbstractFilterable → Filterable
  20. def getHandler(): ErrorHandler

    Permalink
    Definition Classes
    AbstractAppender → Appender
  21. def getLayout(): Layout[_ <: Serializable]

    Permalink
    Definition Classes
    AbstractAppender → Appender
  22. def getName(): String

    Permalink
    Definition Classes
    AbstractAppender → Appender
  23. def getPropertyArray(): Array[Property]

    Permalink
    Definition Classes
    AbstractFilterable
  24. def getState(): State

    Permalink
    Definition Classes
    AbstractLifeCycle → LifeCycle
  25. def hasFilter(): Boolean

    Permalink
    Definition Classes
    AbstractFilterable → Filterable
  26. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  27. def hashCodeImpl(): Int

    Permalink
    Attributes
    protected[org.apache.logging.log4j.core]
    Definition Classes
    AbstractLifeCycle
  28. def ignoreExceptions(): Boolean

    Permalink
    Definition Classes
    AbstractAppender → Appender
  29. def initialize(): Unit

    Permalink
    Definition Classes
    AbstractLifeCycle → LifeCycle
  30. def isFiltered(arg0: LogEvent): Boolean

    Permalink
    Definition Classes
    AbstractFilterable → Filterable
  31. def isInitialized(): Boolean

    Permalink
    Definition Classes
    AbstractLifeCycle
  32. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  33. def isStarted(): Boolean

    Permalink
    Definition Classes
    AbstractLifeCycle → LifeCycle
  34. def isStarting(): Boolean

    Permalink
    Definition Classes
    AbstractLifeCycle
  35. def isStopped(): Boolean

    Permalink
    Definition Classes
    AbstractLifeCycle → LifeCycle
  36. def isStopping(): Boolean

    Permalink
    Definition Classes
    AbstractLifeCycle
  37. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  38. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  39. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  40. def play(): Unit

    Permalink

    Flushes the buffer to the delegate logger.

    Flushes the buffer to the delegate logger. This method calls logAll on the delegate so that the messages are written consecutively. The buffer is cleared in the process.

  41. def record(): Unit

    Permalink

    Enables buffering.

  42. def removeFilter(arg0: Filter): Unit

    Permalink
    Definition Classes
    AbstractFilterable → Filterable
  43. def setHandler(arg0: ErrorHandler): Unit

    Permalink
    Definition Classes
    AbstractAppender → Appender
  44. def setStarted(): Unit

    Permalink
    Attributes
    protected[org.apache.logging.log4j.core]
    Definition Classes
    AbstractLifeCycle
  45. def setStarting(): Unit

    Permalink
    Attributes
    protected[org.apache.logging.log4j.core]
    Definition Classes
    AbstractLifeCycle
  46. def setState(arg0: State): Unit

    Permalink
    Attributes
    protected[org.apache.logging.log4j.core]
    Definition Classes
    AbstractLifeCycle
  47. def setStopped(): Unit

    Permalink
    Attributes
    protected[org.apache.logging.log4j.core]
    Definition Classes
    AbstractLifeCycle
  48. def setStopping(): Unit

    Permalink
    Attributes
    protected[org.apache.logging.log4j.core]
    Definition Classes
    AbstractLifeCycle
  49. def start(): Unit

    Permalink
    Definition Classes
    AbstractFilterable → AbstractLifeCycle → LifeCycle
  50. def stop(arg0: Long, arg1: TimeUnit, arg2: Boolean): Boolean

    Permalink
    Attributes
    protected[org.apache.logging.log4j.core.filter]
    Definition Classes
    AbstractFilterable
  51. def stop(arg0: Long, arg1: TimeUnit): Boolean

    Permalink
    Definition Classes
    AbstractFilterable → AbstractLifeCycle → LifeCycle2
  52. def stop(arg0: Future[_]): Boolean

    Permalink
    Attributes
    protected[org.apache.logging.log4j.core]
    Definition Classes
    AbstractLifeCycle
  53. def stop(): Unit

    Permalink
    Definition Classes
    AbstractLifeCycle → LifeCycle
  54. def stopBuffer(): Unit

    Permalink

    Plays buffered events and disables buffering.

  55. def stopQuietly(): Unit

    Permalink
  56. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  57. def toSerializable(arg0: LogEvent): Serializable

    Permalink
    Attributes
    protected[org.apache.logging.log4j.core.appender]
    Definition Classes
    AbstractAppender
  58. def toString(): String

    Permalink
    Definition Classes
    AbstractAppender → AnyRef → Any
  59. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  61. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AbstractAppender

Inherited from Appender

Inherited from AbstractFilterable

Inherited from Filterable

Inherited from AbstractLifeCycle

Inherited from LifeCycle2

Inherited from LifeCycle

Inherited from AnyRef

Inherited from Any

Ungrouped