struct

Halite::Logging::ShortFormat

Inherits Log::StaticFormatter / Struct / Value / Object

Similar to Log::ShortFormat

NOTE: It invalid by calling Log.setup or Log.setup_from_env outside of Halite.

Copy from https://github.com/crystal-lang/crystal/blob/3c48f311f/src/log/format.cr#L197

Instance methods

run

Subclasses must implement this method to define the output pattern

Source
timestamp

Write the entry timestamp in RFC3339 format

Source