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
The below test currently fails, because when creating new Logger, library_name in InstrumentationScope is set to logger_name if the passed in library_name is empty, but this logic is not honored when doing equity test between loggers.
auto lp1 = Provider::GetLoggerProvider()->GetLogger("Logger1");
auto another_lp1 = Provider::GetLoggerProvider()->GetLogger("Logger1");
EXPECT_EQ(lp1, another_lp1);
The text was updated successfully, but these errors were encountered:
The below test currently fails, because when creating new
Logger
,library_name
inInstrumentationScope
is set tologger_name
if the passed inlibrary_name
is empty, but this logic is not honored when doing equity test between loggers.The text was updated successfully, but these errors were encountered: