Open Lighting Architecture  0.9.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
Logging.cpp File Reference

Detailed Description

Namespaces

namespace  ola
 The namespace containing all OLA symbols.

Functions

void ola::SetLogLevel (log_level level)
 Set the logging level.
void ola::IncrementLogLevel ()
 Increment the log level by one. The log level wraps to OLA_LOG_NONE.
bool ola::InitLoggingFromFlags ()
 Initialize the OLA logging system from flags.
bool ola::InitLogging (log_level level, log_output output)
 Initialize the OLA logging system.
void ola::InitLogging (log_level level, LogDestination *destination)
 Initialize the OLA logging system using the specified LogDestination.