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

Method DisableTimestamp

lib/base/logger.cpp:189–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189void Logger::DisableTimestamp()
190{
191 m_TimestampEnabled = false;
192}
193
194void Logger::EnableTimestamp()
195{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected