com.twitter.logging.config

SyslogFormatterConfig

class SyslogFormatterConfig extends FormatterConfig

Annotations
@deprecated
Deprecated

use SyslogFormatter directly

Linear Supertypes
FormatterConfig, Config[Formatter], () ⇒ Formatter, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SyslogFormatterConfig
  2. FormatterConfig
  3. Config
  4. Function0
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SyslogFormatterConfig()

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def apply(): SyslogFormatter

    Definition Classes
    SyslogFormatterConfigFormatterConfig → Function0
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  9. def computed[A](f: ⇒ A): Required[A]

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

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  16. var hostname: String

    Hostname to prepend to log lines.

  17. implicit def intoList[A](item: A): List[A]

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

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

    Definition Classes
    Any
  20. lazy val memoized: Formatter

    Definition Classes
    Config
  21. def missingValues: Seq[String]

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

    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

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

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

    Definition Classes
    Config
  27. var prefix: String

    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: "

    Definition Classes
    FormatterConfig
  28. var priority: Int

    Priority level in syslog numbers.

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

    Definition Classes
    Config
  30. def required[A]: Required[A]

    Definition Classes
    Config
  31. var serverName: Option[String]

    Optional server name to insert before log entries.

  32. def serverName_=(name: String): Unit

  33. def specified[A](value: A): Specified[A]

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

    Definition Classes
    AnyRef
  35. var timezone: Option[String]

    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.

    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.

    Definition Classes
    FormatterConfig
  36. implicit def toSpecified[A](value: ⇒ A): Specified[A]

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

    Definition Classes
    Config
  38. def toString(): String

    Definition Classes
    Function0 → AnyRef → Any
  39. var truncateAt: Int

    Truncate log messages after N characters.

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

    Definition Classes
    FormatterConfig
  40. var truncateStackTracesAt: Int

    Truncate stack traces in exception logging (line count).

    Truncate stack traces in exception logging (line count).

    Definition Classes
    FormatterConfig
  41. var useFullPackageNames: Boolean

    Use full package names like "com.

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

    Definition Classes
    FormatterConfig
  42. var useIsoDateFormat: Boolean

    Use new standard ISO-format timestamps instead of old BSD-format?

  43. def validate(): Unit

    Definition Classes
    Config
  44. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from FormatterConfig

Inherited from Config[Formatter]

Inherited from () ⇒ Formatter

Inherited from AnyRef

Inherited from Any

Ungrouped