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

Show file Open project: alphashack/NET_graphdat

Public Methods

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

Method Details

LogEntry() public static method

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