public static void LogWarning( string inAppMessage, string verboseMessage, [CallerMemberName] string caller = "", [CallerFilePath] string callerFilePath = "") { _rootLogger.LogWarning(getVerboseMessage(inAppMessage, verboseMessage), caller, callerFilePath); HighLevelLog.LogIf(inAppMessage != null, LogType.WARNING, getInAppMessage(inAppMessage)); }