export enum LogSeverity { Fatal = "Fatal", Error = "Error", Info = "Info", Warning = "Warning", Log = "Log", Debug = "Debug", }