コード例 #1
0
 public static void LogError(
     string inAppMessage, string verboseMessage, Exception exception, [CallerMemberName] string caller = "", [CallerFilePath] string callerFilePath = "")
 {
     _rootLogger.LogError(getVerboseMessage(inAppMessage, verboseMessage), exception, caller, callerFilePath);
     HighLevelLog.LogIf(inAppMessage != null, LogType.ERROR, getInAppMessage(inAppMessage));
 }