Package

wvlet

log

Permalink

package log

Visibility
  1. Public
  2. All

Type Members

  1. class ConsoleLogHandler extends Handler

    Permalink
  2. trait LazyLogger extends AnyRef

    Permalink

    Trait for adding a local logger instance to your class

  3. trait LocalLogSupport extends LoggingMethods with LocalLogger

    Permalink

    Trait for adding logging methods and an initialized logger instance

  4. trait LocalLogger extends AnyRef

    Permalink

    Trait for adding an initialized logger instance to your class

  5. trait LogFormatter extends Formatter

    Permalink

    To implement your own log formatter, implement this formatLog(r: LogRecord) method

  6. sealed abstract class LogLevel extends Ordered[LogLevel] with Serializable

    Permalink
  7. case class LogRecord(level: LogLevel, source: Option[LogSource], message: String, cause: Option[Throwable]) extends java.util.logging.LogRecord with Product with Serializable

    Permalink
  8. class LogRotationHandler extends Handler

    Permalink

    Log rotation handler

  9. case class LogSource(path: String, fileName: String, line: Int, col: Int) extends Product with Serializable

    Permalink

    Source code location where the log is

  10. trait LogSupport extends LoggingMethods with LazyLogger

    Permalink

    Trait for adding logging methods (error, warn, info, debug and trace) to your class

  11. class Logger extends PublicLoggingMethods

    Permalink

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

  12. trait LoggerJMXConfig extends AnyRef

    Permalink

    Logger configuration API for JMX

    Logger configuration API for JMX

    Annotations
    @MXBean()
  13. class LoggerJMXConfigImpl extends LoggerJMXConfig

    Permalink
  14. trait LoggingMethods extends Serializable

    Permalink
  15. trait PublicLoggingMethods extends Serializable

    Permalink

Value Members

  1. object LogFormatter

    Permalink
  2. object LogLevel extends Serializable

    Permalink

    log level definitions

  3. object LogRecord extends Serializable

    Permalink
  4. object LogRotationHandler

    Permalink
  5. object Logger extends Serializable

    Permalink
  6. object LoggerJMXConfig

    Permalink

Ungrouped