Versions in this module Expand all Collapse all v1 v1.0.0 Jun 22, 2023 Changes in this version + const Binding + func NewWriter(instance *logrus.Entry) log.Writer + type Application struct + func NewApplication(writer log.Writer) *Application + func NewLogrusApplication(config config.Config) *Application + func (r *Application) WithContext(ctx context.Context) log.Writer + type Entry struct + func (r *Entry) Context() context.Context + func (r *Entry) GetLevel() log.Level + func (r *Entry) GetMessage() string + func (r *Entry) GetTime() time.Time + func (r *Entry) Level() log.Level + func (r *Entry) Message() string + func (r *Entry) Time() time.Time + type Hook struct + func (h *Hook) Fire(entry *logrus.Entry) error + func (h *Hook) Levels() []logrus.Level + type ServiceProvider struct + func (log *ServiceProvider) Boot(app foundation.Application) + func (log *ServiceProvider) Register(app foundation.Application) + type Writer struct + func (r *Writer) Debug(args ...any) + func (r *Writer) Debugf(format string, args ...any) + func (r *Writer) Error(args ...any) + func (r *Writer) Errorf(format string, args ...any) + func (r *Writer) Fatal(args ...any) + func (r *Writer) Fatalf(format string, args ...any) + func (r *Writer) Info(args ...any) + func (r *Writer) Infof(format string, args ...any) + func (r *Writer) Panic(args ...any) + func (r *Writer) Panicf(format string, args ...any) + func (r *Writer) Warning(args ...any) + func (r *Writer) Warningf(format string, args ...any)