private static void Information(CallState callState, string callerFilePath, string format, params object[] args)
 {
     AdalEventSource.Information(PrepareLogMessage(callState, GetCallerFilename(callerFilePath), format, args));
 }
示例#2
0
 internal static void Information(CallState callState, string format, params object[] args)
 {
     AdalEventSource.Information(PrepareLogMessage(callState, format, args));
 }