C# Class MWS.Log.WindowsLog

Inheritance: System.Diagnostics.EventLog, LogInterface
Exibir arquivo Open project: Movilizer/.NET_Connector

Public Methods

Method Description
WindowsLog ( ) : System
WriteError ( System.DateTime date, string message ) : void
WriteInfo ( System.DateTime date, string message ) : void
WriteWarning ( System.DateTime date, string message ) : void

Private Methods

Method Description
WriteEntry ( EventLogEntryType logEntryType, Nullable timestamp, string message ) : void

Method Details

WindowsLog() public method

public WindowsLog ( ) : System
return System

WriteError() public method

public WriteError ( System.DateTime date, string message ) : void
date System.DateTime
message string
return void

WriteInfo() public method

public WriteInfo ( System.DateTime date, string message ) : void
date System.DateTime
message string
return void

WriteWarning() public method

public WriteWarning ( System.DateTime date, string message ) : void
date System.DateTime
message string
return void