Documentation
¶
Index ¶
- type Console
- func (c *Console) Debug(format string, p ...any)
- func (c *Console) Error(format string, p ...any)
- func (c *Console) Fatal(format string, p ...any)
- func (c *Console) Info(format string, p ...any)
- func (c *Console) Panic(format string, p ...any)
- func (c *Console) SetLevel(level Level)
- func (c *Console) Warn(format string, p ...any)
- type File
- func (f *File) Debug(format string, p ...any)
- func (f *File) Error(format string, p ...any)
- func (f *File) Fatal(format string, p ...any)
- func (f *File) Info(format string, p ...any)
- func (f *File) Panic(format string, p ...any)
- func (f *File) SetLevel(level Level)
- func (f *File) Warn(format string, p ...any)
- type Level
- type Logger
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Console ¶
func NewConsole ¶
Click to show internal directories.
Click to hide internal directories.