package
0.0.0-20240419153736-cd43dbcb19ce
Repository: https://github.com/dennishilgert/cloud-computing-2.git
Documentation: pkg.go.dev

# README

This part of the application has been reused from Dapr Project

# Functions

ApplyOptionsToLoggers applys options to all registered loggers.
DefaultOptions returns default values of Options.
FromContextOrDiscard returns a Logger from ctx.
NewContext returns a new Context, derived from ctx, which carries the provided Logger.
NewLogger creates new Logger instance.

# Constants

DebugLevel is used to log verbose messages.
ErrorLevel is used to log errors.
FatalLevel os used to log fatal messages.
InfoLevel is the default log level.
LogTypeLog defines the default log type.
LogTypeRequest defines the request log type.
UndefinedLevel is used for an undefined log level.
WarnLevel is used to log messages about possible issues.

# Variables

No description provided by the author

# Structs

No description provided by the author

# Interfaces

No description provided by the author

# Type aliases

LogLevel defines the Logger level type.