Documentation ¶
Index ¶
- func NewLogrus() log.Log
- type Application
- type Entry
- type Hook
- type Logrus
- func (r *Logrus) Debug(args ...any)
- func (r *Logrus) Debugf(format string, args ...any)
- func (r *Logrus) Error(args ...any)
- func (r *Logrus) Errorf(format string, args ...any)
- func (r *Logrus) Fatal(args ...any)
- func (r *Logrus) Fatalf(format string, args ...any)
- func (r *Logrus) Info(args ...any)
- func (r *Logrus) Infof(format string, args ...any)
- func (r *Logrus) Panic(args ...any)
- func (r *Logrus) Panicf(format string, args ...any)
- func (r *Logrus) Testing(is bool) log.Log
- func (r *Logrus) Warning(args ...any)
- func (r *Logrus) Warningf(format string, args ...any)
- 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 ¶
type Entry struct {
// contains filtered or unexported fields
}
func (*Entry) GetMessage ¶
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.