Packages

A simple Google Cloud Platform compliant logging library for Gleam!

Current section

Files

Jump to
gclog include gclog_Logger.hrl
Raw

include/gclog_Logger.hrl

-record(logger, {
severity :: gclog@severity:severity(),
writer :: fun((binary()) -> any()),
serializer :: fun((any()) -> gleam@json:json())
}).