syslog: add new logging package.

This commit is contained in:
2023-05-04 16:20:39 -07:00
parent c1b8b72cf1
commit 2c45ae7b4e
3 changed files with 267 additions and 0 deletions

View File

@@ -64,6 +64,7 @@ Contents:
rand/ Utilities for working with math/rand.
sbuf/ A byte buffer that can be wiped.
seekbuf/ A read-seekable byte buffer.
syslog/ Syslog-type logging.
tee/ Emulate tee(1)'s functionality in io.Writers.
testio/ Various I/O utilities useful during testing.
testutil/ Various utility functions useful during testing.