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