-
-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
Description
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.