logging
Purpose
Thelogging
plugin configures Grails' support for Logging with logback.Examples
Example log statements:log.info "Configuration data source"try { .. } catch (Exception e) { log.error "Error: ${e.message}", e }
(Quick Reference)
loggingPurposeThelogging plugin configures Grails' support for Logging with logback.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 |