Documentation ¶
Index ¶
- func NewLogrus() log.Log
- type Application
- type Entry
- type Hook
- type Logrus
- func (r *Logrus) Debug(args ...interface{})
- func (r *Logrus) Debugf(format string, args ...interface{})
- func (r *Logrus) Error(args ...interface{})
- func (r *Logrus) Errorf(format string, args ...interface{})
- func (r *Logrus) Fatal(args ...interface{})
- func (r *Logrus) Fatalf(format string, args ...interface{})
- func (r *Logrus) Info(args ...interface{})
- func (r *Logrus) Infof(format string, args ...interface{})
- func (r *Logrus) Panic(args ...interface{})
- func (r *Logrus) Panicf(format string, args ...interface{})
- func (r *Logrus) Testing(is bool) log.Log
- func (r *Logrus) Warning(args ...interface{})
- func (r *Logrus) Warningf(format string, args ...interface{})
- type ServiceProvider
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Application ¶
type Application struct { }
func (*Application) Init ¶
func (app *Application) Init() log.Log
type Entry ¶ added in v1.0.1
type Entry struct {
// contains filtered or unexported fields
}
func (*Entry) GetMessage ¶ added in v1.0.1
type ServiceProvider ¶
type ServiceProvider struct { }
func (*ServiceProvider) Boot ¶
func (log *ServiceProvider) Boot()
func (*ServiceProvider) Register ¶
func (log *ServiceProvider) Register()
Click to show internal directories.
Click to hide internal directories.