package
0.0.0-20211022090819-101e1e6589cc
Repository: https://github.com/jarod2011/toolkit.git
Documentation: pkg.go.dev

# Functions

NewLogger is create a logger based by logrus implements Logger.
WithJsonFormat is config whether to use json format log.
WithLevel is set the log level.
WithWriter is set the log writer.

# 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

# Structs

Options used to config the log.

# Interfaces

Logger defined Logger for log anything.

# Type aliases

Level is the Log Level.
Option used to change Options by closure.