1
0
mirror of https://github.com/taigrr/log-socket synced 2026-03-21 03:42:18 -07:00

Added a logger type

This commit is contained in:
2021-08-23 21:25:01 -07:00
parent 63ed3a2ad7
commit c18854598d
2 changed files with 67 additions and 0 deletions

View File

@@ -29,3 +29,6 @@ type Entry struct {
Level string `json:"level"`
level Level
}
type Logger struct {
}