object LogEntry

Source
DebuggingDirectives.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LogEntry
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def create(obj: Any, level: LogLevel): LogEntry
  2. def debug(obj: Any): LogEntry
  3. def error(obj: Any): LogEntry
  4. def info(obj: Any): LogEntry
  5. def warning(obj: Any): LogEntry