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:
@@ -29,3 +29,6 @@ type Entry struct {
|
||||
Level string `json:"level"`
|
||||
level Level
|
||||
}
|
||||
|
||||
type Logger struct {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user