com.namics.oss.spring.support.logging:spring-logging-support

Library to easy the logging configuration of an application.

License

License

Categories

Categories

Logging Application Layer Libs
GroupId

GroupId

com.namics.oss.spring.support.logging
ArtifactId

ArtifactId

spring-logging-support
Last Version

Last Version

2.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Library to easy the logging configuration of an application.
Project Organization

Project Organization

Namics AG

Download spring-logging-support

How to add to project

<!-- https://jarcasting.com/artifacts/com.namics.oss.spring.support.logging/spring-logging-support/ -->
<dependency>
    <groupId>com.namics.oss.spring.support.logging</groupId>
    <artifactId>spring-logging-support</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.namics.oss.spring.support.logging/spring-logging-support/
implementation 'com.namics.oss.spring.support.logging:spring-logging-support:2.0.0'
// https://jarcasting.com/artifacts/com.namics.oss.spring.support.logging/spring-logging-support/
implementation ("com.namics.oss.spring.support.logging:spring-logging-support:2.0.0")
'com.namics.oss.spring.support.logging:spring-logging-support:jar:2.0.0'
<dependency org="com.namics.oss.spring.support.logging" name="spring-logging-support" rev="2.0.0">
  <artifact name="spring-logging-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.namics.oss.spring.support.logging', module='spring-logging-support', version='2.0.0')
)
libraryDependencies += "com.namics.oss.spring.support.logging" % "spring-logging-support" % "2.0.0"
[com.namics.oss.spring.support.logging/spring-logging-support "2.0.0"]

Dependencies

compile (14)

Group / Artifact Type Version
log4j : log4j Optional jar 1.2.17
ch.qos.logback : logback-core Optional jar 1.1.7
ch.qos.logback : logback-classic Optional jar 1.1.7
org.springframework : spring-core jar 4.3.6.RELEASE
org.springframework : spring-beans jar 4.3.6.RELEASE
org.springframework : spring-context jar 4.3.6.RELEASE
org.springframework : spring-context-support jar 4.3.6.RELEASE
org.springframework : spring-web jar 4.3.6.RELEASE
org.springframework : spring-webmvc jar 4.3.6.RELEASE
com.fasterxml.jackson.core : jackson-core jar 2.8.3
com.fasterxml.jackson.core : jackson-databind jar 2.8.3
commons-io : commons-io jar 2.5
javax.inject : javax.inject jar 1
org.slf4j : slf4j-api jar 1.7.21

provided (1)

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

test (4)

Group / Artifact Type Version
org.slf4j : slf4j-log4j12 jar 1.7.21
org.slf4j : jcl-over-slf4j jar 1.7.21
org.slf4j : jul-to-slf4j jar 1.7.21
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Spring Logging Support

System Status
CI master Build Status
CI develop Build Status
Dependency Maven Central

This modules aims to provide a universal mechanism to configure logging configuration and get access to logfiles.

Usage

Maven Dependency (Latest Version in pom.xml):

<dependency>
	<groupId>com.namics.oss.spring.support.logging</groupId>
	<artifactId>spring-logging-support</artifactId>
	<version>2.0.0</version>
</dependency>

Requirements

Java: JDK 8

Integration

The user interface can be integrated with the spring boot starter.

<dependency>
	<groupId>com.namics.oss.spring.support.logging</groupId>
	<artifactId>spring-logging-support-starter</artifactId>
	<version>2.0.0</version>
</dependency>

The default iFrame integration is

<iframe class="frame" data-th-src="@{'/nx-log/logging.html'}"></iframe>
com.namics.oss.spring.support.logging

Namics AG

Versions

Version
2.0.0
1.0.0