DevLogInitDevLog Method (String) |
Overloaded. Initilize the log with default options, size, and backup file count.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static void InitDevLog(
string fileName
)
Public Shared Sub InitDevLog (
fileName As String
)
Parameters
- fileName
- Type: SystemString
The name of the file
See Also