• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

level/H25-Mar-2020-

makeloggerinterface/H25-Mar-2020-

LICENSEH A D25-Mar-2020732

README.mdH A D25-Mar-2020353

doc.goH A D25-Mar-2020438

go.modH A D25-Mar-2020155

go.sumH A D25-Mar-20201.2 KiB

interface.goH A D25-Mar-20206.6 KiB

logger.goH A D25-Mar-20209.9 KiB

logger_test.goH A D25-Mar-20204.7 KiB

version.goH A D25-Mar-2020288

README.md

1# logger - A simple logging layer on top of seelog
2
3Implements multiple log channels to a single rotated log file.  Log
4levels are considered a simple hierarchy with each channel having a
5single limit, below which logs to that channel are skipped.
6
7The `makeloggerinterface` is a program to generate the `interface.go`
8file to simplify its maintenance.
9