Converts LogLevel to String
LogLevel
static String fromEnumToString(LogLevel? type) { return type.toString(); }