Ejemplo n.º 1
0
 internal static void Error(CallState callState, Exception ex, [System.Runtime.CompilerServices.CallerFilePath] string callerFilePath = "")
 {
     AdalEventSource.Error(PrepareLogMessage(callState, GetCallerFilename(callerFilePath), "{0}", ex));
 }
Ejemplo n.º 2
0
 internal static void Error(CallState callState, string format, params object[] args)
 {
     AdalEventSource.Error(PrepareLogMessage(callState, format, args));
 }