Adding LogLevel support
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
import { ObservableInterface } from "@hibas123/utils";
|
||||
|
||||
export enum LoggingTypes {
|
||||
Debug,
|
||||
Log,
|
||||
Warning,
|
||||
Error,
|
||||
Debug
|
||||
Error
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user