jar

com.ge.predix : spring-log-filter

Maven & Gradle

Feb 18, 2022
2 stars

Predix Spring Log Filter · This library provides a spring filter that generates correlation ids to help trace issues in log files.

Table Of Contents

Latest Version

Download com.ge.predix : spring-log-filter JAR file - Latest Versions:

All Versions

Download com.ge.predix : spring-log-filter JAR file - All Versions:

Version Vulnerabilities Size Updated
3.0.x
2.1.x
2.0.x
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window spring-log-filter-3.0.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.ge.predix.log4j2

├─ com.ge.predix.log4j2.PredixLayout.class - [JAR]

com.ge.predix.logback

├─ com.ge.predix.logback.PredixEncoder.class - [JAR]

com.ge.predix.vcap

├─ com.ge.predix.vcap.VcapApplication.class - [JAR]

com.ge.predix.audit

├─ com.ge.predix.audit.AuditEvent.class - [JAR]

├─ com.ge.predix.audit.AuditEventProcessor.class - [JAR]

├─ com.ge.predix.audit.AuditEventWriter.class - [JAR]

com.ge.predix.log.filter

├─ com.ge.predix.log.filter.LogFilter.class - [JAR]

Advertisement