jar

io.getstream : stream-log

Maven & Gradle

Mar 28, 2023
118 stars

stream-log · A lightweight and extensible logger library for Kotlin and Android.

Table Of Contents

Latest Version

Download io.getstream : stream-log JAR file - Latest Versions:

All Versions

Download io.getstream : stream-log JAR file - All Versions:

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

io.getstream.log

├─ io.getstream.log.CompositeStreamLogger.class - [JAR]

├─ io.getstream.log.ErrorStreamLogger.class - [JAR]

├─ io.getstream.log.IsLoggableValidator.class - [JAR]

├─ io.getstream.log.Priority.class - [JAR]

├─ io.getstream.log.SilentStreamLogger.class - [JAR]

├─ io.getstream.log.StreamLog.class - [JAR]

├─ io.getstream.log.StreamLogExtensionKt.class - [JAR]

├─ io.getstream.log.StreamLogger.class - [JAR]

├─ io.getstream.log.TaggedLogger.class - [JAR]

io.getstream.log.kotlin

├─ io.getstream.log.kotlin.KotlinStreamLogger.class - [JAR]

io.getstream.log.helper

├─ io.getstream.log.helper.StringifyKt.class - [JAR]

Advertisement