Module: Logger

Methods

(static) logActionEnd(actionName)

This function logs the end of an action.
Parameters:
Name Type Description
actionName string
Source:

(static) logActionInit(actionName)

This function logs the initialization of an action.
Parameters:
Name Type Description
actionName string
Source:

(static) logError(errorDescription)

This function logs an error.
Parameters:
Name Type Description
errorDescription string
Source:

(static) logInfo(infoDescription)

This function logs the informations about a task or a single action.
Parameters:
Name Type Description
infoDescription string
Source:

(static) logTask(taskName)

This function logs a single generator task.
Parameters:
Name Type Description
taskName string
Source: