Documentation
¶
Index ¶
- type FileImpl
- func (i *FileImpl) Alert(content ...any)
- func (i *FileImpl) Critical(content ...any)
- func (i *FileImpl) Debug(content ...any)
- func (i *FileImpl) Emergency(content ...any)
- func (i *FileImpl) Error(content ...any)
- func (i *FileImpl) Info(content ...any)
- func (i *FileImpl) Notice(content ...any)
- func (i *FileImpl) Warning(content ...any)
- func (i *FileImpl) WithContext(ctx context.Context) log.Logger
- type FileImplOptions
- type LogServiceProvider
- type LoggerFactory
- type Options
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileImpl ¶
type FileImpl struct {
// contains filtered or unexported fields
}
func NewFileImpl ¶
func NewFileImpl(options *FileImplOptions) *FileImpl
type FileImplOptions ¶
type LogServiceProvider ¶
type LogServiceProvider struct {
// contains filtered or unexported fields
}
func (*LogServiceProvider) Boot ¶
func (i *LogServiceProvider) Boot()
func (*LogServiceProvider) Conf ¶
func (i *LogServiceProvider) Conf() map[string]string
func (*LogServiceProvider) Description ¶
func (i *LogServiceProvider) Description() string
func (*LogServiceProvider) Register ¶
func (i *LogServiceProvider) Register()
type LoggerFactory ¶
type LoggerFactory struct {
// contains filtered or unexported fields
}
Source Files
¶
- file_impl.go
- log_service_provider.go
- logger_factroy.go
Click to show internal directories.
Click to hide internal directories.