TimerLogger Constructor (String) |
Creates the object and logs the start message.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public TimerLogger(
string message
)
Public Sub New (
message As String
)
Parameters
- message
- Type: SystemString
The message to log.
See Also