Home | History | Annotate | Download | only in include

Lines Matching refs:PORTABLE_API

135 PORTABLE_API ESR_ReturnCode PLogInit(PLogger *logger, unsigned int logLevel);
143 PORTABLE_API ESR_ReturnCode PLogIsInitialized(ESR_BOOL* isInit);
151 PORTABLE_API ESR_ReturnCode PLogIsLocked(ESR_BOOL* isLocked);
161 PORTABLE_API ESR_ReturnCode PLogShutdown(void);
174 PORTABLE_API ESR_ReturnCode PLogSetFormat(LOG_OUTPUT_FORMAT format);
186 PORTABLE_API ESR_ReturnCode PLogGetLevel(unsigned int *logLevel);
198 PORTABLE_API ESR_ReturnCode PLogSetLevel(unsigned int logLevel);
209 PORTABLE_API ESR_ReturnCode PLogMessage(const LCHAR* msg, ...);
220 PORTABLE_API ESR_ReturnCode PLogError(const LCHAR* msg, ...);
233 PORTABLE_API ESR_ReturnCode PLogCreateFileLogger(PFile* file,
246 PORTABLE_API ESR_ReturnCode PLogCreateCircularFileLogger(const LCHAR* filename,