MCPcopy Create free account
hub / github.com/Norbyte/ositools / SetupLogging

Method SetupLogging

OsiInterface/OsirisProxy.cpp:89–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89void OsirisProxy::SetupLogging(bool Enabled, DebugFlag LogLevel, std::wstring const & Path)
90{
91 DeleteFileW(Path.c_str());
92 LoggingEnabled = Enabled;
93 DesiredLogLevel = LogLevel;
94 LogDirectory = Path;
95}
96
97void OsirisProxy::EnableCompileLogging(bool Log)
98{

Callers 1

SetupOsirisProxyFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected