The Logger associated with this object.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public Logger Logger { get; set; }
Visual Basic (Declaration)
Public Property Logger As Logger
Visual C++
public:
property Logger^ Logger {
	Logger^ get ();
	void set (Logger^ value);
}

Field Value

The Logger associated with this object.

Remarks

The Logger object enables logging.

Default: Logger = null

See Also