Buckets:
ktongue/docker_container / .vscode-server /extensions /formulahendry.code-runner-0.12.2 /node_modules /applicationinsights /Library /Logging.js
| ; | |
| var Logging = (function () { | |
| function Logging() { | |
| } | |
| Logging.info = function (message) { | |
| var optionalParams = []; | |
| for (var _i = 1; _i < arguments.length; _i++) { | |
| optionalParams[_i - 1] = arguments[_i]; | |
| } | |
| if (Logging.enableDebug) { | |
| console.info(Logging.TAG + message, optionalParams); | |
| } | |
| }; | |
| Logging.warn = function (message) { | |
| var optionalParams = []; | |
| for (var _i = 1; _i < arguments.length; _i++) { | |
| optionalParams[_i - 1] = arguments[_i]; | |
| } | |
| if (!Logging.disableWarnings) { | |
| console.warn(Logging.TAG + message, optionalParams); | |
| } | |
| }; | |
| Logging.enableDebug = false; | |
| Logging.disableWarnings = false; | |
| Logging.TAG = "ApplicationInsights:"; | |
| return Logging; | |
| }()); | |
| module.exports = Logging; | |
Xet Storage Details
- Size:
- 887 Bytes
- Xet hash:
- e7c8f25a68927334daebcb6746babddb9275a86331d057afc95ac799c84b814b
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.