Packages

class AtsLayoutBase extends LayoutBase[ILoggingEvent]

Linear Supertypes
LayoutBase[ILoggingEvent], Layout[ILoggingEvent], LifeCycle, ContextAwareBase, ContextAware, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AtsLayoutBase
  2. LayoutBase
  3. Layout
  4. LifeCycle
  5. ContextAwareBase
  6. ContextAware
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new AtsLayoutBase()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addError(arg0: String, arg1: Throwable): Unit
    Definition Classes
    ContextAwareBase → ContextAware
  5. def addError(arg0: String): Unit
    Definition Classes
    ContextAwareBase → ContextAware
  6. def addInfo(arg0: String, arg1: Throwable): Unit
    Definition Classes
    ContextAwareBase → ContextAware
  7. def addInfo(arg0: String): Unit
    Definition Classes
    ContextAwareBase → ContextAware
  8. def addStatus(arg0: Status): Unit
    Definition Classes
    ContextAwareBase → ContextAware
  9. def addWarn(arg0: String, arg1: Throwable): Unit
    Definition Classes
    ContextAwareBase → ContextAware
  10. def addWarn(arg0: String): Unit
    Definition Classes
    ContextAwareBase → ContextAware
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  13. def doLayout(event: ILoggingEvent): String
    Definition Classes
    AtsLayoutBase → Layout
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  17. def getContentType(): String
    Definition Classes
    LayoutBase → Layout
  18. def getContext(): Context
    Definition Classes
    LayoutBase → ContextAwareBase → ContextAware
  19. def getDeclaredOrigin(): AnyRef
    Attributes
    protected[spi]
    Definition Classes
    ContextAwareBase
  20. def getFileFooter(): String
    Definition Classes
    LayoutBase → Layout
  21. def getFileHeader(): String
    Definition Classes
    LayoutBase → Layout
  22. def getPresentationFooter(): String
    Definition Classes
    LayoutBase → Layout
  23. def getPresentationHeader(): String
    Definition Classes
    LayoutBase → Layout
  24. def getStatusManager(): StatusManager
    Definition Classes
    ContextAwareBase
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def isStarted(): Boolean
    Definition Classes
    LayoutBase → LifeCycle
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  31. def setContext(arg0: Context): Unit
    Definition Classes
    LayoutBase → ContextAwareBase → ContextAware
  32. def setFileFooter(arg0: String): Unit
    Definition Classes
    LayoutBase
  33. def setFileHeader(arg0: String): Unit
    Definition Classes
    LayoutBase
  34. def setPresentationFooter(arg0: String): Unit
    Definition Classes
    LayoutBase
  35. def setPresentationHeader(arg0: String): Unit
    Definition Classes
    LayoutBase
  36. def start(): Unit
    Definition Classes
    LayoutBase → LifeCycle
  37. def stop(): Unit
    Definition Classes
    LayoutBase → LifeCycle
  38. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from LayoutBase[ILoggingEvent]

Inherited from Layout[ILoggingEvent]

Inherited from LifeCycle

Inherited from ContextAwareBase

Inherited from ContextAware

Inherited from AnyRef

Inherited from Any

Ungrouped