Changeset 8192 for trunk/MagicSoft/Mars/mbase
- Timestamp:
- 11/01/06 15:48:31 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MLogHtml.cc
r8051 r8192 110 110 { 111 111 case 0: break; 112 case 1: *fOut << "<font color= #aa0000>";break; // err113 case 2: *fOut << "<font color= #00aaaa>"; break; // warn114 case 3: *fOut << "<font color= #00aa00>";break; // inf115 default: *fOut << "<font color= #0000aa>";break; // all others (dbg)112 case 1: *fOut << "<font color='maroon'>"; break; // err 113 case 2: *fOut << "<font color='#FF6600'>"; break; // warn (olive?) 114 case 3: *fOut << "<font color='green'"; break; // inf 115 default: *fOut << "<font color='navy'>"; break; // all others (dbg) 116 116 } 117 117
Note:
See TracChangeset
for help on using the changeset viewer.