<PackageReference Include="System.Diagnostics.EventLog" Version="4.7.0" />
API Differences between 4.7.0 and 4.5.0-rc1
261 Additions
0 Removals
System.Diagnostics
System.Diagnostics.Eventing.Reader
-
public class EventBookmark
-
public sealed class EventKeyword
-
public sealed class EventLevel
-
public class EventLogConfiguration : IDisposable
-
public class EventLogException : Exception
-
public sealed class EventLogInformation
-
public class EventLogInvalidDataException : EventLogException
-
public enum EventLogIsolation
-
public sealed class EventLogLink
-
public enum EventLogMode
-
public class EventLogNotFoundException : EventLogException
-
public class EventLogPropertySelector : IDisposable
-
public class EventLogProviderDisabledException : EventLogException
-
public class EventLogQuery
-
public class EventLogReader : IDisposable
-
public class EventLogReadingException : EventLogException
-
public class EventLogRecord : EventRecord
-
public class EventLogSession : IDisposable
- public static EventLogSession GlobalSession { get; }
- public EventLogSession()
- public EventLogSession(string server)
- public EventLogSession(string server, string domain, string user, SecureString password, SessionAuthentication logOnType)
- public void CancelCurrentOperations()
- public void ClearLog(string logName)
- public void ClearLog(string logName, string backupPath)
- public void Dispose()
- protected virtual void Dispose(bool disposing)
- public void ExportLog(string path, PathType pathType, string query, string targetFilePath)
- public void ExportLog(string path, PathType pathType, string query, string targetFilePath, bool tolerateQueryErrors)
- public void ExportLogAndMessages(string path, PathType pathType, string query, string targetFilePath)
- public void ExportLogAndMessages(string path, PathType pathType, string query, string targetFilePath, bool tolerateQueryErrors, CultureInfo targetCultureInfo)
- public EventLogInformation GetLogInformation(string logName, PathType pathType)
- public IEnumerable<string> GetLogNames()
- public IEnumerable<string> GetProviderNames()
-
public sealed class EventLogStatus
-
public enum EventLogType
-
public class EventLogWatcher : IDisposable
-
public sealed class EventMetadata
-
public sealed class EventOpcode
-
public sealed class EventProperty
- public object Value { get; }
-
public abstract class EventRecord : IDisposable
-
public sealed class EventRecordWrittenEventArgs : EventArgs
-
public sealed class EventTask
-
public enum PathType
-
public class ProviderMetadata : IDisposable
-
public enum SessionAuthentication
-
public enum StandardEventKeywords
-
public enum StandardEventLevel
-
public enum StandardEventOpcode
-
public enum StandardEventTask