Title here
Summary here
If set to true, the component or task won't produce any log output.
Type | Description |
---|---|
bool? |
The ILogger instance that is used for logging.
Type | Description |
---|---|
ILogger |
Another loggable that which is the creator of this task.
Type | Description |
---|---|
LoggableTask |
Creates a unique hash value to identify the task or component.
Type | Description |
---|---|
string |
A name to identify the task or component. Every component or task comes with a default name that can be overwritten.
Type | Description |
---|---|
string |
A type description of the task or component. This is usually the class name.
Type | Description |
---|---|
string |