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
I have a class, MyClass with ToString() overridden. When I do something like:
log.Info("Here is my class object {MyClass}", myClassObject);
I get stack overflow when a SplunkHttpEventCollector logger is active. Everything works as exptected if I use a different type of logger such as File.
The text was updated successfully, but these errors were encountered:
I have a class, MyClass with ToString() overridden. When I do something like:
log.Info("Here is my class object {MyClass}", myClassObject);
I get stack overflow when a SplunkHttpEventCollector logger is active. Everything works as exptected if I use a different type of logger such as File.
The text was updated successfully, but these errors were encountered: