wut  v1.5.0
Wii U Toolchain
cosreport.h
Go to the documentation of this file.
1 #pragma once
2 #include <wut.h>
3 
11 #ifdef __cplusplus
12 extern "C" {
13 #endif
14 
15 typedef enum COSReportLevel{
21 
22 typedef enum COSReportModule{
28 
29 void
31  COSReportLevel level,
32  const char* fmt,
33  ...);
34 
35 void
37  const char* fmt,
38  ...);
39 
40 void
42  const char* fmt,
43  ...);
44 
45 void
47  const char* fmt,
48  ...);
49 
50 void
52  const char* fmt,
53  ...);
54 
55 #ifdef __cplusplus
56 }
57 #endif
58 
void COSInfo(COSReportModule module, const char *fmt,...)
void COSVReport(COSReportModule module, COSReportLevel level, const char *fmt,...)
void COSError(COSReportModule module, const char *fmt,...)
COSReportModule
Definition: cosreport.h:22
COSReportLevel
Definition: cosreport.h:15
void COSWarn(COSReportModule module, const char *fmt,...)
void COSVerbose(COSReportModule module, const char *fmt,...)
@ COS_REPORT_MODULE_UNKNOWN_2
Definition: cosreport.h:25
@ COS_REPORT_MODULE_UNKNOWN_1
Definition: cosreport.h:24
@ COS_REPORT_MODULE_UNKNOWN_0
Definition: cosreport.h:23
@ COS_REPORT_MODULE_UNKNOWN_5
Definition: cosreport.h:26
@ COS_REPORT_LEVEL_INFO
Definition: cosreport.h:18
@ COS_REPORT_LEVEL_WARN
Definition: cosreport.h:17
@ COS_REPORT_LEVEL_VERBOSE
Definition: cosreport.h:19
@ COS_REPORT_LEVEL_ERROR
Definition: cosreport.h:16