LogCallback

LogCallback#

class LogCallback#

Base class for log callbacks.

Derived classes should override doProcessEntry to handle log entries, returning true if they logged the message or false if they skipped it for whatever reason.

Log Callbacks all run on a shared, dedicated worker thread, so must be thread safe, but will be synchronized with each other.

Subclassed by simgear::BufferedLogCallback, simgear::FileLogCallback, simgear::StderrLogCallback