dexter
main
Dexter
BaseFormatter
JSONLogFormatter
Log
Builder
Dexter
abstract struct
Dexter::BaseFormatter
Dexter::BaseFormatter
Struct
Value
Object
Direct Known Subclasses
Dexter::JSONLogFormatter
Defined in:
dexter/base_formatter.cr
Constructors
.new
(entry : Log::Entry, io : IO)
Class Method Summary
.proc
Instance Method Summary
#call
#entry
: Log::Entry
#io
: IO
Constructor Detail
def self.
new
(entry : Log::Entry, io : IO)
#
[
View source
]
Class Method Detail
def self.
proc
#
[
View source
]
Instance Method Detail
abstract def
call
#
[
View source
]
def
entry
: Log::Entry
#
[
View source
]
def
io
: IO
#
[
View source
]