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
Auth0 for AI Agents now in GA
Connect your AI agents to apps and data more securely, give users control over the actions AI agents can perform and the data they can access, and enable human confirmation for critical agent actions.
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.