wut
v1.7.0
Wii U Toolchain
|
Typedefs | |
typedef enum COSReportLevel | COSReportLevel |
typedef enum COSReportModule | COSReportModule |
Enumerations | |
enum | COSReportLevel { COS_REPORT_LEVEL_ERROR = 0 , COS_REPORT_LEVEL_WARN = 1 , COS_REPORT_LEVEL_INFO = 2 , COS_REPORT_LEVEL_VERBOSE = 3 } |
enum | COSReportModule { COS_REPORT_MODULE_UNKNOWN_0 = 0 , COS_REPORT_MODULE_UNKNOWN_1 = 1 , COS_REPORT_MODULE_UNKNOWN_2 = 2 , COS_REPORT_MODULE_UNKNOWN_5 = 5 } |
Functions | |
void | COSVReport (COSReportModule module, COSReportLevel level, const char *fmt,...) |
void | COSError (COSReportModule module, const char *fmt,...) |
void | COSInfo (COSReportModule module, const char *fmt,...) |
void | COSVerbose (COSReportModule module, const char *fmt,...) |
void | COSWarn (COSReportModule module, const char *fmt,...) |
typedef enum COSReportLevel COSReportLevel |
typedef enum COSReportModule COSReportModule |
enum COSReportLevel |
Enumerator | |
---|---|
COS_REPORT_LEVEL_ERROR | |
COS_REPORT_LEVEL_WARN | |
COS_REPORT_LEVEL_INFO | |
COS_REPORT_LEVEL_VERBOSE |
Definition at line 15 of file cosreport.h.
enum COSReportModule |
Enumerator | |
---|---|
COS_REPORT_MODULE_UNKNOWN_0 | |
COS_REPORT_MODULE_UNKNOWN_1 | |
COS_REPORT_MODULE_UNKNOWN_2 | |
COS_REPORT_MODULE_UNKNOWN_5 |
Definition at line 22 of file cosreport.h.
void COSVReport | ( | COSReportModule | module, |
COSReportLevel | level, | ||
const char * | fmt, | ||
... | |||
) |
void COSError | ( | COSReportModule | module, |
const char * | fmt, | ||
... | |||
) |
void COSInfo | ( | COSReportModule | module, |
const char * | fmt, | ||
... | |||
) |
void COSVerbose | ( | COSReportModule | module, |
const char * | fmt, | ||
... | |||
) |
void COSWarn | ( | COSReportModule | module, |
const char * | fmt, | ||
... | |||
) |