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)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addHandler(h: Handler): Unit
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clear: Unit
  7. def clearAllHandlers: Unit

    Clean up all handlers including this and parent, ancestor loggers

  8. def clearHandlers: Unit
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  10. macro def debug(message: Any, cause: Throwable): Unit
  11. macro def debug(message: Any): Unit
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. macro def error(message: Any, cause: Throwable): Unit
  15. macro def error(message: Any): Unit
  16. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def formatLog(message: Any): String
    Attributes
    protected
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def getHandlers: Seq[Handler]
  20. def getLogLevel: LogLevel
  21. def getName: String
  22. def getParent: Option[Logger]
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. macro def info(message: Any, cause: Throwable): Unit
  25. macro def info(message: Any): Unit
  26. def isEnabled(level: LogLevel): Boolean
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def isMultiLine(str: String): Boolean
    Attributes
    protected
  29. def log(level: LogLevel, source: LogSource, message: Any): Unit
  30. def log(record: LogRecord): Unit
  31. def logWithCause(level: LogLevel, source: LogSource, message: Any, cause: Throwable): Unit
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. def resetHandler(h: Handler): Unit
  36. def resetLogLevel: Unit
  37. def setFormatter(formatter: LogFormatter): Unit
  38. def setLogLevel(l: LogLevel): Unit
  39. def setUseParentHandlers(use: Boolean): Unit
  40. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  41. def toString(): String
    Definition Classes
    AnyRef → Any
  42. macro def trace(message: Any, cause: Throwable): Unit
  43. macro def trace(message: Any): Unit
  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
    @native() @throws( ... )
  47. macro def warn(message: Any, cause: Throwable): Unit
  48. macro def warn(message: Any): Unit

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped