Java logging framework: Difference between revisions

Content deleted Content added
MkNbg (talk | contribs)
No edit summary
m Reverted edits by MkNbg (talk) identified as spam (HG)
Line 105:
|
| Apache License, Version 2.0
|-
! [http://www.logdirector.com/ logdirector]
| Knows free definable "log event types". No log levels!
| All events are send via http to a central logdirector server.
|
| Commercial license. About $30 per application that logs to the server. Free for testing.
|}
 
Line 136 ⟶ 130:
* [http://www.tinylog.org/ tinylog - Minimalist logging utility with a static logger]
* [http://code.google.com/p/otroslogviewer/ OtrosLogViewer - Open Source logviewer, handling standard java and custom log formats]
* [http://www.logdirector.com/ logdirector - Commercial logging tool for professional usage. Logs structured log event data to a central server]
 
==References==