rusEFI
The most advanced open source ECU
|
Definition in file loggingcentral.h.
Data Structures | |
struct | LogLineBuffer |
class | LogBuffer< TBufferSize > |
Namespaces | |
namespace | priv |
Functions | |
void | startLoggingProcessor () |
const char * | swapOutputBuffers (size_t *actualOutputBufferSize) |
void | priv::efiPrintfInternal (const char *format,...) |
void | scheduleLogging (Logging *logging) |
void scheduleLogging | ( | Logging * | logging | ) |
This is the legacy function to copy the contents of a local Logging object in to the output buffer
This method appends the content of specified thread-local logger into the global buffer of logging content.
This is a legacy function, most normal logging should use efiPrintf
Definition at line 237 of file loggingcentral.cpp.
Referenced by printHistogram(), WaveChart::publish(), and updateDevConsoleState().
void startLoggingProcessor | ( | ) |
Definition at line 159 of file loggingcentral.cpp.
Referenced by runRusEfi().
Actual communication layer invokes this method when it's ready to send some data out
Definition at line 93 of file loggingcentral.cpp.
Referenced by handleGetText().