com.phasmidsoftware.flog.LogFunction
See theLogFunction companion object
LogFunction which, almost, extends String => Unit. BUT, and this is a big but, if you simply write type LogFunction = String => Unit, you won't get the benefit of call-by-name parameter handling.
Attributes
Companion
object
Graph
Reset zoom Hide graph Show graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
Members list
Apply method which processes the given call-by-name string.
Apply method which processes the given call-by-name string.
Value parameters
w
a String to be logged.
Attributes
Determines if debug level logging is enabled or not.
Determines if debug level logging is enabled or not.
Attributes
Returns
true if debug logging is enabled, false otherwise.
Determines whether the INFO level is enabled for logging.
Determines whether the INFO level is enabled for logging.
Attributes
Returns
true if INFO level logging is enabled, false otherwise.
Method to check if trace level logging is enabled.
Method to check if trace level logging is enabled.
Attributes
Returns
true if trace level logging is enabled; otherwise, false.