Click or drag to resize
ZeroSystemLogger Property
The Logger associated with this object.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public Logger Logger { get; set; }

Property Value

Type: Logger
The Logger associated with this object.
Remarks
The Logger object enables logging.

Default: Logger = null

See Also