Packages

A simple Google Cloud Platform compliant logging library for Gleam!

Current section

Files

Jump to
gclog include gclog@entry_SourceLocation.hrl
Raw

include/gclog@entry_SourceLocation.hrl

-record(source_location, {
file :: gleam@option:option(binary()),
line :: gleam@option:option(integer()),
function :: gleam@option:option(binary())
}).