mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
lua: implement mp.msg.trace
This commit is contained in:
committed by
Kevin Mitchell
parent
d64c33c518
commit
1afdeee1ad
@@ -440,6 +440,7 @@ mp.msg = {
|
||||
info = function(...) return mp.log("info", ...) end,
|
||||
verbose = function(...) return mp.log("v", ...) end,
|
||||
debug = function(...) return mp.log("debug", ...) end,
|
||||
trace = function(...) return mp.log("trace", ...) end,
|
||||
}
|
||||
|
||||
_G.print = mp.msg.info
|
||||
|
||||
Reference in New Issue
Block a user