given_Loggable_Temporal

com.phasmidsoftware.flog.Loggable.given_Loggable_Temporal
object given_Loggable_Temporal extends Loggable[Temporal]

Given instance of Loggable[Temporal]. Renders via toString.

Attributes

Graph
Supertypes
trait Loggable[Temporal]
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def toLog(t: Temporal): 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.