Add(MessageLogger) | add the messages of another message-logger. |
Add(String) | add a line to the logger. |
Add(String, ErrorLevel) | Add a warning or error to the logger. Warnings do not overwrite errors. |
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. |