package
0.0.0-20230403151413-7940cbfdd8cf
Repository: https://github.com/frain-dev/migrate-to-postgres.git
Documentation: pkg.go.dev

# 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
No description provided by the author
FromContext extracts the log entry from the given context.
No description provided by the author
No description provided by the author
NewContext creates a new log entry and adds it to the given context.
NewLogger creates and returns a new instance of Logger.
ParseLevel takes a string level and returns the Logrus log level constant.
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
No description provided by the author

# Constants

DebugLevel is the lowest level of logging.
ErrorLevel is used for undesired and unexpected events that the program can recover from.
FatalLevel is used for undesired and unexpected events that the program cannot recover from.
InfoLevel is used for general informational log messages.
No description provided by the author
WarnLevel is used for undesired but relatively expected events, which may indicate a problem.

# Structs

Logger logs message to io.Writer at various log levels.

# Interfaces

No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author
Level represents a log level.