Versions in this module Expand all Collapse all v1 v1.0.1 Apr 19, 2024 Changes in this version + const Binding + func NewWriter(instance *logrus.Entry) log.Writer + type Application struct + func NewApplication(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) 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) Code(code string) log.Writer + 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) Hint(hint string) log.Writer + func (r *Writer) In(domain string) log.Writer + func (r *Writer) Info(args ...any) + func (r *Writer) Infof(format string, args ...any) + func (r *Writer) Owner(owner any) log.Writer + func (r *Writer) Panic(args ...any) + func (r *Writer) Panicf(format string, args ...any) + func (r *Writer) Request(req http.ContextRequest) log.Writer + func (r *Writer) Response(res http.ContextResponse) log.Writer + func (r *Writer) Tags(tags ...string) log.Writer + func (r *Writer) User(user any) log.Writer + func (r *Writer) Warning(args ...any) + func (r *Writer) Warningf(format string, args ...any) + func (r *Writer) With(data map[string]any) log.Writer