mirror of https://bitbucket.org/ausocean/av.git
revid/revid.go: removed unused logging consts
This commit is contained in:
parent
d3c8f31c08
commit
95349f461d
|
@ -75,15 +75,6 @@ const ffmpegPath = "/usr/local/bin/ffmpeg"
|
|||
|
||||
const pkg = "revid:"
|
||||
|
||||
// Log Types
|
||||
const (
|
||||
Error = "Error"
|
||||
Warning = "Warning"
|
||||
Info = "Info"
|
||||
Debug = "Debug"
|
||||
Detail = "Detail"
|
||||
)
|
||||
|
||||
type Logger interface {
|
||||
SetLevel(int8)
|
||||
Log(level int8, message string, params ...interface{})
|
||||
|
|
Loading…
Reference in New Issue