aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wt/odlux/framework/src/utilities/logLevel.ts
diff options
context:
space:
mode:
Diffstat (limited to 'sdnr/wt/odlux/framework/src/utilities/logLevel.ts')
-rw-r--r--sdnr/wt/odlux/framework/src/utilities/logLevel.ts8
1 files changed, 0 insertions, 8 deletions
diff --git a/sdnr/wt/odlux/framework/src/utilities/logLevel.ts b/sdnr/wt/odlux/framework/src/utilities/logLevel.ts
deleted file mode 100644
index a198d98a9..000000000
--- a/sdnr/wt/odlux/framework/src/utilities/logLevel.ts
+++ /dev/null
@@ -1,8 +0,0 @@
-export enum LogLevel {
- Always = 0,
- Error = 1,
- Warning = 2,
- Info = 3,
- Debug = 4,
- Trace = 5,
-}