given_LoggableOption_String

com.phasmidsoftware.flog.Loggable.given_LoggableOption_String

Given instance of Loggable[Option[String]].

Attributes

Graph
Supertypes
class LoggableOption[String]
trait Loggable[Option[String]]
class Object
trait Matchable
class Any
Self type

Members list

Value members

Inherited methods

def toLog(t: Option[String]): String

Converts the given Option value to its loggable string representation.

Converts the given Option value to its loggable string representation.

Value parameters

t

the Option value to be logged.

Attributes

Returns

a string representation of the Option value.

Inherited from:
LoggableOption