logdefer.serializer.json

Undocumented in source.

Members

Structs

JSONSerializer
struct JSONSerializer(Writer = DelegateWriter)

Basic JSON serializer that outputs in the standard Log::Defer format. See https://metacpan.org/pod/Log::Defer for more details on the format and tools to render it. Since output format is fixed this uses an optimized algorithm. This is about 2x faster than using std.json

Variables

duration
Nanos duration;
Undocumented in source.
now
auto now;
Undocumented in source.

Meta