Open Lighting Architecture 0.10.9
Loading...
Searching...
No Matches
Logging.cpp File Reference

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.