ahmetb / orman

lightweight and minimalist ORM for Java/Android. works with SQLite & MySQL. (not actively maintained)
Other
249 stars 47 forks source link

Support for Java native Logging or SLF4j #25

Closed ahmetb closed 8 years ago

ahmetb commented 13 years ago

There is no logging adapter for java.util.logging utility right now. It should be implemented if necessary.

We might consider supporting slf4j in the future http://www.slf4j.org/ It is also a similar Facade for many logging libraries like our ILogger.