mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Add missing debug() log function to log module's API
This commit is contained in:
parent
a56ee6b9a6
commit
14a8c979c1
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ export {
|
||||||
|
|
||||||
global log_level = DEBUG &redef;
|
global log_level = DEBUG &redef;
|
||||||
|
|
||||||
|
global debug: function(message: string);
|
||||||
global info: function(message: string);
|
global info: function(message: string);
|
||||||
global warning: function(message: string);
|
global warning: function(message: string);
|
||||||
global error: function(message: string);
|
global error: function(message: string);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue