is not current version
Last Version 7.0.0

org.wicketstuff:wicketstuff-logback-examples 6.10.0

This is a standard Servlet 2.5 + logback + wicket webapplication serving as an example for wicketstuff-logback. Especially LogbackConfigListener to specify the location of logback config and WicketWebPatternEncoder to provide request informations in log messages. See the web.xml for more info.

Categories

Categories

Wicket User Interface Web Frameworks Logback Application Layer Libs Logging
GroupId

GroupId

org.wicketstuff
ArtifactId

ArtifactId

wicketstuff-logback-examples
Version

Version

6.10.0
Type

Type

war

Download wicketstuff-logback-examples 6.10.0


<!-- https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-logback-examples/ -->
<dependency>
    <groupId>org.wicketstuff</groupId>
    <artifactId>wicketstuff-logback-examples</artifactId>
    <version>6.10.0</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-logback-examples/
implementation 'org.wicketstuff:wicketstuff-logback-examples:6.10.0'
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-logback-examples/
implementation ("org.wicketstuff:wicketstuff-logback-examples:6.10.0")
'org.wicketstuff:wicketstuff-logback-examples:war:6.10.0'
<dependency org="org.wicketstuff" name="wicketstuff-logback-examples" rev="6.10.0">
  <artifact name="wicketstuff-logback-examples" type="war" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='wicketstuff-logback-examples', version='6.10.0')
)
libraryDependencies += "org.wicketstuff" % "wicketstuff-logback-examples" % "6.10.0"
[org.wicketstuff/wicketstuff-logback-examples "6.10.0"]