![]() |
MessageLogger Methods |
The MessageLogger type exposes the following members.
Name | Description | |
---|---|---|
![]() | add(String) |
add a line to the logger
|
![]() | add(MessageLogger) |
add the messages of another message-logger
|
![]() | add(ListInt32, String, String) |
add a message starting with an enumeration of integers, ending with a message given either in singular or plural depending on the number of integers
|
![]() | addInSameLine |
add a string to the last line of the logger
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | errorLevel |
query the error flag
|
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | hasMessage |
true in case the logger holds a message
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | message |
the complete message of the logger
|
![]() | setErrorLevel |
set the error flag to true
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |