rusefi-full/firmware/util/loggingcentral.h

17 lines
363 B
C++

/**
* @file loggingcentral.h
*
* @date Mar 8, 2015
* @author Andrey Belomutskiy, (c) 2012-2020
*/
#ifndef UTIL_LOGGINGCENTRAL_H_
#define UTIL_LOGGINGCENTRAL_H_
class Logging;
void initLoggingCentral(void);
char * swapOutputBuffers(int *actualOutputBufferSize);
void scheduleMsg(Logging *logging, const char *fmt, ...);
#endif /* UTIL_LOGGINGCENTRAL_H_ */