Methods
(static) logActionEnd(actionName)
This function logs the end of an action.
Parameters:
Name | Type | Description |
---|---|---|
actionName |
string |
(static) logActionInit(actionName)
This function logs the initialization of an action.
Parameters:
Name | Type | Description |
---|---|---|
actionName |
string |
(static) logError(errorDescription)
This function logs an error.
Parameters:
Name | Type | Description |
---|---|---|
errorDescription |
string |
(static) logInfo(infoDescription)
This function logs the informations about a task or a single action.
Parameters:
Name | Type | Description |
---|---|---|
infoDescription |
string |
(static) logTask(taskName)
This function logs a single generator task.
Parameters:
Name | Type | Description |
---|---|---|
taskName |
string |