Click or drag to resize

TimerLogger Constructor (String, String, LogCategory, String)

Creates the timer object with a specific logID, logCategory, and source.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public TimerLogger(
	string message,
	string logID,
	LogCategory logCategory,
	string source
)

Parameters

message
Type: SystemString
The message to log
logID
Type: SystemString
The ID to use
logCategory
Type: NetQuarryLogCategory
The log category to use
source
Type: SystemString
The source to use for the message
See Also