Skip to content

sdxqw/Logger

Repository files navigation

Logger

Simple Logger, save the log into a file, and has console colors too!

Use this

add jitpack

repositories {
	maven { url 'https://jitpack.io' }
}

then add the dependencie on dependencies

dependencies {
	implementation 'io.github.sdxqw:Logger:master-SNAPSHOT'
}

Usage

Logger.info("My log here");
Logger.info("Info log %s", "with format");

Preview

image

About

Simple Logger, save the log into a file, and has console colors too!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages