Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CobaltFusion/DebugViewPP
/ SetAutoNewLine
Method
SetAutoNewLine
DebugView++Lib/LogSources.cpp:111–116 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
109
}
110
111
void LogSources::SetAutoNewLine(bool value)
112
{
113
m_autoNewLine = value;
114
for (auto& pSource : m_sources)
115
pSource->SetAutoNewLine(value);
116
}
117
118
bool LogSources::GetAutoNewLine() const
119
{
Callers
1
UpdateSettings
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected