1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
--><html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>Apache log4cxx: log4cxx::pattern Namespace Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.4.6 -->
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main Page</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li id="current"><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="classes.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="namespaces.html"><span>Namespace List</span></a></li>
<li><a href="namespacemembers.html"><span>Namespace Members</span></a></li>
</ul></div>
<div class="nav">
<a class="el" href="namespacelog4cxx.html">log4cxx</a>::<a class="el" href="namespacelog4cxx_1_1pattern.html">pattern</a></div>
<h1>log4cxx::pattern Namespace Reference</h1>
<p>
<p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1pattern_1_1_cached_date_format.html">CachedDateFormat</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1pattern_1_1_class_name_pattern_converter.html">ClassNamePatternConverter</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Formats the class name of the site of the logging request. <a href="classlog4cxx_1_1pattern_1_1_class_name_pattern_converter.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1pattern_1_1_date_pattern_converter.html">DatePatternConverter</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Convert and format the event's date in a StringBuffer. <a href="classlog4cxx_1_1pattern_1_1_date_pattern_converter.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1pattern_1_1_file_date_pattern_converter.html">FileDatePatternConverter</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Formats an date by delegating to <a class="el" href="classlog4cxx_1_1pattern_1_1_date_pattern_converter.html">DatePatternConverter</a>. <a href="classlog4cxx_1_1pattern_1_1_file_date_pattern_converter.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1pattern_1_1_file_location_pattern_converter.html">FileLocationPatternConverter</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Return the event's line location information in a StringBuffer. <a href="classlog4cxx_1_1pattern_1_1_file_location_pattern_converter.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1pattern_1_1_formatting_info.html">FormattingInfo</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Modifies the output of a pattern converter for a specified minimum and maximum width and alignment. <a href="classlog4cxx_1_1pattern_1_1_formatting_info.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1pattern_1_1_full_location_pattern_converter.html">FullLocationPatternConverter</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Format the event's line location information. <a href="classlog4cxx_1_1pattern_1_1_full_location_pattern_converter.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1pattern_1_1_integer_pattern_converter.html">IntegerPatternConverter</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Formats an integer. <a href="classlog4cxx_1_1pattern_1_1_integer_pattern_converter.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1pattern_1_1_level_pattern_converter.html">LevelPatternConverter</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Return the event's level in a StringBuffer. <a href="classlog4cxx_1_1pattern_1_1_level_pattern_converter.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1pattern_1_1_line_location_pattern_converter.html">LineLocationPatternConverter</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Format the event's line location information. <a href="classlog4cxx_1_1pattern_1_1_line_location_pattern_converter.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1pattern_1_1_line_separator_pattern_converter.html">LineSeparatorPatternConverter</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Formats a line separator. <a href="classlog4cxx_1_1pattern_1_1_line_separator_pattern_converter.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1pattern_1_1_literal_pattern_converter.html">LiteralPatternConverter</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Formats a string literal. <a href="classlog4cxx_1_1pattern_1_1_literal_pattern_converter.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1pattern_1_1_logger_pattern_converter.html">LoggerPatternConverter</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Formats a logger name. <a href="classlog4cxx_1_1pattern_1_1_logger_pattern_converter.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1pattern_1_1_logging_event_pattern_converter.html">LoggingEventPatternConverter</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight"><a class="el" href="classlog4cxx_1_1pattern_1_1_logging_event_pattern_converter.html">LoggingEventPatternConverter</a> is a base class for pattern converters that can format information from instances of LoggingEvent. <a href="classlog4cxx_1_1pattern_1_1_logging_event_pattern_converter.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1pattern_1_1_message_pattern_converter.html">MessagePatternConverter</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Formats the message of an logging event. <a href="classlog4cxx_1_1pattern_1_1_message_pattern_converter.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1pattern_1_1_method_location_pattern_converter.html">MethodLocationPatternConverter</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Return the event's line location information in a StringBuffer. <a href="classlog4cxx_1_1pattern_1_1_method_location_pattern_converter.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1pattern_1_1_name_abbreviator.html">NameAbbreviator</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight"><a class="el" href="classlog4cxx_1_1pattern_1_1_name_abbreviator.html">NameAbbreviator</a> generates abbreviated logger and class names. <a href="classlog4cxx_1_1pattern_1_1_name_abbreviator.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1pattern_1_1_name_pattern_converter.html">NamePatternConverter</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Base class for other pattern converters which can return only parts of their name. <a href="classlog4cxx_1_1pattern_1_1_name_pattern_converter.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1pattern_1_1_n_d_c_pattern_converter.html">NDCPatternConverter</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Return the event's <a class="el" href="classlog4cxx_1_1_n_d_c.html">NDC</a> in a StringBuffer. <a href="classlog4cxx_1_1pattern_1_1_n_d_c_pattern_converter.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1pattern_1_1_pattern_converter.html">PatternConverter</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1pattern_1_1_pattern_parser.html">PatternParser</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Most of the work of the <a class="el" href="classlog4cxx_1_1_pattern_layout.html">PatternLayout</a> class is delegated to the <a class="el" href="classlog4cxx_1_1pattern_1_1_pattern_parser.html">PatternParser</a> class. <a href="classlog4cxx_1_1pattern_1_1_pattern_parser.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1pattern_1_1_properties_pattern_converter.html">PropertiesPatternConverter</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Able to handle the contents of the LoggingEvent's Property bundle and either output the entire contents of the properties in a similar format to the java.util.Hashtable.toString(), or to output the value of a specific key within the property bundle when this pattern converter has the option set. <a href="classlog4cxx_1_1pattern_1_1_properties_pattern_converter.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1pattern_1_1_relative_time_pattern_converter.html">RelativeTimePatternConverter</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Format the relative time in milliseconds. <a href="classlog4cxx_1_1pattern_1_1_relative_time_pattern_converter.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1pattern_1_1_thread_pattern_converter.html">ThreadPatternConverter</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Formats the event thread name. <a href="classlog4cxx_1_1pattern_1_1_thread_pattern_converter.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classlog4cxx_1_1pattern_1_1_throwable_information_pattern_converter.html">ThrowableInformationPatternConverter</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Outputs the ThrowableInformation portion of the LoggingiEvent as a full stacktrace unless this converter's option is 'short', where it just outputs the first line of the trace. <a href="classlog4cxx_1_1pattern_1_1_throwable_information_pattern_converter.html#_details">More...</a><br></td></tr>
<tr><td colspan="2"><br><h2>Typedefs</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef <a class="el" href="classlog4cxx_1_1helpers_1_1_object_ptr_t.html">helpers::ObjectPtrT</a><<br>
<a class="el" href="classlog4cxx_1_1pattern_1_1_formatting_info.html">FormattingInfo</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="namespacelog4cxx_1_1pattern.html#c3b27600a0cca009c420b0c78e8e4906">FormattingInfoPtr</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef std::vector< <a class="el" href="namespacelog4cxx.html#d7ec98d27bca7666e23f27dd1fb181c8">LogString</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="namespacelog4cxx_1_1pattern.html#37d16d05eba985af13af13f3dae0867a">OptionsList</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef PatternConverterPtr(* </td><td class="memItemRight" valign="bottom"><a class="el" href="namespacelog4cxx_1_1pattern.html#86d52c8d8bd64f6aad1b200d2d8f9314">PatternConstructor</a> )(const std::vector< <a class="el" href="namespacelog4cxx.html#d7ec98d27bca7666e23f27dd1fb181c8">LogString</a> > &options)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef std::map< <a class="el" href="namespacelog4cxx.html#d7ec98d27bca7666e23f27dd1fb181c8">LogString</a>,<br>
<a class="el" href="namespacelog4cxx_1_1pattern.html#86d52c8d8bd64f6aad1b200d2d8f9314">PatternConstructor</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="namespacelog4cxx_1_1pattern.html#f3e2bcdd3fe2edd7071727492a4efa7d">PatternMap</a></td></tr>
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="namespacelog4cxx_1_1pattern.html#fb2fd4c92aefcad8672b9138f278be07">LOG4CXX_PTR_DEF</a> (<a class="el" href="classlog4cxx_1_1pattern_1_1_date_pattern_converter.html">DatePatternConverter</a>)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="namespacelog4cxx_1_1pattern.html#fc56e2b6e4ca311b36dd2c9e798e7b71">LOG4CXX_PTR_DEF</a> (<a class="el" href="classlog4cxx_1_1pattern_1_1_formatting_info.html">FormattingInfo</a>)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="namespacelog4cxx_1_1pattern.html#2fad04316e4c4616a3a40cc15920f751">LOG4CXX_PTR_DEF</a> (<a class="el" href="classlog4cxx_1_1pattern_1_1_integer_pattern_converter.html">IntegerPatternConverter</a>)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="namespacelog4cxx_1_1pattern.html#35986ee877b4d8f91c8aa963f66ac3be">LOG4CXX_PTR_DEF</a> (<a class="el" href="classlog4cxx_1_1pattern_1_1_logging_event_pattern_converter.html">LoggingEventPatternConverter</a>)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="namespacelog4cxx_1_1pattern.html#716fcb331afe8569b6b72587e2b17055">LOG4CXX_PTR_DEF</a> (<a class="el" href="classlog4cxx_1_1pattern_1_1_name_abbreviator.html">NameAbbreviator</a>)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="namespacelog4cxx_1_1pattern.html#026695e13b7de19fd505c85bbb4173e1">LOG4CXX_PTR_DEF</a> (<a class="el" href="classlog4cxx_1_1pattern_1_1_pattern_converter.html">PatternConverter</a>)</td></tr>
</table>
<hr><h2>Typedef Documentation</h2>
<a class="anchor" name="c3b27600a0cca009c420b0c78e8e4906"></a><!-- doxytag: member="log4cxx::pattern::FormattingInfoPtr" ref="c3b27600a0cca009c420b0c78e8e4906" args="" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top">typedef <a class="el" href="classlog4cxx_1_1helpers_1_1_object_ptr_t.html">helpers::ObjectPtrT</a><<a class="el" href="classlog4cxx_1_1pattern_1_1_formatting_info.html">FormattingInfo</a>> <a class="el" href="classlog4cxx_1_1helpers_1_1_object_ptr_t.html">FormattingInfoPtr</a> </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
</td>
<td>
<p>
</td>
</tr>
</table>
<a class="anchor" name="37d16d05eba985af13af13f3dae0867a"></a><!-- doxytag: member="log4cxx::pattern::OptionsList" ref="37d16d05eba985af13af13f3dae0867a" args="" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top">typedef std::vector<<a class="el" href="namespacelog4cxx.html#d7ec98d27bca7666e23f27dd1fb181c8">LogString</a>> <a class="el" href="namespacelog4cxx_1_1pattern.html#37d16d05eba985af13af13f3dae0867a">OptionsList</a> </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
</td>
<td>
<p>
</td>
</tr>
</table>
<a class="anchor" name="86d52c8d8bd64f6aad1b200d2d8f9314"></a><!-- doxytag: member="log4cxx::pattern::PatternConstructor" ref="86d52c8d8bd64f6aad1b200d2d8f9314" args=")(const std::vector< LogString > &options)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top">typedef PatternConverterPtr(* <a class="el" href="namespacelog4cxx_1_1pattern.html#86d52c8d8bd64f6aad1b200d2d8f9314">PatternConstructor</a>)(const std::vector< <a class="el" href="namespacelog4cxx.html#d7ec98d27bca7666e23f27dd1fb181c8">LogString</a> > &options) </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
</td>
<td>
<p>
</td>
</tr>
</table>
<a class="anchor" name="f3e2bcdd3fe2edd7071727492a4efa7d"></a><!-- doxytag: member="log4cxx::pattern::PatternMap" ref="f3e2bcdd3fe2edd7071727492a4efa7d" args="" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top">typedef std::map<<a class="el" href="namespacelog4cxx.html#d7ec98d27bca7666e23f27dd1fb181c8">LogString</a>, <a class="el" href="namespacelog4cxx_1_1pattern.html#86d52c8d8bd64f6aad1b200d2d8f9314">PatternConstructor</a>> <a class="el" href="namespacelog4cxx_1_1pattern.html#f3e2bcdd3fe2edd7071727492a4efa7d">PatternMap</a> </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
</td>
<td>
<p>
</td>
</tr>
</table>
<hr><h2>Function Documentation</h2>
<a class="anchor" name="026695e13b7de19fd505c85bbb4173e1"></a><!-- doxytag: member="log4cxx::pattern::LOG4CXX_PTR_DEF" ref="026695e13b7de19fd505c85bbb4173e1" args="(PatternConverter)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top">log4cxx::pattern::LOG4CXX_PTR_DEF </td>
<td class="md" valign="top">( </td>
<td class="md" nowrap valign="top">PatternConverter </td>
<td class="mdname1" valign="top" nowrap> </td>
<td class="md" valign="top"> ) </td>
<td class="md" nowrap></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
</td>
<td>
<p>
</td>
</tr>
</table>
<a class="anchor" name="716fcb331afe8569b6b72587e2b17055"></a><!-- doxytag: member="log4cxx::pattern::LOG4CXX_PTR_DEF" ref="716fcb331afe8569b6b72587e2b17055" args="(NameAbbreviator)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top">log4cxx::pattern::LOG4CXX_PTR_DEF </td>
<td class="md" valign="top">( </td>
<td class="md" nowrap valign="top">NameAbbreviator </td>
<td class="mdname1" valign="top" nowrap> </td>
<td class="md" valign="top"> ) </td>
<td class="md" nowrap></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
</td>
<td>
<p>
</td>
</tr>
</table>
<a class="anchor" name="35986ee877b4d8f91c8aa963f66ac3be"></a><!-- doxytag: member="log4cxx::pattern::LOG4CXX_PTR_DEF" ref="35986ee877b4d8f91c8aa963f66ac3be" args="(LoggingEventPatternConverter)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top">log4cxx::pattern::LOG4CXX_PTR_DEF </td>
<td class="md" valign="top">( </td>
<td class="md" nowrap valign="top">LoggingEventPatternConverter </td>
<td class="mdname1" valign="top" nowrap> </td>
<td class="md" valign="top"> ) </td>
<td class="md" nowrap></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
</td>
<td>
<p>
</td>
</tr>
</table>
<a class="anchor" name="2fad04316e4c4616a3a40cc15920f751"></a><!-- doxytag: member="log4cxx::pattern::LOG4CXX_PTR_DEF" ref="2fad04316e4c4616a3a40cc15920f751" args="(IntegerPatternConverter)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top">log4cxx::pattern::LOG4CXX_PTR_DEF </td>
<td class="md" valign="top">( </td>
<td class="md" nowrap valign="top">IntegerPatternConverter </td>
<td class="mdname1" valign="top" nowrap> </td>
<td class="md" valign="top"> ) </td>
<td class="md" nowrap></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
</td>
<td>
<p>
</td>
</tr>
</table>
<a class="anchor" name="fc56e2b6e4ca311b36dd2c9e798e7b71"></a><!-- doxytag: member="log4cxx::pattern::LOG4CXX_PTR_DEF" ref="fc56e2b6e4ca311b36dd2c9e798e7b71" args="(FormattingInfo)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top">log4cxx::pattern::LOG4CXX_PTR_DEF </td>
<td class="md" valign="top">( </td>
<td class="md" nowrap valign="top">FormattingInfo </td>
<td class="mdname1" valign="top" nowrap> </td>
<td class="md" valign="top"> ) </td>
<td class="md" nowrap></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
</td>
<td>
<p>
</td>
</tr>
</table>
<a class="anchor" name="fb2fd4c92aefcad8672b9138f278be07"></a><!-- doxytag: member="log4cxx::pattern::LOG4CXX_PTR_DEF" ref="fb2fd4c92aefcad8672b9138f278be07" args="(DatePatternConverter)" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top">log4cxx::pattern::LOG4CXX_PTR_DEF </td>
<td class="md" valign="top">( </td>
<td class="md" nowrap valign="top">DatePatternConverter </td>
<td class="mdname1" valign="top" nowrap> </td>
<td class="md" valign="top"> ) </td>
<td class="md" nowrap></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
</td>
<td>
<p>
</td>
</tr>
</table>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
</BODY>
</HTML>
|