Skip to content

Commit 30bef3d

Browse files
committed
Update README to reflect seelog removal.
1 parent 266a29b commit 30bef3d

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,8 @@ btclog
55
[![ISC License](http://img.shields.io/badge/license-ISC-blue.svg)](http://copyfree.org)
66
[![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg)](http://godoc.org/github.com/btcsuite/btclog)
77

8-
Package btclog implements a subsystem aware logger backed by seelog.
9-
10-
Seelog allows you to specify different levels per backend such as console and
11-
file, but it doesn't support levels per subsystem well. You can create multiple
12-
loggers, but when those are backed by a file, they have to go to different
13-
files. That is where this package comes in. It provides a SubsystemLogger
14-
which accepts the backend seelog logger to do the real work. Each instance of a
15-
SubsystemLogger then allows you specify (and retrieve) an individual level per
16-
subsystem. All messages are then passed along to the backend seelog logger.
8+
Package btclog defines a logger interface and provides a default implementation
9+
of a subsystem-aware leveled logger implementing the same interface.
1710

1811
## Installation
1912

0 commit comments

Comments
 (0)