Various utilities related to logging.
| Type Params | Return Type | Name and description |
|---|---|---|
|
static org.ysb33r.grolifant.api.core.ProgressLogger |
createProgressLogger(Project project, String text)Creates an instance of a progress logger that could be use to log progress to console |
Creates an instance of a progress logger that could be use to log progress to console
project - Project that this logger will be attached to.text - Set description and logging header.