MCPcopy Create free account
hub / github.com/Icinga/icinga2 / EnableTimestamp

Method EnableTimestamp

lib/base/logger.cpp:194–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192}
193
194void Logger::EnableTimestamp()
195{
196 m_TimestampEnabled = true;
197}
198
199bool Logger::IsTimestampEnabled()
200{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected