Code coverage report for usr/local/google/home/trevj/src/uproxy-lib/build/dev/uproxy-lib/loggingprovider/loggingprovider.types.js

Statements: 100% (10 / 10)      Branches: 100% (4 / 4)      Functions: 100% (2 / 2)      Lines: 100% (10 / 10)      Ignored: none     

All files » usr/local/google/home/trevj/src/uproxy-lib/build/dev/uproxy-lib/loggingprovider/ » loggingprovider.types.js
1 2 3 4 5 6 7 8 9 10 11 12 132 2 2 2 2   2 2 2 2   2  
(function (Level) {
    Level[Level["debug"] = 0] = "debug";
    Level[Level["info"] = 1] = "info";
    Level[Level["warn"] = 2] = "warn";
    Level[Level["error"] = 3] = "error";
})(exports.Level || (exports.Level = {}));
var Level = exports.Level;
(function (Destination) {
    Destination[Destination["console"] = 0] = "console";
    Destination[Destination["buffered"] = 1] = "buffered";
})(exports.Destination || (exports.Destination = {}));
var Destination = exports.Destination;