Error Logger Class
Used for collecting error messages (mostly
during parsing and initialising the model).
Definition
Namespace: SRS.ShiftSolver.Tools
Assembly: ShiftSolver (in ShiftSolver.dll) Version: 2.3.0+2c0a765360648175f37b32b9a08ecd256c911c4c
Assembly: ShiftSolver (in ShiftSolver.dll) Version: 2.3.0+2c0a765360648175f37b32b9a08ecd256c911c4c
C#
public class ErrorLoggerVB
Public Class ErrorLoggerC++
public ref class ErrorLoggerF#
type ErrorLogger = class end- Inheritance
- Object ErrorLogger
Constructors
| ErrorLogger | Initializes 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). |