Class/Object

com.twitter.util.logging

Logger

Related Docs: object Logger | package logging

Permalink

final class Logger extends Serializable

A scala wrapper over a org.slf4j.Logger.

The Logger is Serializable to support it's usage through the com.twitter.util.logging.Logging trait when the trait is mixed into a Serializable class.

Annotations
@SerialVersionUID()
Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Logger
  2. Serializable
  3. Serializable
  4. AnyRef
  5. 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. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def debug(marker: Marker, message: String, cause: Throwable): Unit

    Permalink

    Logs the given message at the named log level taking into consideration the given Marker data.

  7. def debug(marker: Marker, message: String): Unit

    Permalink

    Logs the given message at the named log level taking into consideration the given Marker data.

  8. def debug(message: String, cause: Throwable): Unit

    Permalink

    Logs the given message at the named log level.

  9. def debug(message: String): Unit

    Permalink

    Logs the given message at the named log level.

  10. def debugWith(marker: Marker, message: String, args: AnyRef*): Unit

    Permalink

    Log the given parameterized message at the named log level using the given args taking into consideration the given Marker data.

    Log the given parameterized message at the named log level using the given args taking into consideration the given Marker data. See Parameterized Message Logging

  11. def debugWith(message: String, args: AnyRef*): Unit

    Permalink

    Log the given parameterized message at the named log level using the given args.

    Log the given parameterized message at the named log level using the given args. See Parameterized Message Logging

  12. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. def error(marker: Marker, message: String, cause: Throwable): Unit

    Permalink

    Logs the given message at the named log level taking into consideration the given Marker data.

  15. def error(marker: Marker, message: String): Unit

    Permalink

    Logs the given message at the named log level taking into consideration the given Marker data.

  16. def error(message: String, cause: Throwable): Unit

    Permalink

    Logs the given message at the named log level.

  17. def error(message: String): Unit

    Permalink

    Logs the given message at the named log level.

  18. def errorWith(marker: Marker, message: String, args: AnyRef*): Unit

    Permalink

    Log the given parameterized message at the named log level using the given args taking into consideration the given Marker data.

    Log the given parameterized message at the named log level using the given args taking into consideration the given Marker data. See Parameterized Message Logging

  19. def errorWith(message: String, args: AnyRef*): Unit

    Permalink

    Log the given parameterized message at the named log level using the given args.

    Log the given parameterized message at the named log level using the given args. See Parameterized Message Logging

  20. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  23. def info(marker: Marker, message: String, cause: Throwable): Unit

    Permalink

    Logs the given message at the named log level taking into consideration the given Marker data.

  24. def info(marker: Marker, message: String): Unit

    Permalink

    Logs the given message at the named log level taking into consideration the given Marker data.

  25. def info(message: String, cause: Throwable): Unit

    Permalink

    Logs the given message at the named log level.

  26. def info(message: String): Unit

    Permalink

    Logs the given message at the named log level.

  27. def infoWith(marker: Marker, message: String, args: AnyRef*): Unit

    Permalink

    Log the given parameterized message at the named log level using the given args taking into consideration the given Marker data.

    Log the given parameterized message at the named log level using the given args taking into consideration the given Marker data. See Parameterized Message Logging

  28. def infoWith(message: String, args: AnyRef*): Unit

    Permalink

    Log the given parameterized message at the named log level using the given args.

    Log the given parameterized message at the named log level using the given args. See Parameterized Message Logging

  29. def isDebugEnabled(marker: Marker): Boolean

    Permalink

    Determines if the named log level is enabled taking into consideration the given Marker data.

    Determines if the named log level is enabled taking into consideration the given Marker data. Returns true if enabled, false otherwise.

  30. def isDebugEnabled: Boolean

    Permalink

    Determines if the named log level is enabled.

    Determines if the named log level is enabled. Returns true if enabled, false otherwise.

  31. def isErrorEnabled(marker: Marker): Boolean

    Permalink

    Determines if the named log level is enabled taking into consideration the given Marker data.

    Determines if the named log level is enabled taking into consideration the given Marker data. Returns true if enabled, false otherwise.

  32. def isErrorEnabled: Boolean

    Permalink

    Determines if the named log level is enabled.

    Determines if the named log level is enabled. Returns true if enabled, false otherwise.

  33. def isInfoEnabled(marker: Marker): Boolean

    Permalink

    Determines if the named log level is enabled taking into consideration the given Marker data.

    Determines if the named log level is enabled taking into consideration the given Marker data. Returns true if enabled, false otherwise.

  34. def isInfoEnabled: Boolean

    Permalink

    Determines if the named log level is enabled.

    Determines if the named log level is enabled. Returns true if enabled, false otherwise.

  35. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  36. def isTraceEnabled(marker: Marker): Boolean

    Permalink

    Determines if the named log level is enabled taking into consideration the given Marker data.

    Determines if the named log level is enabled taking into consideration the given Marker data. Returns true if enabled, false otherwise.

  37. def isTraceEnabled: Boolean

    Permalink

    Determines if the named log level is enabled.

    Determines if the named log level is enabled. Returns true if enabled, false otherwise.

  38. def isWarnEnabled(marker: Marker): Boolean

    Permalink

    Determines if the named log level is enabled taking into consideration the given Marker data.

    Determines if the named log level is enabled taking into consideration the given Marker data. Returns true if enabled, false otherwise.

  39. def isWarnEnabled: Boolean

    Permalink

    Determines if the named log level is enabled.

    Determines if the named log level is enabled. Returns true if enabled, false otherwise.

  40. def name: String

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

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

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

    Permalink
    Definition Classes
    AnyRef
  44. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  46. def trace(marker: Marker, message: String, cause: Throwable): Unit

    Permalink

    Logs the given message at the named log level taking into consideration the given Marker data.

  47. def trace(marker: Marker, message: String): Unit

    Permalink

    Logs the given message at the named log level taking into consideration the given Marker data.

  48. def trace(message: String, cause: Throwable): Unit

    Permalink

    Logs the given message at the named log level.

  49. def trace(message: String): Unit

    Permalink

    Logs the given message at the named log level.

  50. def traceWith(marker: Marker, message: String, args: AnyRef*): Unit

    Permalink

    Log the given parameterized message at the named log level using the given args taking into consideration the given Marker data.

    Log the given parameterized message at the named log level using the given args taking into consideration the given Marker data. See Parameterized Message Logging

  51. def traceWith(message: String, args: AnyRef*): Unit

    Permalink

    Log the given parameterized message at the named log level using the given args.

    Log the given parameterized message at the named log level using the given args. See Parameterized Message Logging

  52. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. def warn(marker: Marker, message: String, cause: Throwable): Unit

    Permalink

    Logs the given message at the named log level taking into consideration the given Marker data.

  56. def warn(marker: Marker, message: String): Unit

    Permalink

    Logs the given message at the named log level taking into consideration the given Marker data.

  57. def warn(message: String, cause: Throwable): Unit

    Permalink

    Logs the given message at the named log level.

  58. def warn(message: String): Unit

    Permalink

    Logs the given message at the named log level.

  59. def warnWith(marker: Marker, message: String, args: AnyRef*): Unit

    Permalink

    Log the given parameterized message at the named log level using the given args taking into consideration the given Marker data.

    Log the given parameterized message at the named log level using the given args taking into consideration the given Marker data. See Parameterized Message Logging

  60. def warnWith(message: String, args: AnyRef*): Unit

    Permalink

    Log the given parameterized message at the named log level using the given args.

    Log the given parameterized message at the named log level using the given args. See Parameterized Message Logging

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped