log.info "Configuration data source"
try {
..
}
catch (Exception e) {
log.error "Error: ${e.message}", e
}
logging
Purpose
The logging
plugin configures Grails' support for Logging with logback.
Examples
Example log statements:
Description
Refer to the section on Logging in the Grails user guide which details Grails' logging support.