Open Lighting Architecture
Latest Git
|
Namespaces | |
ola | |
The namespace containing all OLA symbols. | |
Functions | |
void | ola::SetLogLevel (log_level level) |
Set the logging level. More... | |
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. More... | |
bool | ola::InitLogging (log_level level, log_output output) |
Initialize the OLA logging system. More... | |
void | ola::InitLogging (log_level level, LogDestination *destination) |
Initialize the OLA logging system using the specified LogDestination. More... | |