jar

io.github.naviud : log-tracker

Maven & Gradle

May 10, 2019
8 stars

log-tracker · LogTracker is a logger module done for Play framework which prepends a unique UUID(tracker id) for the log messages that are generated for a particular request. Tracker id can be passed from a HTTP header or will be selected randomly when a request is initiated.

Table Of Contents

Latest Version

Download io.github.naviud : log-tracker JAR file - Latest Versions:

All Versions

Download io.github.naviud : log-tracker JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
b0184b49c1cab0b706cd0aa0ad36f564590eb824
0.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 log-tracker-1.1.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.naviud.logtracker.actions

├─ io.github.naviud.logtracker.actions.LogTrackerAction.class - [JAR]

io.github.naviud.logtracker.annotations

├─ io.github.naviud.logtracker.annotations.LogTracker.class - [JAR]

io.github.naviud.logtracker.concurrent

├─ io.github.naviud.logtracker.concurrent.LogTrackerCallable.class - [JAR]

├─ io.github.naviud.logtracker.concurrent.LogTrackerRunnable.class - [JAR]

io.github.naviud.logtracker.error

├─ io.github.naviud.logtracker.error.LogTrackerException.class - [JAR]

io.github.naviud.logtracker.utils

├─ io.github.naviud.logtracker.utils.LogTrackerUtil.class - [JAR]

io.github.naviud.logtracker

├─ io.github.naviud.logtracker.LogTrackerLogger.class - [JAR]

├─ io.github.naviud.logtracker.LogTrackerLoggerImpl.class - [JAR]

├─ io.github.naviud.logtracker.LogTrackerModule.class - [JAR]

io.github.naviud.logtracker.actions.trackerproviders

├─ io.github.naviud.logtracker.actions.trackerproviders.HeaderBasedTrackerIdFetcher.class - [JAR]

├─ io.github.naviud.logtracker.actions.trackerproviders.TrackerIdFetcher.class - [JAR]

├─ io.github.naviud.logtracker.actions.trackerproviders.TrackerIdProvider.class - [JAR]

├─ io.github.naviud.logtracker.actions.trackerproviders.UuidBasedTrackerIdFetcher.class - [JAR]