Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Currently, if an appender which requires a layout is specified without layout, it will silently fail to log anything.
e.g.: <appender name="default" class="LoggerAppenderEcho" />
It would be better if the appender would automatically be configured with a default layout (e.g. LoggerLayoutSimple).