Loggable

com.phasmidsoftware.flog.Loggable
See theLoggable companion object
trait Loggable[-T]

A type class to enable objects to be rendered laconically as Strings for the purpose of logging.

Type parameters

T

the underlying type of the Loggable.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def toLog(t: T): String

Generate a compact String without any newlines for t.

Generate a compact String without any newlines for t.

Value parameters

t

the given value to log.

Attributes

Returns

a String without newlines.