package
0.0.0-20240707112111-9cf347bf49e2
Repository: https://github.com/facebookincubator/go-belt.git
Documentation: pkg.go.dev

# Functions

New returns a new instance a types.Logger based on glog.
NewEmitter returns a new instance of a types.Emitter based on the global instance of glog (the upstream glog does not have a non-global instance, unfortunately).
SeverityFromLevel converts logger.Level to Severity.

# Structs

GLog is a types.Emitter implementation based on glog.

# Type aliases

EntryPropertyAlsoStderr is types.EntryProperty which makes the entry be also printed to stderr.
Severity is the internal glog's logging level.