package logger
import "git.sr.ht/~xn/miniflux-cli/logger"
Index ¶
Functions ¶
func GetPath ¶
GetPath to logs dir
Types ¶
type Logger ¶
type Logger struct { Path string // contains filtered or unexported fields }
Logger definition
func New ¶
New logger
func (*Logger) Close ¶
Close log file
func (*Logger) Println ¶
Println - prints line to STDOUT and writes it to logfile
func (*Logger) Writeln ¶
Writeln - write line in log file
Source Files ¶
logger.go
- Version
- v0.99.3 (latest)
- Published
- Apr 29, 2021
- Platform
- linux/amd64
- Imports
- 3 packages
- Last checked
- 1 week ago –
Tools for package owners.