ErrorLogger Class

Used for collecting error messages (mostly during parsing and initialising the model).

Definition

Namespace: SRS.ScheduleSolver.Tools
Assembly: ScheduleSolver (in ScheduleSolver.dll) Version: 2.6.0+d867f7e856f281547f683ef6449a86e433a2356d
C#
public class ErrorLogger
Inheritance
Object    ErrorLogger

Constructors

ErrorLoggerInitializes a new instance of the ErrorLogger class

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

Fields

Out Gets or sets the TextWriter that error and warning messages are sent to. By default messages are sent to STDOUT (Console).

See Also