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 }