You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
defines a logger Foo and two appenders STDERR and FILE. The STDERR appender is bound to the logger; the FILE is not bound to any logger. It is not possible to get the FILE appender instance using either the class method appender_by_name() or $Log::Log4perl::Logger::APPENDER_BY_NAME{...}.
The text was updated successfully, but these errors were encountered:
XSven
changed the title
[feature] provide a way to get appender instances that are not bound to any logger
[feature/bug] provide a way to get appender instances that are not bound to any logger
May 16, 2024
Could this be prioritized please. It is really annoying not to be able to configure appenders in a .properties file and bind them to a logger at runtime! Instead we are forced to bind all appenders and at runtime using eradicate_appender() instead.
This configuration
defines a logger
Foo
and two appendersSTDERR
andFILE
. TheSTDERR
appender is bound to the logger; theFILE
is not bound to any logger. It is not possible to get theFILE
appender instance using either the class methodappender_by_name()
or$Log::Log4perl::Logger::APPENDER_BY_NAME{...}
.The text was updated successfully, but these errors were encountered: