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:"
|
const pkg = "revid:"
|
||||||
|
|
||||||
// Log Types
|
|
||||||
const (
|
|
||||||
Error = "Error"
|
|
||||||
Warning = "Warning"
|
|
||||||
Info = "Info"
|
|
||||||
Debug = "Debug"
|
|
||||||
Detail = "Detail"
|
|
||||||
)
|
|
||||||
|
|
||||||
type Logger interface {
|
type Logger interface {
|
||||||
SetLevel(int8)
|
SetLevel(int8)
|
||||||
Log(level int8, message string, params ...interface{})
|
Log(level int8, message string, params ...interface{})
|
||||||
|
|
Loading…
Reference in New Issue