Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ LoggerIndentScope
Method
LoggerIndentScope
binaryninjaapi.h:1145–1148 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1143
1144
public:
1145
LoggerIndentScope(Ref<Logger> logger): m_logger(logger)
1146
{
1147
m_logger->Indent();
1148
}
1149
~LoggerIndentScope()
1150
{
1151
m_logger->Dedent();
Callers
nothing calls this directly
Calls
1
Indent
Method · 0.80
Tested by
no test coverage detected