given_Loggable_Unit

com.phasmidsoftware.flog.Loggable.given_Loggable_Unit
object given_Loggable_Unit extends Loggable[Unit]

Given instance of Loggable[Unit]. Returns an empty string for any Unit value.

Attributes

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

Members list

Value members

Concrete methods

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