Class/Object

wvlet.log

Logger

Related Docs: object Logger | package log

Permalink

class Logger extends Serializable

An wrapper of java.util.logging.Logger for supporting rich-format logging

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

Instance Constructors

  1. new Logger(name: String, wrapped: java.util.logging.Logger)

    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 addHandler(h: Handler): Unit

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clear: Unit

    Permalink
  7. def clearAllHandlers: Unit

    Permalink

    Clean up all handlers including this and parent, ancestor loggers

  8. def clearHandlers: Unit

    Permalink
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. macro def debug(message: Any, cause: Throwable): Unit

    Permalink
  11. macro def debug(message: Any): Unit

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

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

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

    Permalink
  15. macro def error(message: Any): Unit

    Permalink
  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def formatLog(message: Any): String

    Permalink
    Attributes
    protected
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. def getHandlers: Seq[Handler]

    Permalink
  20. def getLogLevel: LogLevel

    Permalink
  21. def getName: String

    Permalink
  22. def getParent: Option[Logger]

    Permalink
  23. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  24. macro def info(message: Any, cause: Throwable): Unit

    Permalink
  25. macro def info(message: Any): Unit

    Permalink
  26. def isEnabled(level: LogLevel): Boolean

    Permalink
  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. def isMultiLine(str: String): Boolean

    Permalink
    Attributes
    protected
  29. def log(level: LogLevel, source: LogSource, message: Any): Unit

    Permalink
  30. def log(record: LogRecord): Unit

    Permalink
  31. def logWithCause(level: LogLevel, source: LogSource, message: Any, cause: Throwable): Unit

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

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

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

    Permalink
    Definition Classes
    AnyRef
  35. def resetHandler(h: Handler): Unit

    Permalink
  36. def resetLogLevel: Unit

    Permalink
  37. def setFormatter(formatter: LogFormatter): Unit

    Permalink
  38. def setLogLevel(l: LogLevel): Unit

    Permalink
  39. def setUseParentHandlers(use: Boolean): Unit

    Permalink
  40. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  42. macro def trace(message: Any, cause: Throwable): Unit

    Permalink
  43. macro def trace(message: Any): Unit

    Permalink
  44. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. macro def warn(message: Any, cause: Throwable): Unit

    Permalink
  48. macro def warn(message: Any): Unit

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped