util::log::Log

Send message to be logged. Applications using the logging library need to provide this.

Synopsis

Declared in <util/log.h>

void
Log(Entry entry);

Parameters

NameDescription
entryThe fully populated log entry to emit.