Packages

class GangLogger extends AnyRef

GangLogger is a logger stack tool to store multiple loggers, and iteratively perform the log write action.

Loggers are initialized using scala reflection.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GangLogger
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GangLogger()

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 clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  6. def critical(msg: Any, throwable: Throwable = null)(implicit enabled: Seq[SupportedLogDest.Value] = Nil): Boolean

    记录一条致命级别的日志

    记录一条致命级别的日志

    msg

    日志内容

    enabled

    subset of logger2Configuration.keySet()

  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def error(msg: Any)(implicit enabled: Seq[SupportedLogDest.Value] = Nil): Boolean

    记录一条错误级别的日志

    记录一条错误级别的日志

    msg

    日志内容

    enabled

    subset of logger2Configuration.keySet()

  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def info(msg: Any)(implicit enabled: Seq[SupportedLogDest.Value] = Nil): Boolean

    记录一条信息级别的日志

    记录一条信息级别的日志

    msg

    日志内容

    enabled

    subset of logger2Configuration.keySet()

  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def log(msg: Any, level: LogLevel.Value)(implicit enabled: Seq[SupportedLogDest.Value] = Nil): Boolean

    通过参数指定级别的日志

    通过参数指定级别的日志

    msg

    日志内容

    level

    日志级别

    enabled

    subset of logger2Configuration.keySet()

  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def success(msg: Any)(implicit enabled: Seq[SupportedLogDest.Value] = Nil): Boolean

    记录一条成功级别的日志

    记录一条成功级别的日志

    msg

    日志内容

    enabled

    subset of logger2Configuration.keySet()

  19. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  20. def toString(): String
    Definition Classes
    AnyRef → Any
  21. def trace(msg: Any)(implicit enabled: Seq[SupportedLogDest.Value] = Nil): Boolean

    记录一条跟踪级别的日志

    记录一条跟踪级别的日志

    msg

    日志内容

    enabled

    subset of logger2Configuration.keySet()

  22. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. def warning(msg: Any)(implicit enabled: Seq[SupportedLogDest.Value] = Nil): Boolean

    记录一条警告级别的日志

    记录一条警告级别的日志

    msg

    日志内容

    enabled

    subset of logger2Configuration.keySet()

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