Adding LogLevel support

This commit is contained in:
Fabian
2019-07-13 12:10:20 +02:00
parent ca41468dc1
commit cc5fc5ae08
5 changed files with 138 additions and 112 deletions

View File

@ -1,10 +1,10 @@
import { ObservableInterface } from "@hibas123/utils";
export enum LoggingTypes {
Debug,
Log,
Warning,
Error,
Debug
Error
}