mirror of
https://github.com/nasa/openmct.git
synced 2025-06-14 05:08:15 +00:00
[Logging] Add spec for log levels
Add spec for log levels, to allow these to be passed at run-time in order to suppress logging during normal use. WTD-793.
This commit is contained in:
14
platform/framework/src/LogLevel.js
Normal file
14
platform/framework/src/LogLevel.js
Normal file
@ -0,0 +1,14 @@
|
||||
/*global define*/
|
||||
|
||||
define(
|
||||
[],
|
||||
function () {
|
||||
"use strict";
|
||||
|
||||
function LogLevel() {
|
||||
|
||||
}
|
||||
|
||||
return LogLevel;
|
||||
}
|
||||
);
|
Reference in New Issue
Block a user