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) |