This class is used to implement logging in some IMSL algorithms. Its design mimics the Java java.util.Logging class, but is simpler, meeting only the requirements of logging intermediate results and notes from IMSL classes.

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

Syntax

C#
[SerializableAttribute]
public class Logger
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class Logger
Visual C++
[SerializableAttribute]
public ref class Logger

Inheritance Hierarchy

System..::.Object
Imsl..::.Logger

See Also