spring-logging-support-pom

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-pom
Last Version

Last Version

2.0.0
Release Date

Release Date

Type

Type

pom
Description

Description

spring-logging-support-pom
Library to easy the logging configuration of an application.
Project URL

Project URL

https://github.com/namics/spring-logging-support
Project Organization

Project Organization

Namics AG
Source Code Management

Source Code Management

https://github.com/namics/spring-logging-support

Download spring-logging-support-pom

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • spring-logging-support
  • spring-logging-support-starter
  • spring-logging-support-samples

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