package
0.0.3
Repository: https://github.com/brbranch/go-gae-logger.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Functions

Debugf calls global logger.Debugf.
Errorf calls global logger.Errorf.
Fatalf calls global logger.Fatalf.
Infof calls global logger.Infof.
SetLevel set loglevel that should output logs.
Span create Custom Span of Provider's Tracer.
Warnf calls global logger.Warnf.
WithCaller returns Logger that set specified runtime.Caller number.
WithoutCaller returns Logger that never logging source location.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author

# Type aliases

CloseFunc must be called at the end of process.
Level - Severity levels.