ISO8601

scribe.format.FormatBlock.Date.ISO8601
object ISO8601 extends CachingFormatBlock

Attributes

Graph
Supertypes
trait FormatBlock
class Object
trait Matchable
class Any
Self type
ISO8601.type

Members list

Value members

Inherited methods

def abbreviate(maxLength: Int, padded: Boolean, separator: Char, removeEntries: Boolean, abbreviateName: Boolean): FormatBlock

Attributes

Inherited from:
FormatBlock
final override def format(record: LogRecord): LogOutput

Attributes

Definition Classes
Inherited from:
CachingFormatBlock

Attributes

Inherited from:
FormatBlock
def mapPlain(f: String => String): FormatBlock

Attributes

Inherited from:
FormatBlock
def padRight(length: Int, padding: Char): FormatBlock

Attributes

Inherited from:
FormatBlock