MCPcopy 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

15LogSink::~LogSink() {}
16
17void LogSink::setLevel(LogLevel level) {
18 m_level = level;
19 Logger::refreshLoggable();
20}
21
22LogLevel LogSink::level() {
23 return m_level;

Callers 1

RootMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected