jar

com.hkupty.maple : maple-core

Maven & Gradle

Mar 10, 2023
40 stars

maple-core · An opinionated slf4j backend for structured logging

Table Of Contents

Latest Version

Download com.hkupty.maple : maple-core JAR file - Latest Versions:

All Versions

Download com.hkupty.maple : maple-core JAR file - All Versions:

Version Vulnerabilities Size Updated
0.4
0.3
0.2
0.1

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 maple-core-0.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

maple.core.internals

├─ maple.core.internals.Clock.class - [JAR]

├─ maple.core.internals.ThreadCreator.class - [JAR]

maple.core.logger

├─ maple.core.logger.IMapleLogger.class - [JAR]

├─ maple.core.logger.MapleLogger.class - [JAR]

├─ maple.core.logger.TreeCache.class - [JAR]

maple.core.sink.impl.jackson

├─ maple.core.sink.impl.jackson.NOPPrettyPrinter.class - [JAR]

maple.core.config

├─ maple.core.config.ConfigManagerFactory.class - [JAR]

maple.core.sink.impl

├─ maple.core.sink.impl.DummySink.class - [JAR]

├─ maple.core.sink.impl.GsonMapleSink.class - [JAR]

├─ maple.core.sink.impl.JacksonMapleSink.class - [JAR]

├─ maple.core.sink.impl.JakartaMapleSink.class - [JAR]

├─ maple.core.sink.impl.NOPSink.class - [JAR]

maple.core.minilog

├─ maple.core.minilog.MiniLogger.class - [JAR]

maple.core.logger.guard

├─ maple.core.logger.guard.DebugLevelGuard.class - [JAR]

├─ maple.core.logger.guard.ErrorLevelGuard.class - [JAR]

├─ maple.core.logger.guard.InfoLevelGuard.class - [JAR]

├─ maple.core.logger.guard.LevelGuard.class - [JAR]

├─ maple.core.logger.guard.NOPGuard.class - [JAR]

├─ maple.core.logger.guard.TraceLevelGuard.class - [JAR]

├─ maple.core.logger.guard.WarnLevelGuard.class - [JAR]

maple.core.sink

├─ maple.core.sink.MapleSink.class - [JAR]

├─ maple.core.sink.SinkImpl.class - [JAR]

maple.core.models

├─ maple.core.models.MapleLogEvent.class - [JAR]

maple.core.logger.event

├─ maple.core.logger.event.MapleLogEventBuilder.class - [JAR]

maple.core.slf4j

├─ maple.core.slf4j.MapleLoggerFactory.class - [JAR]

├─ maple.core.slf4j.MapleServiceProvider.class - [JAR]

Advertisement