Skip to content

Java logger which logs events and data, not strings. Based on mulog and tracing

License

Notifications You must be signed in to change notification settings

bowbahdoe/log.alpha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

log.alpha

Welcome!

This repo only contains the draft API for experimentation. That is, no backing implementation.

If you just want to try out the API or maybe do your own thing you can currently snag it from jitpack. Maven Central publishing can be done upon request.

My next draft of this (with far fewer features) is here.

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>
<dependency>
    <groupId>dev.mccue</groupId>
    <artifactId>log.alpha</artifactId>
    <version>main-SNAPSHOT</version>
</dependency>

About

Java logger which logs events and data, not strings. Based on mulog and tracing

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages