Create a new Logger object using the default TextWriter (System.Console.Out) and the default level (Level.Fine)

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

Syntax

C#
public Logger()
Visual Basic (Declaration)
Public Sub New
Visual C++
public:
Logger()

See Also