package trees
Type Members
- implicit class LogStringContext extends AnyRef
Value Members
- def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
- def initializeLogIfNecessary(isInterpreter: Boolean): Unit
- def isTraceEnabled(): Boolean
- def log: Logger
- def logDebug(msg: => String, throwable: Throwable): Unit
- def logDebug(entry: LogEntry, throwable: Throwable): Unit
- def logDebug(entry: LogEntry): Unit
- def logDebug(msg: => String): Unit
- def logError(msg: => String, throwable: Throwable): Unit
- def logError(entry: LogEntry, throwable: Throwable): Unit
- def logError(entry: LogEntry): Unit
- def logError(msg: => String): Unit
- def logInfo(msg: => String, throwable: Throwable): Unit
- def logInfo(entry: LogEntry, throwable: Throwable): Unit
- def logInfo(entry: LogEntry): Unit
- def logInfo(msg: => String): Unit
- def logName: String
- def logTrace(msg: => String, throwable: Throwable): Unit
- def logTrace(entry: LogEntry, throwable: Throwable): Unit
- def logTrace(entry: LogEntry): Unit
- def logTrace(msg: => String): Unit
- def logWarning(msg: => String, throwable: Throwable): Unit
- def logWarning(entry: LogEntry, throwable: Throwable): Unit
- def logWarning(entry: LogEntry): Unit
- def logWarning(msg: => String): Unit
- def withLogContext(context: HashMap[String, String])(body: => Unit): Unit
Inherited from Logging
Inherited from AnyRef
Inherited from Any