Trait/Object

com.twitter.logging

Logging

Related Docs: object Logging | package logging

Permalink

trait Logging extends AnyRef

A com.twitter.app.App mixin to use for logging. Defines flags to configure the (default) logger setup. When adding logging to a twitter-server, mix in a trait that extends Logging but overrides factories.

Self Type
Logging with App
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Logging
  2. AnyRef
  3. 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. val appendFlag: Flag[Boolean]

    Permalink
    Attributes
    protected[this]
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def configureLoggerFactories(): Unit

    Permalink

    Configuration of the Logger Factories removes any other configured loggers.

    Configuration of the Logger Factories removes any other configured loggers. Override if you do not want the default LoggerFactories to be configured. This is generally when you want to ensure that any handlers already installed are not removed or replaced.

    Attributes
    protected
  8. def defaultAppend: Boolean

    Permalink
  9. def defaultFormatter: Formatter

    Permalink
  10. def defaultLogLevel: Level

    Permalink
  11. def defaultOutput: String

    Permalink
  12. def defaultRollPolicy: Policy

    Permalink
  13. def defaultRotateCount: Int

    Permalink
  14. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. def handlers: List[() ⇒ Handler]

    Permalink

    By default, the root com.twitter.logging.LoggerFactory only has a single com.twitter.logging.Handler which is configured via command line flags.

    By default, the root com.twitter.logging.LoggerFactory only has a single com.twitter.logging.Handler which is configured via command line flags. You can override this method to add additional handlers.

  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. val inferClassNamesFlag: Flag[Boolean]

    Permalink
    Attributes
    protected[this]
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. val levelFlag: Flag[Level]

    Permalink
    Attributes
    protected[this]
  23. lazy val log: Logger

    Permalink
  24. def loggerFactories: List[LoggerFactory]

    Permalink
  25. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  28. val outputFlag: Flag[String]

    Permalink
    Attributes
    protected[this]
  29. val rollPolicyFlag: Flag[Policy]

    Permalink
    Attributes
    protected[this]
  30. val rotateCountFlag: Flag[Int]

    Permalink
    Attributes
    protected[this]
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. def toString(): String

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped