Apache
Log Support
Products:
IntelliJ IDEA
Vendor:
Juergen Kellerer
Email: N/A
Website:
http://logsupport.sf.net/
SourceCode:
link
Description:
Makes using log frameworks as painless as printing to stdout by
adding
intentions,
live templates and
code inspections that
support the most important aspects of the configured log framework.
On top of the basic feature set, enterprise class features like log ID and
log review generation are available to help improving the overall
quality of the generated log.
Features:
- Supports possibly any log framework and facade
-
Pre-configured and tested with: log4j12, slf4j,
java.util.logging and commons log
- Assists in the generation of log IDs
-
Generates editable XHTML review documents containing a collection of log messages
that can be reviewed and adjusted by a non-developer (e.g. technical writer).
-
Adds 5 live templates logt, logd, logi,
logw and loge that offer a framework neutral way
of using log calls in the day to day business.
-
Adds 5 intentions and context actions that allow:
- Wrapping and unwrapping log calls in 'if' conditions.
- Add, update, replace or remove log IDs.
-
Adds 3 code inspections that verify whether:
-
Log calls are wrapped in 'if' conditions
(depending on the project setup)
-
Formatted messages are valid when using MessageFormat or
printf enabled frameworks.
-
Throwables can be combined with formatted messages
(e.g. logback does not support this)
Full usage instructions can be found at the plugin's homepage.
Downloads: 562
Rating:
Participated in rating: 0
| 1.0.2. |
80.8000. |
. |
Download
|
254.65. |
2010-05-01 23:20:07 |
. |
| 1.0.1. |
80.8000. |
. |
Download
|
248.53. |
2010-04-30 16:46:51 |
. |
| 1.0. |
80.8000. |
. |
Download
|
244.11. |
2010-04-30 03:24:17 |
. |
| . |
. |
Recent change notes:
- 1.0.2
- Fixed bugs in the action "Integrate Log Review".
- Added shortening of FQ names when logger field is added.
- 1.0.1
- Fixed several minor bugs.
- Runs on IntelliJ IDEA 8 and 9 now.
- Released sources on SF.net.
- 1.0
- Initial Release for IDEA >= 8.
General usage instructions:
Check the features list. Once configured most features are available via live templates and intentions.
Comments: No comments so far.