jar

net.jmatrix : slf-color-console

Maven & Gradle

Mar 19, 2019
0 stars

slf-color-console · slf-color-console is a binding and implementation to log to System.err, System.out. with ansi color.

Table Of Contents

Latest Version

Download net.jmatrix : slf-color-console JAR file - Latest Versions:

All Versions

Download net.jmatrix : slf-color-console JAR file - All Versions:

Version Vulnerabilities Size Updated
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 slf-color-console-1.0.10.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.slf4j.impl

├─ org.slf4j.impl.StaticLoggerBinder.class - [JAR]

net.jmatrix.console.log

├─ net.jmatrix.console.log.ANSIColorFormatter.class - [JAR]

├─ net.jmatrix.console.log.ColorConsoleConfig.class - [JAR]

├─ net.jmatrix.console.log.ColorConsoleLogger.class - [JAR]

├─ net.jmatrix.console.log.ConsoleLogWriter.class - [JAR]

├─ net.jmatrix.console.log.ConsoleLoggerFactory.class - [JAR]

├─ net.jmatrix.console.log.LevelMapper.class - [JAR]

├─ net.jmatrix.console.log.LogWriter.class - [JAR]

├─ net.jmatrix.console.log.SimpleFormatter.class - [JAR]

├─ net.jmatrix.console.log.TestMain.class - [JAR]

Advertisement