1 Star 0 Fork 0

kaylee595/go-wav2lipEx

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
consts.go 1.06 KB
一键复制 编辑 原始数据 按行查看 历史
kaylee595 提交于 2023-12-15 15:12 . first
package ffmpeg
type Loglevel int
const (
// LogLevelQuiet Show nothing at all; be silent.
LogLevelQuiet Loglevel = -8
// LogLevelPanic Only show fatal errors which could lead the process to crash, such as an assertion failure. This is not currently used for anything.
LogLevelPanic Loglevel = 0
// LogLevelFatal Only show fatal errors. These are errors after which the process absolutely cannot continue.
LogLevelFatal Loglevel = 8
// LogLevelError Show all errors, including ones which can be recovered from.
LogLevelError Loglevel = 16
// LogLevelWarning Show all warnings and errors. Any message related to possibly incorrect or unexpected events will be shown.
LogLevelWarning Loglevel = 24
// LogLevelInfo Show informative messages during processing. This is in addition to warnings and errors. This is the default value.
LogLevelInfo Loglevel = 32
// LogLevelVerbose Same as info, except more verbose.
LogLevelVerbose Loglevel = 40
// LogLevelDebug Show everything, including debugging information.
LogLevelDebug Loglevel = 48
LogLevelTrace Loglevel = 56
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kaylee595/go-wav2lipEx.git
git@gitee.com:kaylee595/go-wav2lipEx.git
kaylee595
go-wav2lipEx
go-wav2lipEx
v1.1.2

搜索帮助

D67c1975 1850385 1daf7b77 1850385