Log4E |
||
Log4E is a free Eclipse Plugin which helps you to use your logger easily in Java Projects. The Plugin Log4E is not bound to any special logging framework. Thus you might be able to adapt to your own logger by defining your own templates using the preferences. It has active support for Log4j, Commons Logging and JDK 1.4 logging.
Use the context menu of a java file or the context menu of an editor and get to the
submenu "Log4". Notice that the editor submenu provides additional tasks.
Kind of logger and imports are configurable in the Preferences.
Furthermore you can add a logger statement at any position you like supported by a wizard. logger levels and much more is configurable in the Preferences (Statements and Positions).
Replacements of System out's
Logger levels are configurable in the Preferences.
Logger ModificationNote that the modification task could delete a logger message under certain circumstances! Please read the modification algorithm section before using it. Modification of already exisiting logger statements: Replacing logger message with standard information, surrounding log statements with isLevelEnabled() if clauses and more. |
||
Don't hesitate to request for new features or help at log4e@jayefem.de |
||
By the way: Did you know that log(4) * e = 1.63656873 ? |
||
|