Categorygithub.com/vidyasena/logger
modulepackage
0.0.1
Repository: https://github.com/vidyasena/logger.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

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
SetupLoggerFile will return legacy Logger using File interface with new logic using Logger.
No description provided by the author
No description provided by the author
WithLevel set level of logger.
No description provided by the author

# Constants

DebugLevel logs are typically voluminous, and are usually disabled in production.
DPanicLevel logs are particularly important errors.
ErrorLevel logs are high-priority.
FatalLevel logs a message, then calls os.Exit(1).
No description provided by the author
InfoLevel is the default logging priority.
No description provided by the author
No description provided by the author
PanicLevel logs a message, then panics.
WarnLevel logs are more important than Info, but don't need individual human review.

# Variables

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

# Structs

No description provided by the author
No description provided by the author
LogTdrModel or Transaction Data Record.
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author

# Type aliases

A Level is a logging priority.
No description provided by the author