Packages

trait Logger extends AnyRef

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Logger
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def doTheLogAction(msg: String, level: LogLevel.Value): Boolean

    真正去输出一条日志

    真正去输出一条日志

    msg

    日志内容

    level

    日志级别

    Attributes
    protected

Concrete 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def buildLog(msg: String, level: LogLevel.Value): OneLog

    构建日志文本

    构建日志文本

    msg

    日志内容

    Attributes
    protected
  6. def checkPrerequisite(): Unit

    check prerequisite before perform the real log action

    check prerequisite before perform the real log action

    Attributes
    protected
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  8. def critical(msg: Any, throwable: Throwable = null): Boolean

    记录一条致命级别的日志

    记录一条致命级别的日志

    msg

    日志内容

  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def error(msg: Any): Boolean

    记录一条错误级别的日志

    记录一条错误级别的日志

    msg

    日志内容

  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. lazy val hostname: String

    lazy value of hostname

  15. def info(msg: Any): Boolean

    记录一条信息级别的日志

    记录一条信息级别的日志

    msg

    日志内容

  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def log(msg: Any, level: LogLevel.Value): Boolean

    通过参数指定级别的日志

    通过参数指定级别的日志

    msg

    日志内容

    level

    日志级别

  18. val loggerConfig: LoggerConfiguration

    LoggerConfiguration for the logger to stylish the log

  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def success(msg: Any): Boolean

    记录一条成功级别的日志

    记录一条成功级别的日志

    msg

    日志内容

  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. def trace(msg: Any): Boolean

    记录一条跟踪级别的日志

    记录一条跟踪级别的日志

    msg

    日志内容

  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. def warning(msg: Any): Boolean

    记录一条警告级别的日志

    记录一条警告级别的日志

    msg

    日志内容

Deprecated Value Members

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

Inherited from AnyRef

Inherited from Any

Ungrouped