Class

com.twitter.logging.config

FormatterConfig

Related Doc: package config

Permalink

class FormatterConfig extends Config[Formatter]

Annotations
@deprecated
Deprecated

(Since version 6.12.1) use Formatter directly

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FormatterConfig
  2. Config
  3. Function0
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FormatterConfig()

    Permalink

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 apply(): Formatter

    Permalink
    Definition Classes
    FormatterConfig → Function0
  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 computed[A](f: ⇒ A): Required[A]

    Permalink
    Definition Classes
    Config
  8. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. implicit def fromRequired[A](req: Required[A]): A

    Permalink
    Definition Classes
    Config
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  14. implicit def intoList[A](item: A): List[A]

    Permalink
    Definition Classes
    Config
  15. implicit def intoOption[A](item: A): Option[A]

    Permalink
    Definition Classes
    Config
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. lazy val memoized: Formatter

    Permalink
    Definition Classes
    Config
  18. def missingValues: Seq[String]

    Permalink
    Definition Classes
    Config
  19. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  22. def optional[A](default: ⇒ A): Required[Option[A]]

    Permalink
    Definition Classes
    Config
  23. def optional[A]: Required[Option[A]]

    Permalink
    Definition Classes
    Config
  24. var prefix: String

    Permalink

    Format for the log-line prefix, if any.

    Format for the log-line prefix, if any.

    There are two positional format strings (printf-style): the name of the level being logged (for example, "ERROR") and the name of the package that's logging (for example, "jobs").

    A string in < angle brackets > will be used to format the log entry's timestamp, using java's SimpleDateFormat.

    For example, a format string of:

    "%.3s [<yyyyMMdd-HH:mm:ss.SSS>] %s: "

    will generate a log line prefix of:

    "ERR [20080315-18:39:05.033] jobs: "

  25. def required[A](default: ⇒ A): Required[A]

    Permalink
    Definition Classes
    Config
  26. def required[A]: Required[A]

    Permalink
    Definition Classes
    Config
  27. def specified[A](value: A): Specified[A]

    Permalink
    Definition Classes
    Config
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. var timezone: Option[String]

    Permalink

    Should dates in log messages be reported in a different time zone rather than local time? If set, the time zone name must be one known by the java TimeZone class.

  30. implicit def toSpecified[A](value: ⇒ A): Specified[A]

    Permalink
    Definition Classes
    Config
  31. implicit def toSpecifiedOption[A](value: ⇒ A): Specified[Some[A]]

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

    Permalink
    Definition Classes
    Function0 → AnyRef → Any
  33. var truncateAt: Int

    Permalink

    Truncate log messages after N characters.

    Truncate log messages after N characters. 0 = don't truncate (the default).

  34. var truncateStackTracesAt: Int

    Permalink

    Truncate stack traces in exception logging (line count).

  35. var useFullPackageNames: Boolean

    Permalink

    Use full package names like "com.example.thingy" instead of just the toplevel name like "thingy"?

  36. def validate(): Unit

    Permalink
    Definition Classes
    Config
  37. final def wait(): Unit

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

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

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

Inherited from Config[Formatter]

Inherited from () ⇒ Formatter

Inherited from AnyRef

Inherited from Any

Ungrouped