wip: pipe stdout & stderr
This commit is contained in:
@@ -3,6 +3,7 @@ package logger
|
||||
type Content interface {
|
||||
Msg(string)
|
||||
Msgf(string, ...any)
|
||||
Str(string, string) Content
|
||||
}
|
||||
|
||||
type Level interface {
|
||||
|
||||
Reference in New Issue
Block a user