public class MessageLoggerPublic Class MessageLoggerpublic ref class MessageLoggertype MessageLogger = class end| MessageLogger | Initializes a new instance of the MessageLogger class. create a new default message logger. |
| MessageLogger(MessageLogger) | Initializes a new instance of the MessageLogger class by cloning another one. create a new default message logger. |
| ErrorLevel | Gets or sets the error-level of the logger. |
| MaxLineLength | Gets or sets the maximum line length. |
| 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. |
| 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) |
| Error | Get 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. |
| Message | Get the error flag. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Warning | Get the error flag. |
| AddRuntimeMessage |
Adds a runtime message to a GH_Component.
(Defined by MessageLoggerExtension) |
| ContainerType |
test if object is (a container like) a list or an array.
(Defined by MiniUtil) |