C# Class Alphashack.Graphdat.Agent.SqlTrace.DebugHelper

Afficher le fichier Open project: alphashack/NET_graphdat

Méthodes publiques

Méthode Description
LogEntry ( System.Diagnostics.EventLog log, string message, EventLogEntryType type = EventLogEntryType.Information ) : void

Method Details

LogEntry() public static méthode

public static LogEntry ( System.Diagnostics.EventLog log, string message, EventLogEntryType type = EventLogEntryType.Information ) : void
log System.Diagnostics.EventLog
message string
type EventLogEntryType
Résultat void