Changeset 104 for cpp/gdk/framsg.cpp
- Timestamp:
- 07/23/13 18:15:30 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/gdk/framsg.cpp
r82 r104 11 11 #endif 12 12 13 static const char *warn="[warn] "; 14 static const char *err="[ERROR] "; 13 char* MSG_LEVEL[]={"DEBUG","INFO","WARN","ERROR","CRITICAL"}; 15 14 16 15 /* TODO integracja z error managerem 17 16 void FramMessage(const char *o,const char *m,const char *bl,int w) 18 17 { 19 const char *lvl=""; 20 if (w==1) lvl=warn; else if (w>1) lvl=err; 18 const char *lvl=MSG_LEVEL[w+1]; 21 19 #ifdef SHP 22 20 //jesli chcemy zeby nawet w trybie release wysylal komunikaty:
Note: See TracChangeset
for help on using the changeset viewer.