Documentation
¶
Index ¶
- func Close() error
- func Debugf(format string, v ...any)
- func Debugln(v ...any)
- func Errorf(format string, v ...any)
- func Errorln(v ...any)
- func Infof(format string, v ...any)
- func Infoln(v ...any)
- func IsOutput(l config.LogcatLogLevel) bool
- func Output(depth int, lev config.LogcatLogLevel, format string, v ...any)
- func Set(config *config.Logcat, path string)
- func SetLevel(l config.LogcatLogLevel)
- func Warningf(format string, v ...any)
- func Warningln(v ...any)
- type FileWriter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsOutput ¶
func IsOutput(l config.LogcatLogLevel) bool
func SetLevel ¶
func SetLevel(l config.LogcatLogLevel)
Types ¶
type FileWriter ¶
type FileWriter struct {
// contains filtered or unexported fields
}
func NewLogWriter ¶
func NewLogWriter(file string) *FileWriter
func (*FileWriter) Close ¶
func (f *FileWriter) Close() error
Click to show internal directories.
Click to hide internal directories.