Makes using log frameworks as painless as printing to stdout by adding intentions, live templates and code inspections that support most aspects of the configured log framework. On top of this log IDs and reviews can be generated in addition.
Features
- Simplifies the usage of Java log frameworks
- Supports possibly any Java log framework
- Supports log ID generation
- Supports log review document creation
- Can be obtained through the plugin manager built-into the IDE
License
Apache License V2.0Follow Log Support - Plugin for IntelliJ IDEA
Other Useful Business Software
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
Rate This Project
Login To Rate This Project
User Reviews
-
Log Support is a rather awesome IntelliJ IDEA plugin that simplifies usage of the various Java logging frameworks. The live code templates and abbreviations it adds are quite useful, especially when using logging frameworks that don't support parameterised logging messages (e.g., JUL, Commons Logging, Log4j 1.2) and frameworks that don't support markers (i.e., anything other than SLF4J and Log4j 2 so far). Being able to type "logd" followed by tab is quite a nice shortcut for debug logging! The support for fine-grained logging control and preferences is rather useful.