DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
Loading...
Searching...
No Matches
EventLog.h File Reference
#include "Common.h"
#include "System/Object.h"
#include "System/String.h"
#include "System/SmartPointer.h"
#include "System/DateTimeOffset.h"
#include "System/Collections/Generic/List.h"
#include <windows.h>

Go to the source code of this file.

Classes

class  DotNetDupe::System::Diagnostics::EventLog
 Provides interaction with Windows event logs and Linux syslog services. More...
class  DotNetDupe::System::Diagnostics::EventLogEntry
 Encapsulates a single record in the event log. More...

Namespaces

namespace  DotNetDupe
namespace  DotNetDupe::System
namespace  DotNetDupe::System::Diagnostics

Enumerations

enum class  DotNetDupe::System::Diagnostics::EventLogEntryType {
  DotNetDupe::System::Diagnostics::Error = 1 , DotNetDupe::System::Diagnostics::Warning = 2 , DotNetDupe::System::Diagnostics::Information = 4 , DotNetDupe::System::Diagnostics::SuccessAudit = 8 ,
  DotNetDupe::System::Diagnostics::FailureAudit = 16
}
 Defines the event type of an event log entry. More...