Last Version

WicketStuff Logback - Example Web Application 7.0.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.

License

License

Categories

Categories

Wicket User Interface Web Frameworks Logback Application Layer Libs Logging
GroupId

GroupId

org.wicketstuff
ArtifactId

ArtifactId

wicketstuff-logback-examples
Version

Version

7.0.0
Type

Type

war
Description

Description

WicketStuff Logback - Example Web Application
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.

Download wicketstuff-logback-examples 7.0.0


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

Dependencies

compile (2)

Group / Artifact Type Version
org.wicketstuff : wicketstuff-logback jar 7.0.0
org.apache.wicket : wicket-core jar 7.0.0

provided (1)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 3.0.1

test (1)

Group / Artifact Type Version
org.eclipse.jetty.aggregate : jetty-all-server jar 8.1.16.v20140903

Project Modules

There are no modules declared in this project.