TimerLogger Constructor (String, String, String) |
Creates the object with a specific logID.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntaxpublic TimerLogger(
string message,
string logID,
string source
)
Public Sub New (
message As String,
logID As String,
source As String
)
Parameters
- message
- Type: SystemString
The message to log. - logID
- Type: SystemString
The ID to use. - source
- Type: SystemString
The source to use for the message.
See Also