timeMode

tinyscalautils.text.PrintingMode$package.timeMode
object timeMode extends PrintingMode

Adds time. Strings are printed as: at HH:MM:SS.millis: <string>

Attributes

Source
PrintingMode.scala
Graph
Supertypes
trait PrintingMode
class Object
trait Matchable
class Any
Self type
timeMode.type

Members list

Value members

Concrete methods

Inherited methods

final def printf(format: String, args: Any*): Unit

Formatted printing with a format.

Formatted printing with a format.

Attributes

Inherited from:
PrintingMode
Source
PrintingMode.scala
final def println(arg: Any): Unit

Formatted printing with a newline.

Formatted printing with a newline.

Attributes

Inherited from:
PrintingMode
Source
PrintingMode.scala