package
0.3.0
Repository: https://github.com/tinyci/ci-agents.git
Documentation: pkg.go.dev

# Functions

ConfigureRemote configures the remote endpoint with a provided URL.
New creates a new SubLogger which can be primed with cached values for each log entry.
NewFields creates a compatible *Fields.
NewWithData returns a SubLogger already primed with cached data.

# Constants

LevelDebug is the debug loglevel.
LevelError is the error loglevel.
LevelInfo is the info loglevel.

# Variables

RemoteClient is the swagger-based syslogsvc client.

# Structs

Client is a small wrapper around the GRPC client that includes tracing data.
SubLogger is a handle to cached parameters for logging.

# Type aliases

FieldMap is just a type alias for map[string]string to keep me from breaking my fingers.
Fields is just shorthand for some protobuf stuff.