• Joel Martin's avatar
    Refactor console logging code. · 81e5adaf
    Joel Martin authored
    Util.Debug, Util.Info, Util.Warn, Util.Error routines instead of
    direct calls to console.*. Add "logging=XXX" query variable that sets
    the logging level (default is "warn").
    
    Logging values:
        debug: code debug logging (many calls in performance path are also
               commented for performance reasons).
        info: informative messages including timing information.
        warn: significant events
        error: something has gone wrong
    81e5adaf
Name
Last commit
Last update
docs Loading commit data...
include Loading commit data...
tests Loading commit data...
utils Loading commit data...
.gitignore Loading commit data...
LICENSE.GPL-3 Loading commit data...
LICENSE.LGPL-3 Loading commit data...
LICENSE.txt Loading commit data...
README.md Loading commit data...
vnc.html Loading commit data...
vnc_auto.html Loading commit data...