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