NumericsConfiguration.LogToFile Method

Sets up logging to a text file.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
public static void LogToFile(
	string filename,
	int level = 2
)

Parameters

filename  String
The path of the log file.
level  Int32  (Optional)
Optional. The minimum severity level. The default is informational messages.

Exceptions

ArgumentNullException

filename is null.

See Also