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
{{ message }}
This repository has been archived by the owner on May 27, 2022. It is now read-only.
I want this appender to work without xml config and be accessible from any part of code like
Logger l = KafkaLoggerFactory.getLogger(MyClass.class);
I did it this way:
`public static Logger getLogger(String string) {
Please help me how to do that and why this config does not work. I can't see any data in kafka
The text was updated successfully, but these errors were encountered: