class Logger extends Serializable

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

Linear Supertypes
Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Logger
  2. Serializable
  3. AnyRef
  4. 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
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  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: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. macro def error(message: Any, cause: Throwable): Unit
  15. macro def error(message: Any): Unit
  16. def formatLog(message: Any): String
    Attributes
    protected
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def getHandlers: Seq[Handler]
  19. def getLogLevel: LogLevel
  20. def getName: String
  21. def getParent: Option[Logger]
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. macro def info(message: Any, cause: Throwable): Unit
  24. macro def info(message: Any): Unit
  25. def isEnabled(level: LogLevel): Boolean
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def isMultiLine(str: String): Boolean
    Attributes
    protected
  28. def log(level: LogLevel, source: LogSource, message: Any): Unit
  29. def log(record: java.util.logging.LogRecord): Unit
  30. def logWithCause(level: LogLevel, source: LogSource, message: Any, cause: Throwable): Unit
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. def resetHandler(h: Handler): Unit
  35. def resetLogLevel: Unit
  36. def setFormatter(formatter: LogFormatter): Unit
  37. def setLogLevel(l: LogLevel): Unit
  38. def setUseParentHandlers(use: Boolean): Unit
  39. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. macro def trace(message: Any, cause: Throwable): Unit
  42. macro def trace(message: Any): Unit
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. macro def warn(message: Any, cause: Throwable): Unit
  47. macro def warn(message: Any): Unit

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped