Home
last modified time | relevance | path

Searched refs:MPDSiLogCore (Results 1 – 2 of 2) sorted by relevance

/RevoEX-3.1/build/libraries/mpds/include/
Dmpdsprivate.h74 void MPDSiLogCore( u32 level, const char* levelString, const char* file, const char* func, int l…
77 #define MPDSiLog( level, ... ) MPDSiLogCore( MPDS_DEBUG_LEVEL_##level, #level, __FILE__, __FUNCT…
78 #define MPDSiError( ... ) MPDSiLogCore( MPDS_DEBUG_LEVEL_ERROR, "Error", __FILE__, __FUNCTI…
79 #define MPDSiWarning( ... ) MPDSiLogCore( MPDS_DEBUG_LEVEL_WARNING, "Warning", __FILE__, __FU…
80 #define MPDSiReport( ... ) MPDSiLogCore( MPDS_DEBUG_LEVEL_REPORT, "Report", __FILE__, __FUNC…
81 #define MPDSiTrace( ... ) MPDSiLogCore( MPDS_DEBUG_LEVEL_TRACE, "Trace", __FILE__, __FUNCTI…
/RevoEX-3.1/build/libraries/mpds/src/
Dmpdssystem.c1016 MPDSiLogCore( u32 level, const char* levelString, in MPDSiLogCore() function