tulskiy / jkeymaster

A library for registering global hotkeys in java with JNA. The goal is to support X11-based platforms, Windows and MacOSX
GNU Lesser General Public License v3.0
234 stars 45 forks source link

Logging Abstraction #24

Closed ChappIO closed 8 years ago

ChappIO commented 8 years ago

Hey, I am interested in using this library for my project, however I would like to have to logging also looped through my logging system of choice automatically using slf4j.

If I'd make you a pull request where I replace all the JUL stuff with slf4j, would you be willing to merge it?

tulskiy commented 8 years ago

hi, yes, sure

tulskiy commented 8 years ago

ok, I've merged it and will prepare a snapshot for you shortly

ChappIO commented 8 years ago

Thank you very much sir, happy new year by the way

tulskiy commented 8 years ago

1.2-SNAPSHOT published. will you need a version on maven central?

and happy new year to you too!

ChappIO commented 8 years ago

I generally use jcenter but if you're hosting on a different repo until you have a release then I can use that one. I don't expect to have a release for my project within 6 months anyway

tulskiy commented 8 years ago

I use sonatype oss repo for snapshots. Anyways, I've released version 1.2 to maven central.