1 2 3 4 5 6 7 8 9 10 11 12 13 | 2 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; |