initial
This commit is contained in:
6
handler.go
Normal file
6
handler.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package simplelog
|
||||
|
||||
// Handler defines the interface for different log outputs.
|
||||
type Handler interface {
|
||||
Log(event Event) error
|
||||
}
|
||||
Reference in New Issue
Block a user