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. All

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( ... ) @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: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def getContentType(): String
    Definition Classes
    LayoutBase → Layout
  19. def getContext(): Context
    Definition Classes
    LayoutBase → ContextAwareBase → ContextAware
  20. def getDeclaredOrigin(): AnyRef
    Attributes
    protected[spi]
    Definition Classes
    ContextAwareBase
  21. def getFileFooter(): String
    Definition Classes
    LayoutBase → Layout
  22. def getFileHeader(): String
    Definition Classes
    LayoutBase → Layout
  23. def getPresentationFooter(): String
    Definition Classes
    LayoutBase → Layout
  24. def getPresentationHeader(): String
    Definition Classes
    LayoutBase → Layout
  25. def getStatusManager(): StatusManager
    Definition Classes
    ContextAwareBase
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def isStarted(): Boolean
    Definition Classes
    LayoutBase → LifeCycle
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. def setContext(arg0: Context): Unit
    Definition Classes
    LayoutBase → ContextAwareBase → ContextAware
  33. def setFileFooter(arg0: String): Unit
    Definition Classes
    LayoutBase
  34. def setFileHeader(arg0: String): Unit
    Definition Classes
    LayoutBase
  35. def setPresentationFooter(arg0: String): Unit
    Definition Classes
    LayoutBase
  36. def setPresentationHeader(arg0: String): Unit
    Definition Classes
    LayoutBase
  37. def start(): Unit
    Definition Classes
    LayoutBase → LifeCycle
  38. def stop(): Unit
    Definition Classes
    LayoutBase → LifeCycle
  39. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from LayoutBase[ILoggingEvent]

Inherited from Layout[ILoggingEvent]

Inherited from LifeCycle

Inherited from ContextAwareBase

Inherited from ContextAware

Inherited from AnyRef

Inherited from Any

Ungrouped