Packages

package trees

Linear Supertypes
Logging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. trees
  2. Logging
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. implicit class LogStringContext extends AnyRef
    Definition Classes
    Logging

Value Members

  1. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  2. def initializeLogIfNecessary(isInterpreter: Boolean): Unit
    Attributes
    protected
    Definition Classes
    Logging
  3. def isTraceEnabled(): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  4. def log: Logger
    Attributes
    protected
    Definition Classes
    Logging
  5. def logDebug(msg: => String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  6. def logDebug(entry: LogEntry, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  7. def logDebug(entry: LogEntry): Unit
    Attributes
    protected
    Definition Classes
    Logging
  8. def logDebug(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  9. def logError(msg: => String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  10. def logError(entry: LogEntry, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  11. def logError(entry: LogEntry): Unit
    Attributes
    protected
    Definition Classes
    Logging
  12. def logError(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  13. def logInfo(msg: => String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  14. def logInfo(entry: LogEntry, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  15. def logInfo(entry: LogEntry): Unit
    Attributes
    protected
    Definition Classes
    Logging
  16. def logInfo(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  17. def logName: String
    Attributes
    protected
    Definition Classes
    Logging
  18. def logTrace(msg: => String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  19. def logTrace(entry: LogEntry, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  20. def logTrace(entry: LogEntry): Unit
    Attributes
    protected
    Definition Classes
    Logging
  21. def logTrace(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  22. def logWarning(msg: => String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  23. def logWarning(entry: LogEntry, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  24. def logWarning(entry: LogEntry): Unit
    Attributes
    protected
    Definition Classes
    Logging
  25. def logWarning(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  26. def withLogContext(context: HashMap[String, String])(body: => Unit): Unit
    Attributes
    protected
    Definition Classes
    Logging

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped