C# Class MWS.Log.WindowsLog

Inheritance: System.Diagnostics.EventLog, LogInterface
Afficher le fichier Open project: Movilizer/.NET_Connector

Méthodes publiques

Méthode 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

Méthode Description
WriteEntry ( EventLogEntryType logEntryType, Nullable timestamp, string message ) : void

Method Details

WindowsLog() public méthode

public WindowsLog ( ) : System
Résultat System

WriteError() public méthode

public WriteError ( System.DateTime date, string message ) : void
date System.DateTime
message string
Résultat void

WriteInfo() public méthode

public WriteInfo ( System.DateTime date, string message ) : void
date System.DateTime
message string
Résultat void

WriteWarning() public méthode

public WriteWarning ( System.DateTime date, string message ) : void
date System.DateTime
message string
Résultat void