Logging

fm.common.Logging$
See theLogging companion trait
object Logging

This has SLF4J/Logback Helpers that depend on SLF4j/Logback

TODO: Clean this up!!

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Logging.type

Members list

Concise view

Value members

Concrete methods

def captureStdOutStdErr[T](file: File, overwrite: Boolean, append: Boolean, useTmpFile: Boolean)(fun: => T): T

Capture Standard Out and Standard Error to a file

Capture Standard Out and Standard Error to a file

Attributes

def captureStdOutStdErr[T](os: OutputStream)(f: => T): T

Capture Standard Out and Standard Error to an Output Stream

Capture Standard Out and Standard Error to an Output Stream

Attributes

def setLevelToDebug(logger: AnyRef): Unit
def setLevelToError(logger: AnyRef): Unit
def setLevelToInfo(logger: AnyRef): Unit
def setLevelToOff(logger: AnyRef): Unit
def setLevelToTrace(logger: AnyRef): Unit
def setLevelToWarn(logger: AnyRef): Unit
def setRootLevel(level: Level): Unit
def setRootLevelToInfo(): Unit
def setRootLevelToOff(): Unit
def setRootLevelToWarn(): Unit