opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
Namespaces | Functions
log.h File Reference
#include <liboscar/platform/logger.h>
#include <liboscar/platform/log_level.h>
#include <liboscar/platform/log_message.h>
#include <liboscar/utilities/circular_buffer.h>
#include <liboscar/utilities/c_string_view.h>
#include <liboscar/utilities/synchronized_value.h>
#include <cstddef>
#include <memory>
Include dependency graph for log.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  osc
 
namespace  osc::detail
 

Functions

std::shared_ptr< Loggerosc::global_default_logger ()
 
Loggerosc::global_default_logger_raw ()
 
LogLevel osc::log_level ()
 
template<typename... Args>
void osc::log_message (LogLevel level, CStringView fmt, const Args &... args)
 
template<typename... Args>
void osc::log_trace (CStringView fmt, const Args &... args)
 
template<typename... Args>
void osc::log_debug (CStringView fmt, const Args &... args)
 
template<typename... Args>
void osc::log_info (CStringView fmt, const Args &... args)
 
template<typename... Args>
void osc::log_warn (CStringView fmt, const Args &... args)
 
template<typename... Args>
void osc::log_error (CStringView fmt, const Args &... args)
 
template<typename... Args>
void osc::log_critical (CStringView fmt, const Args &... args)
 
LogLevel osc::global_get_traceback_level ()
 
void osc::global_set_traceback_level (LogLevel)
 
SynchronizedValue< CircularBuffer< LogMessage, detail::c_max_log_traceback_messages > > & osc::global_get_traceback_log ()