Add missing debug() log function to log module's API

This commit is contained in:
Christian Kreibich 2021-11-29 11:38:22 -08:00
parent a56ee6b9a6
commit 14a8c979c1

View file

@ -32,6 +32,7 @@ export {
global log_level = DEBUG &redef;
global debug: function(message: string);
global info: function(message: string);
global warning: function(message: string);
global error: function(message: string);