| Static Public Member Functions | |
| static void | appendEscapingTags (LogString &buf, const LogString &input) | 
| This method takes a string which may contain HTML tags (ie, <b>, <table>, etc) and replaces any '<' and '>' characters with respective predefined entity references. | |
| static void | appendEscapingCDATA (LogString &buf, const LogString &input) | 
| Ensures that embeded CDEnd strings (]]>) are handled properly within message, NDC and throwable tag text. | |
| 
 | ||||||||||||
| Ensures that embeded CDEnd strings (]]>) are handled properly within message, NDC and throwable tag text. 
 
 | 
| 
 | ||||||||||||
| This method takes a string which may contain HTML tags (ie, <b>, <table>, etc) and replaces any '<' and '>' characters with respective predefined entity references. 
 
 
 |