StringHelper Class Reference

List of all members.

Static Public Member Functions

static String format (const String &pattern, va_list argList)


Detailed Description

String manipulation routines

Member Function Documentation

String format ( const String &  pattern,
va_list  argList 
) [static]

Creates a message with the given pattern and uses it to format the given arguments.

This method provides a means to produce concatenated messages in language-neutral way.

Parameters:
pattern the pattern for this message. The different arguments are represented in the pattern string by the symbols {0} to {9}
argList a variable list of srrings to be formatted and substituted. The type of the strings must be (TCHAR *).


The documentation for this class was generated from the following files:

Generated on Mon May 26 17:02:52 2008 for log4cxx by  doxygen 1.5.5