logging
Purpose
Thelogging
plug-in sets up 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 }
(Quick Reference)
loggingPurposeThelogging plug-in sets up Grails' support for Logging with Log4j.ExamplesExample log statements:log.info "Configuration data source"try { .. } catch(Exception e) { log.error "Error: ${e.message}", e } DescriptionRefer to the section on Logging in the Grails user guide which details Grails' logging support. |
Command LineConstraintsControllersDatabase MappingDomain ClassesPlug-insServicesServlet APITag LibrariesTags |