Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ setLevel
Method
setLevel
source/core/StarLogging.cpp:17–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
LogSink::~LogSink() {}
16
17
void LogSink::setLevel(LogLevel level) {
18
m_level = level;
19
Logger::refreshLoggable();
20
}
21
22
LogLevel LogSink::level() {
23
return m_level;
Callers
1
Root
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected