Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ TEST_F
Function
TEST_F
cpp/src/arrow/telemetry/telemetry_test.cc:102–106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
100
};
101
102
TEST_F(TestLogging, Basics) {
103
auto scope = MakeScope();
104
Log(LogLevel::ARROW_ERROR,
"foo bar"
);
105
Log(LogLevel::ARROW_WARNING,
"baz bal"
);
106
}
107
108
} // namespace telemetry
109
} // namespace arrow
Callers
nothing calls this directly
Calls
1
Log
Function · 0.85
Tested by
no test coverage detected