timeDemoMode

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

Adds time, but hides hours and minutes. Strings are printed as: at XX:XX:SS.millis: <string>

Attributes

Source
PrintingMode.scala
Graph
Supertypes
trait PrintingMode
class Object
trait Matchable
class Any
Self 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