mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 20:46:39 +02:00
Code cleanup.
This commit is contained in:
parent
289cea0fc0
commit
01c1145e28
9 changed files with 81 additions and 61 deletions
|
@ -59,10 +59,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
function error (...args){performLog( 1, args);}
|
||||
function warning(...args){performLog( 25, args);}
|
||||
function message(...args){performLog( 50, args);}
|
||||
function notice (...args){performLog( 75, args);}
|
||||
function error (...args){performLog(1, args);}
|
||||
function warning(...args){performLog(25, args);}
|
||||
function message(...args){performLog(50, args);}
|
||||
function notice (...args){performLog(75, args);}
|
||||
function verbose(...args){performLog(100, args);}
|
||||
function metaLog(...args){performLog(999, args);}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue