You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rm...@apache.org on 2021/04/08 01:00:00 UTC

[logging-log4cxx] branch master updated: Check for ABI changes (#58)

This is an automated email from the ASF dual-hosted git repository.

rmiddleton pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git


The following commit(s) were added to refs/heads/master by this push:
     new 25e3434  Check for ABI changes (#58)
25e3434 is described below

commit 25e34349e15a1cf936d043b3d772e40325471dfa
Author: Robert Middleton <rm...@users.noreply.github.com>
AuthorDate: Wed Apr 7 20:59:03 2021 -0400

    Check for ABI changes (#58)
    
    * Added ABI symbols and ability to check for ABI changes
    
    * First go at workflow for ABI compatibility
    
    * Fail if ABI check fails, and install correct stuff on ubuntu
    
    * Add more needed dependencies
    
    * make sure we have a debug build
    
    * Don't bother building testing, since this is only ABI checking
---
 .github/workflows/abi-compatibility.yml |     57 +
 src/main/abi-symbols/abi.dump           | 113698 +++++++++++++++++++++++++++++
 src/main/cpp/CMakeLists.txt             |     37 +
 3 files changed, 113792 insertions(+)

diff --git a/.github/workflows/abi-compatibility.yml b/.github/workflows/abi-compatibility.yml
new file mode 100644
index 0000000..07b92e6
--- /dev/null
+++ b/.github/workflows/abi-compatibility.yml
@@ -0,0 +1,57 @@
+# 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.
+name: abi-compatibility
+
+on: [push, pull_request]
+#on:
+#  push:
+#    branches:
+#      - master
+#  pull_request:
+#    branches:
+#      - master
+
+jobs:
+  job:
+    name: abi-check
+    runs-on: ubuntu-20.04
+    timeout-minutes: 38
+    strategy:
+      fail-fast: false
+
+    steps:
+    - uses: actions/checkout@v2
+      with:
+        path: main
+
+    - name: 'Configure Dependencies - Ubuntu'
+      run: |
+        sudo apt-get update
+        sudo apt-get install -y libapr1-dev libaprutil1-dev elfutils vtable-dumper universal-ctags
+        # note: sqlext.h exists on github VM, purge for now as we don't link correctly...
+        sudo apt-get purge unixodbc-dev
+
+    - name: 'run CMake'
+      run: |
+        cd main
+        mkdir build
+        cd build
+        cmake -DCMAKE_CXX_COMPILER=g++ -DCMAKE_C_COMPILER=gcc -DLOG4CXX_ABI_CHECK=ON -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_FLAGS="-Og" -DBUILD_TESTING=off ..
+        cmake --build .
+
+    - uses: actions/upload-artifact@v2
+      with:
+        name: abi-compatibility-report
+        path: main/build/src/main/cpp/compat_reports/log4cxx/11_to_11/compat_report.html
diff --git a/src/main/abi-symbols/abi.dump b/src/main/abi-symbols/abi.dump
new file mode 100644
index 0000000..a095095
--- /dev/null
+++ b/src/main/abi-symbols/abi.dump
@@ -0,0 +1,113698 @@
+$VAR1 = {
+          'ABI_DUMPER_VERSION' => '1.2',
+          'ABI_DUMP_VERSION' => '3.5',
+          'Arch' => 'x86_64',
+          'Compiler' => 'GNU C++17 8.3.0 -mtune=generic -march=x86-64 -g -Og -std=gnu++17 -fPIC',
+          'Headers' => {
+                         'absolutetimedateformat.h' => 1,
+                         'action.h' => 1,
+                         'aligned_buffer.h' => 1,
+                         'alloc_traits.h' => 1,
+                         'allocator.h' => 1,
+                         'andfilter.h' => 1,
+                         'appender.h' => 1,
+                         'appenderattachable.h' => 1,
+                         'appenderattachableimpl.h' => 1,
+                         'appenderskeleton.h' => 1,
+                         'apr.h' => 1,
+                         'apr_file_io.h' => 1,
+                         'apr_mmap.h' => 1,
+                         'apr_network_io.h' => 1,
+                         'apr_pools.h' => 1,
+                         'apr_tables.h' => 1,
+                         'apr_time.h' => 1,
+                         'apr_xlate.h' => 1,
+                         'apr_xml.h' => 1,
+                         'aprinitializer.h' => 1,
+                         'asyncappender.h' => 1,
+                         'atomic' => 1,
+                         'atomic_base.h' => 1,
+                         'atomic_word.h' => 1,
+                         'basic_string.h' => 1,
+                         'basicconfigurator.h' => 1,
+                         'boost-std-configuration.h' => 1,
+                         'bufferedwriter.h' => 1,
+                         'bytearrayinputstream.h' => 1,
+                         'bytearrayoutputstream.h' => 1,
+                         'bytebuffer.h' => 1,
+                         'c++config.h' => 1,
+                         'cacheddateformat.h' => 1,
+                         'charsetdecoder.h' => 1,
+                         'charsetencoder.h' => 1,
+                         'class.h' => 1,
+                         'classnamepatternconverter.h' => 1,
+                         'classregistration.h' => 1,
+                         'concurrence.h' => 1,
+                         'condition_variable' => 1,
+                         'configurator.h' => 1,
+                         'consoleappender.h' => 1,
+                         'cyclicbuffer.h' => 1,
+                         'dailyrollingfileappender.h' => 1,
+                         'datagrampacket.h' => 1,
+                         'datagramsocket.h' => 1,
+                         'date.h' => 1,
+                         'dateformat.h' => 1,
+                         'datelayout.h' => 1,
+                         'datepatternconverter.h' => 1,
+                         'datetimedateformat.h' => 1,
+                         'defaultconfigurator.h' => 1,
+                         'defaultloggerfactory.h' => 1,
+                         'defaultrepositoryselector.h' => 1,
+                         'denyallfilter.h' => 1,
+                         'domconfigurator.h' => 1,
+                         'errorhandler.h' => 1,
+                         'exception.h' => 1,
+                         'fallbackerrorhandler.h' => 1,
+                         'file.h' => 1,
+                         'fileappender.h' => 1,
+                         'filedatepatternconverter.h' => 1,
+                         'fileinputstream.h' => 1,
+                         'filelocationpatternconverter.h' => 1,
+                         'fileoutputstream.h' => 1,
+                         'filerenameaction.h' => 1,
+                         'filewatchdog.h' => 1,
+                         'filter.h' => 1,
+                         'filterbasedtriggeringpolicy.h' => 1,
+                         'fixedwindowrollingpolicy.h' => 1,
+                         'formattinginfo.h' => 1,
+                         'fulllocationpatternconverter.h' => 1,
+                         'gthr-default.h' => 1,
+                         'gzcompressaction.h' => 1,
+                         'hierarchy.h' => 1,
+                         'hierarchyeventlistener.h' => 1,
+                         'htmllayout.h' => 1,
+                         'inetaddress.h' => 1,
+                         'inputstream.h' => 1,
+                         'inputstreamreader.h' => 1,
+                         'integer.h' => 1,
+                         'integerpatternconverter.h' => 1,
+                         'ios_base.h' => 1,
+                         'iosfwd' => 1,
+                         'iso8601dateformat.h' => 1,
+                         'jsonlayout.h' => 1,
+                         'layout.h' => 1,
+                         'level.h' => 1,
+                         'levelmatchfilter.h' => 1,
+                         'levelpatternconverter.h' => 1,
+                         'levelrangefilter.h' => 1,
+                         'linelocationpatternconverter.h' => 1,
+                         'lineseparatorpatternconverter.h' => 1,
+                         'literalpatternconverter.h' => 1,
+                         'loader.h' => 1,
+                         'locale.h' => 1,
+                         'locale_classes.h' => 1,
+                         'locationinfo.h' => 1,
+                         'log4cxx.h' => 1,
+                         'logger.h' => 1,
+                         'loggerfactory.h' => 1,
+                         'loggermatchfilter.h' => 1,
+                         'loggerpatternconverter.h' => 1,
+                         'loggerrepository.h' => 1,
+                         'loggingevent.h' => 1,
+                         'loggingeventpatternconverter.h' => 1,
+                         'loglog.h' => 1,
+                         'logmanager.h' => 1,
+                         'logstring.h' => 1,
+                         'manualtriggeringpolicy.h' => 1,
+                         'mapfilter.h' => 1,
+                         'mdc.h' => 1,
+                         'messagebuffer.h' => 1,
+                         'messagepatternconverter.h' => 1,
+                         'methodlocationpatternconverter.h' => 1,
+                         'nameabbreviator.h' => 1,
+                         'namepatternconverter.h' => 1,
+                         'ndc.h' => 1,
+                         'ndcpatternconverter.h' => 1,
+                         'new_allocator.h' => 1,
+                         'object.h' => 1,
+                         'objectoutputstream.h' => 1,
+                         'odbcappender.h' => 1,
+                         'onlyonceerrorhandler.h' => 1,
+                         'optionconverter.h' => 1,
+                         'optionhandler.h' => 1,
+                         'outputstream.h' => 1,
+                         'outputstreamwriter.h' => 1,
+                         'patternconverter.h' => 1,
+                         'patternlayout.h' => 1,
+                         'patternparser.h' => 1,
+                         'pool.h' => 1,
+                         'properties.h' => 1,
+                         'propertiespatternconverter.h' => 1,
+                         'propertyconfigurator.h' => 1,
+                         'propertyresourcebundle.h' => 1,
+                         'propertysetter.h' => 1,
+                         'provisionnode.h' => 1,
+                         'pthreadtypes-arch.h' => 1,
+                         'pthreadtypes.h' => 1,
+                         'ptr_traits.h' => 1,
+                         'reader.h' => 1,
+                         'relativetimedateformat.h' => 1,
+                         'relativetimepatternconverter.h' => 1,
+                         'repositoryselector.h' => 1,
+                         'resourcebundle.h' => 1,
+                         'rollingfileappender.h' => 1,
+                         'rollingfileappenderskeleton.h' => 1,
+                         'rollingpolicy.h' => 1,
+                         'rollingpolicybase.h' => 1,
+                         'rolloverdescription.h' => 1,
+                         'rootlogger.h' => 1,
+                         'serversocket.h' => 1,
+                         'shared_mutex' => 1,
+                         'shared_ptr.h' => 1,
+                         'shared_ptr_base.h' => 1,
+                         'simpledateformat.h' => 1,
+                         'simplelayout.h' => 1,
+                         'sizebasedtriggeringpolicy.h' => 1,
+                         'smtpappender.h' => 1,
+                         'socket.h' => 1,
+                         'socketappender.h' => 1,
+                         'socketappenderskeleton.h' => 1,
+                         'sockethubappender.h' => 1,
+                         'socketoutputstream.h' => 1,
+                         'std_mutex.h' => 1,
+                         'stddef.h' => 1,
+                         'stl_deque.h' => 1,
+                         'stl_function.h' => 1,
+                         'stl_iterator.h' => 1,
+                         'stl_list.h' => 1,
+                         'stl_map.h' => 1,
+                         'stl_pair.h' => 1,
+                         'stl_stack.h' => 1,
+                         'stl_tree.h' => 1,
+                         'stl_vector.h' => 1,
+                         'stream.h' => 1,
+                         'strftimedateformat.h' => 1,
+                         'stringfwd.h' => 1,
+                         'stringhelper.h' => 1,
+                         'stringmatchfilter.h' => 1,
+                         'stringtokenizer.h' => 1,
+                         'struct_tm.h' => 1,
+                         'syslogappender.h' => 1,
+                         'syslogwriter.h' => 1,
+                         'system.h' => 1,
+                         'systemerrwriter.h' => 1,
+                         'systemoutwriter.h' => 1,
+                         'telnetappender.h' => 1,
+                         'thread' => 1,
+                         'thread-shared-types.h' => 1,
+                         'threadlocal.h' => 1,
+                         'threadpatternconverter.h' => 1,
+                         'threadspecificdata.h' => 1,
+                         'throwableinformationpatternconverter.h' => 1,
+                         'timebasedrollingpolicy.h' => 1,
+                         'timezone.h' => 1,
+                         'transcoder.h' => 1,
+                         'transform.h' => 1,
+                         'triggeringeventevaluator.h' => 1,
+                         'triggeringpolicy.h' => 1,
+                         'ttcclayout.h' => 1,
+                         'tuple' => 1,
+                         'type_traits' => 1,
+                         'unique_ptr.h' => 1,
+                         'writer.h' => 1,
+                         'writerappender.h' => 1,
+                         'xml.h' => 1,
+                         'xmllayout.h' => 1,
+                         'xmlsocketappender.h' => 1,
+                         'zipcompressaction.h' => 1
+                       },
+          'Language' => 'C++',
+          'LibraryName' => 'liblog4cxx.so.11.0.0',
+          'LibraryVersion' => '11',
+          'NameSpaces' => {
+                            '__gnu_cxx' => 1,
+                            '__gnu_cxx::__ops' => 1,
+                            'log4cxx' => 1,
+                            'log4cxx::classes' => 1,
+                            'log4cxx::config' => 1,
+                            'log4cxx::db' => 1,
+                            'log4cxx::filter' => 1,
+                            'log4cxx::helpers' => 1,
+                            'log4cxx::helpers::SimpleDateFormatImpl' => 1,
+                            'log4cxx::helpers::TimeZoneImpl' => 1,
+                            'log4cxx::net' => 1,
+                            'log4cxx::pattern' => 1,
+                            'log4cxx::rolling' => 1,
+                            'log4cxx::spi' => 1,
+                            'log4cxx::varia' => 1,
+                            'log4cxx::xml' => 1,
+                            'std' => 1,
+                            'std::__cxx11' => 1,
+                            'std::__detail' => 1,
+                            'std::__exception_ptr' => 1,
+                            'std::chrono' => 1,
+                            'std::chrono::_V2' => 1
+                          },
+          'Needed' => {
+                        'libapr-1.so.0' => 1,
+                        'libaprutil-1.so.0' => 1,
+                        'libc.so.6' => 1,
+                        'libexpat.so.1' => 1,
+                        'libgcc_s.so.1' => 1,
+                        'libm.so.6' => 1,
+                        'libstdc++.so.6' => 1
+                      },
+          'Sources' => {
+                         'action.cpp' => 1,
+                         'andfilter.cpp' => 1,
+                         'appenderattachableimpl.cpp' => 1,
+                         'appenderskeleton.cpp' => 1,
+                         'aprinitializer.cpp' => 1,
+                         'asyncappender.cpp' => 1,
+                         'basicconfigurator.cpp' => 1,
+                         'bufferedwriter.cpp' => 1,
+                         'bytearrayinputstream.cpp' => 1,
+                         'bytearrayoutputstream.cpp' => 1,
+                         'bytebuffer.cpp' => 1,
+                         'cacheddateformat.cpp' => 1,
+                         'charsetdecoder.cpp' => 1,
+                         'charsetencoder.cpp' => 1,
+                         'class.cpp' => 1,
+                         'classnamepatternconverter.cpp' => 1,
+                         'classregistration.cpp' => 1,
+                         'configurator.cpp' => 1,
+                         'consoleappender.cpp' => 1,
+                         'cyclicbuffer.cpp' => 1,
+                         'dailyrollingfileappender.cpp' => 1,
+                         'datagrampacket.cpp' => 1,
+                         'datagramsocket.cpp' => 1,
+                         'date.cpp' => 1,
+                         'dateformat.cpp' => 1,
+                         'datelayout.cpp' => 1,
+                         'datepatternconverter.cpp' => 1,
+                         'defaultconfigurator.cpp' => 1,
+                         'defaultloggerfactory.cpp' => 1,
+                         'defaultrepositoryselector.cpp' => 1,
+                         'domconfigurator.cpp' => 1,
+                         'exception.cpp' => 1,
+                         'fallbackerrorhandler.cpp' => 1,
+                         'file.cpp' => 1,
+                         'fileappender.cpp' => 1,
+                         'filedatepatternconverter.cpp' => 1,
+                         'fileinputstream.cpp' => 1,
+                         'filelocationpatternconverter.cpp' => 1,
+                         'fileoutputstream.cpp' => 1,
+                         'filerenameaction.cpp' => 1,
+                         'filewatchdog.cpp' => 1,
+                         'filter.cpp' => 1,
+                         'filterbasedtriggeringpolicy.cpp' => 1,
+                         'fixedwindowrollingpolicy.cpp' => 1,
+                         'formattinginfo.cpp' => 1,
+                         'fulllocationpatternconverter.cpp' => 1,
+                         'gzcompressaction.cpp' => 1,
+                         'hierarchy.cpp' => 1,
+                         'htmllayout.cpp' => 1,
+                         'inetaddress.cpp' => 1,
+                         'inputstream.cpp' => 1,
+                         'inputstreamreader.cpp' => 1,
+                         'integer.cpp' => 1,
+                         'integerpatternconverter.cpp' => 1,
+                         'jsonlayout.cpp' => 1,
+                         'layout.cpp' => 1,
+                         'level.cpp' => 1,
+                         'levelmatchfilter.cpp' => 1,
+                         'levelpatternconverter.cpp' => 1,
+                         'levelrangefilter.cpp' => 1,
+                         'linelocationpatternconverter.cpp' => 1,
+                         'lineseparatorpatternconverter.cpp' => 1,
+                         'literalpatternconverter.cpp' => 1,
+                         'loader.cpp' => 1,
+                         'locale.cpp' => 1,
+                         'locationinfo.cpp' => 1,
+                         'logger.cpp' => 1,
+                         'loggermatchfilter.cpp' => 1,
+                         'loggerpatternconverter.cpp' => 1,
+                         'loggingevent.cpp' => 1,
+                         'loggingeventpatternconverter.cpp' => 1,
+                         'loglog.cpp' => 1,
+                         'logmanager.cpp' => 1,
+                         'logstream.cpp' => 1,
+                         'manualtriggeringpolicy.cpp' => 1,
+                         'mapfilter.cpp' => 1,
+                         'mdc.cpp' => 1,
+                         'messagebuffer.cpp' => 1,
+                         'messagepatternconverter.cpp' => 1,
+                         'methodlocationpatternconverter.cpp' => 1,
+                         'nameabbreviator.cpp' => 1,
+                         'namepatternconverter.cpp' => 1,
+                         'ndc.cpp' => 1,
+                         'ndcpatternconverter.cpp' => 1,
+                         'objectoutputstream.cpp' => 1,
+                         'obsoleterollingfileappender.cpp' => 1,
+                         'odbcappender.cpp' => 1,
+                         'onlyonceerrorhandler.cpp' => 1,
+                         'optionconverter.cpp' => 1,
+                         'outputstream.cpp' => 1,
+                         'outputstreamwriter.cpp' => 1,
+                         'patternconverter.cpp' => 1,
+                         'patternlayout.cpp' => 1,
+                         'patternparser.cpp' => 1,
+                         'pool.cpp' => 1,
+                         'properties.cpp' => 1,
+                         'propertiespatternconverter.cpp' => 1,
+                         'propertyconfigurator.cpp' => 1,
+                         'propertyresourcebundle.cpp' => 1,
+                         'propertysetter.cpp' => 1,
+                         'reader.cpp' => 1,
+                         'relativetimedateformat.cpp' => 1,
+                         'relativetimepatternconverter.cpp' => 1,
+                         'resourcebundle.cpp' => 1,
+                         'rollingfileappender.cpp' => 1,
+                         'rollingpolicy.cpp' => 1,
+                         'rollingpolicybase.cpp' => 1,
+                         'rolloverdescription.cpp' => 1,
+                         'rootlogger.cpp' => 1,
+                         'serversocket.cpp' => 1,
+                         'simpledateformat.cpp' => 1,
+                         'simplelayout.cpp' => 1,
+                         'sizebasedtriggeringpolicy.cpp' => 1,
+                         'smtpappender.cpp' => 1,
+                         'socket.cpp' => 1,
+                         'socketappender.cpp' => 1,
+                         'socketappenderskeleton.cpp' => 1,
+                         'sockethubappender.cpp' => 1,
+                         'socketoutputstream.cpp' => 1,
+                         'strftimedateformat.cpp' => 1,
+                         'stringhelper.cpp' => 1,
+                         'stringmatchfilter.cpp' => 1,
+                         'stringtokenizer.cpp' => 1,
+                         'syslogappender.cpp' => 1,
+                         'syslogwriter.cpp' => 1,
+                         'system.cpp' => 1,
+                         'systemerrwriter.cpp' => 1,
+                         'systemoutwriter.cpp' => 1,
+                         'telnetappender.cpp' => 1,
+                         'threadlocal.cpp' => 1,
+                         'threadpatternconverter.cpp' => 1,
+                         'threadspecificdata.cpp' => 1,
+                         'throwableinformationpatternconverter.cpp' => 1,
+                         'timebasedrollingpolicy.cpp' => 1,
+                         'timezone.cpp' => 1,
+                         'transcoder.cpp' => 1,
+                         'transform.cpp' => 1,
+                         'triggeringpolicy.cpp' => 1,
+                         'ttcclayout.cpp' => 1,
+                         'writer.cpp' => 1,
+                         'writerappender.cpp' => 1,
+                         'xmllayout.cpp' => 1,
+                         'xmlsocketappender.cpp' => 1,
+                         'zipcompressaction.cpp' => 1
+                       },
+          'SymbolInfo' => {
+                            '10100011' => {
+                                            'Class' => '10100002',
+                                            'Header' => 'sizebasedtriggeringpolicy.h',
+                                            'Line' => '75',
+                                            'MnglName' => '_ZN7log4cxx7rolling25SizeBasedTriggeringPolicy14setMaxFileSizeEm',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '13829889'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'l',
+                                                                  'type' => '41980'
+                                                                }
+                                                       },
+                                            'Private' => 1,
+                                            'Reg' => {
+                                                       '0' => 'rdi',
+                                                       '1' => 'rsi'
+                                                     },
+                                            'Return' => '1',
+                                            'ShortName' => 'setMaxFileSize',
+                                            'Source' => 'sizebasedtriggeringpolicy.cpp',
+                                            'SourceLine' => '46'
+                                          },
+                            '10100278' => {
+                                            'Data' => 1,
+                                            'Line' => '67',
+                                            'MnglName' => '_ZN7log4cxx7classes39ObsoleteRollingFileAppenderRegistrationE',
+                                            'NameSpace' => 'log4cxx::classes',
+                                            'Return' => '55284',
+                                            'ShortName' => 'ObsoleteRollingFileAppenderRegistration',
+                                            'Source' => 'obsoleterollingfileappender.cpp'
+                                          },
+                            '10100393' => {
+                                            'Class' => '10100296',
+                                            'Const' => 1,
+                                            'Header' => 'rollingfileappender.h',
+                                            'MnglName' => '_ZNK7log4cxx19RollingFileAppender8getClassEv',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10104556'
+                                                                }
+                                                       },
+                                            'Return' => '55278',
+                                            'ShortName' => 'getClass',
+                                            'Source' => 'obsoleterollingfileappender.cpp',
+                                            'SourceLine' => '49',
+                                            'Virt' => 1,
+                                            'VirtPos' => '0'
+                                          },
+                            '10100432' => {
+                                            'Class' => '10100296',
+                                            'Header' => 'rollingfileappender.h',
+                                            'MnglName' => '_ZN7log4cxx19RollingFileAppender14getStaticClassEv',
+                                            'Return' => '55278',
+                                            'ShortName' => 'getStaticClass',
+                                            'Source' => 'obsoleterollingfileappender.cpp',
+                                            'SourceLine' => '53',
+                                            'Static' => 1
+                                          },
+                            '10100450' => {
+                                            'Class' => '10100296',
+                                            'Header' => 'rollingfileappender.h',
+                                            'MnglName' => '_ZN7log4cxx19RollingFileAppender13registerClassEv',
+                                            'Return' => '55284',
+                                            'ShortName' => 'registerClass',
+                                            'Source' => 'obsoleterollingfileappender.cpp',
+                                            'SourceLine' => '58',
+                                            'Static' => 1
+                                          },
+                            '10100468' => {
+                                            'Class' => '10100296',
+                                            'Const' => 1,
+                                            'Header' => 'rollingfileappender.h',
+                                            'InLine' => 2,
+                                            'Line' => '45',
+                                            'MnglName' => '_ZNK7log4cxx19RollingFileAppender4castERKNS_7helpers5ClassE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10104556'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'clazz',
+                                                                  'type' => '55278'
+                                                                }
+                                                       },
+                                            'Return' => '45584',
+                                            'ShortName' => 'cast',
+                                            'Virt' => 1,
+                                            'VirtPos' => '4'
+                                          },
+                            '10100512' => {
+                                            'Class' => '10100296',
+                                            'Const' => 1,
+                                            'Header' => 'rollingfileappender.h',
+                                            'InLine' => 2,
+                                            'Line' => '48',
+                                            'MnglName' => '_ZNK7log4cxx19RollingFileAppender10instanceofERKNS_7helpers5ClassE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10104556'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'clazz',
+                                                                  'type' => '55278'
+                                                                }
+                                                       },
+                                            'Return' => '41824',
+                                            'ShortName' => 'instanceof',
+                                            'Virt' => 1,
+                                            'VirtPos' => '3'
+                                          },
+                            '10100735' => {
+                                            'Class' => '10100296',
+                                            'Const' => 1,
+                                            'Header' => 'rollingfileappender.h',
+                                            'MnglName' => '_ZNK7log4cxx19RollingFileAppender17getMaxBackupIndexEv',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10104556'
+                                                                }
+                                                       },
+                                            'Reg' => {
+                                                       '0' => 'rdi'
+                                                     },
+                                            'Return' => '41771',
+                                            'ShortName' => 'getMaxBackupIndex',
+                                            'Source' => 'obsoleterollingfileappender.cpp',
+                                            'SourceLine' => '132'
+                                          },
+                            '10100766' => {
+                                            'Class' => '10100296',
+                                            'Const' => 1,
+                                            'Header' => 'rollingfileappender.h',
+                                            'MnglName' => '_ZNK7log4cxx19RollingFileAppender18getMaximumFileSizeEv',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10104556'
+                                                                }
+                                                       },
+                                            'Reg' => {
+                                                       '0' => 'rdi'
+                                                     },
+                                            'Return' => '41784',
+                                            'ShortName' => 'getMaximumFileSize',
+                                            'Source' => 'obsoleterollingfileappender.cpp',
+                                            'SourceLine' => '137'
+                                          },
+                            '10100797' => {
+                                            'Class' => '10100296',
+                                            'Header' => 'rollingfileappender.h',
+                                            'MnglName' => '_ZN7log4cxx19RollingFileAppender17setMaxBackupIndexEi',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10104528'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'maxBackups',
+                                                                  'type' => '41771'
+                                                                }
+                                                       },
+                                            'Reg' => {
+                                                       '0' => 'rdi',
+                                                       '1' => 'rsi'
+                                                     },
+                                            'Return' => '1',
+                                            'ShortName' => 'setMaxBackupIndex',
+                                            'Source' => 'obsoleterollingfileappender.cpp',
+                                            'SourceLine' => '142'
+                                          },
+                            '10100829' => {
+                                            'Class' => '10100296',
+                                            'Header' => 'rollingfileappender.h',
+                                            'MnglName' => '_ZN7log4cxx19RollingFileAppender14setMaxFileSizeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10104528'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'value',
+                                                                  'type' => '207559'
+                                                                }
+                                                       },
+                                            'Return' => '1',
+                                            'ShortName' => 'setMaxFileSize',
+                                            'Source' => 'obsoleterollingfileappender.cpp',
+                                            'SourceLine' => '152'
+                                          },
+                            '10100861' => {
+                                            'Class' => '10100296',
+                                            'Header' => 'rollingfileappender.h',
+                                            'MnglName' => '_ZN7log4cxx19RollingFileAppender18setMaximumFileSizeEi',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10104528'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'maxFileSize1',
+                                                                  'type' => '41771'
+                                                                }
+                                                       },
+                                            'Reg' => {
+                                                       '0' => 'rdi',
+                                                       '1' => 'rsi'
+                                                     },
+                                            'Return' => '1',
+                                            'ShortName' => 'setMaximumFileSize',
+                                            'Source' => 'obsoleterollingfileappender.cpp',
+                                            'SourceLine' => '147'
+                                          },
+                            '10100893' => {
+                                            'Class' => '10100296',
+                                            'Header' => 'rollingfileappender.h',
+                                            'MnglName' => '_ZN7log4cxx19RollingFileAppender9setOptionERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10104528'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'option',
+                                                                  'type' => '207559'
+                                                                },
+                                                         '2' => {
+                                                                  'name' => 'value',
+                                                                  'type' => '207559'
+                                                                }
+                                                       },
+                                            'Return' => '1',
+                                            'ShortName' => 'setOption',
+                                            'Source' => 'obsoleterollingfileappender.cpp',
+                                            'SourceLine' => '107',
+                                            'Virt' => 1,
+                                            'VirtPos' => '6'
+                                          },
+                            '10100938' => {
+                                            'Class' => '10100296',
+                                            'Header' => 'rollingfileappender.h',
+                                            'MnglName' => '_ZN7log4cxx19RollingFileAppender15activateOptionsERNS_7helpers4PoolE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10104528'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'p',
+                                                                  'type' => '55243'
+                                                                }
+                                                       },
+                                            'Return' => '1',
+                                            'ShortName' => 'activateOptions',
+                                            'Source' => 'obsoleterollingfileappender.cpp',
+                                            'SourceLine' => '157',
+                                            'Virt' => 1,
+                                            'VirtPos' => '5'
+                                          },
+                            '10101110' => {
+                                            'Class' => '10100998',
+                                            'Const' => 1,
+                                            'InLine' => 2,
+                                            'Line' => '38',
+                                            'MnglName' => '_ZNK7log4cxx24ClassRollingFileAppender7getNameB5cxx11Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10104596'
+                                                                }
+                                                       },
+                                            'Return' => '54480',
+                                            'ShortName' => 'getName',
+                                            'Source' => 'obsoleterollingfileappender.cpp',
+                                            'Virt' => 1,
+                                            'VirtPos' => '3'
+                                          },
+                            '10101149' => {
+                                            'Class' => '10100998',
+                                            'Const' => 1,
+                                            'InLine' => 2,
+                                            'Line' => '42',
+                                            'MnglName' => '_ZNK7log4cxx24ClassRollingFileAppender11newInstanceEv',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10104596'
+                                                                }
+                                                       },
+                                            'Return' => '136302',
+                                            'ShortName' => 'newInstance',
+                                            'Source' => 'obsoleterollingfileappender.cpp',
+                                            'Virt' => 1,
+                                            'VirtPos' => '2'
+                                          },
+                            '10105663' => {
+                                            'Artificial' => 1,
+                                            'Class' => '10100998',
+                                            'Destructor' => 1,
+                                            'InLine' => 1,
+                                            'Line' => '34',
+                                            'MnglName' => '_ZN7log4cxx24ClassRollingFileAppenderD0Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10104573'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClassRollingFileAppender',
+                                            'Source' => 'obsoleterollingfileappender.cpp',
+                                            'Virt' => 1
+                                          },
+                            '10105664' => {
+                                            'Artificial' => 1,
+                                            'Class' => '10100998',
+                                            'Destructor' => 1,
+                                            'InLine' => 1,
+                                            'Line' => '34',
+                                            'MnglName' => '_ZN7log4cxx24ClassRollingFileAppenderD1Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10104573'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClassRollingFileAppender',
+                                            'Source' => 'obsoleterollingfileappender.cpp',
+                                            'Virt' => 1
+                                          },
+                            '10105805' => {
+                                            'Artificial' => 1,
+                                            'Class' => '10100998',
+                                            'Destructor' => 1,
+                                            'InLine' => 1,
+                                            'Line' => '34',
+                                            'MnglName' => '_ZN7log4cxx24ClassRollingFileAppenderD2Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10104573'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClassRollingFileAppender',
+                                            'Source' => 'obsoleterollingfileappender.cpp',
+                                            'Virt' => 1
+                                          },
+                            '10130041' => {
+                                            'Class' => '10100296',
+                                            'Destructor' => 1,
+                                            'Header' => 'rollingfileappender.h',
+                                            'MnglName' => '_ZN7log4cxx19RollingFileAppenderD0Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10104528'
+                                                                }
+                                                       },
+                                            'ShortName' => 'RollingFileAppender',
+                                            'Source' => 'obsoleterollingfileappender.cpp',
+                                            'SourceLine' => '102',
+                                            'Virt' => 1
+                                          },
+                            '10130141' => {
+                                            'Class' => '10100296',
+                                            'Destructor' => 1,
+                                            'Header' => 'rollingfileappender.h',
+                                            'MnglName' => '_ZN7log4cxx19RollingFileAppenderD1Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10104528'
+                                                                }
+                                                       },
+                                            'ShortName' => 'RollingFileAppender',
+                                            'Source' => 'obsoleterollingfileappender.cpp',
+                                            'SourceLine' => '102',
+                                            'Virt' => 1
+                                          },
+                            '10131798' => {
+                                            'Class' => '10100296',
+                                            'Destructor' => 1,
+                                            'Header' => 'rollingfileappender.h',
+                                            'MnglName' => '_ZN7log4cxx19RollingFileAppenderD2Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10104528'
+                                                                }
+                                                       },
+                                            'ShortName' => 'RollingFileAppender',
+                                            'Source' => 'obsoleterollingfileappender.cpp',
+                                            'SourceLine' => '102',
+                                            'Virt' => 1
+                                          },
+                            '10133359' => {
+                                            'Class' => '10100296',
+                                            'Constructor' => 1,
+                                            'Header' => 'rollingfileappender.h',
+                                            'MnglName' => '_ZN7log4cxx19RollingFileAppenderC1ERKSt10shared_ptrINS_6LayoutEERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10104528'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'newLayout',
+                                                                  'type' => '325984'
+                                                                },
+                                                         '2' => {
+                                                                  'name' => 'filename',
+                                                                  'type' => '207559'
+                                                                }
+                                                       },
+                                            'ShortName' => 'RollingFileAppender',
+                                            'Source' => 'obsoleterollingfileappender.cpp',
+                                            'SourceLine' => '92'
+                                          },
+                            '10134894' => {
+                                            'Class' => '10100296',
+                                            'Constructor' => 1,
+                                            'Header' => 'rollingfileappender.h',
+                                            'MnglName' => '_ZN7log4cxx19RollingFileAppenderC2ERKSt10shared_ptrINS_6LayoutEERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10104528'
+                                                                },
+                                                         '2' => {
+                                                                  'name' => 'newLayout',
+                                                                  'type' => '325984'
+                                                                },
+                                                         '3' => {
+                                                                  'name' => 'filename',
+                                                                  'type' => '207559'
+                                                                }
+                                                       },
+                                            'ShortName' => 'RollingFileAppender',
+                                            'Source' => 'obsoleterollingfileappender.cpp',
+                                            'SourceLine' => '92'
+                                          },
+                            '10136338' => {
+                                            'Class' => '10100296',
+                                            'Constructor' => 1,
+                                            'Header' => 'rollingfileappender.h',
+                                            'MnglName' => '_ZN7log4cxx19RollingFileAppenderC1ERKSt10shared_ptrINS_6LayoutEERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEb',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10104528'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'newLayout',
+                                                                  'type' => '325984'
+                                                                },
+                                                         '2' => {
+                                                                  'name' => 'filename',
+                                                                  'type' => '207559'
+                                                                },
+                                                         '3' => {
+                                                                  'name' => 'append',
+                                                                  'type' => '41824'
+                                                                }
+                                                       },
+                                            'ShortName' => 'RollingFileAppender',
+                                            'Source' => 'obsoleterollingfileappender.cpp',
+                                            'SourceLine' => '79'
+                                          },
+                            '10137919' => {
+                                            'Class' => '10100296',
+                                            'Constructor' => 1,
+                                            'Header' => 'rollingfileappender.h',
+                                            'MnglName' => '_ZN7log4cxx19RollingFileAppenderC2ERKSt10shared_ptrINS_6LayoutEERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEb',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10104528'
+                                                                },
+                                                         '2' => {
+                                                                  'name' => 'newLayout',
+                                                                  'type' => '325984'
+                                                                },
+                                                         '3' => {
+                                                                  'name' => 'filename',
+                                                                  'type' => '207559'
+                                                                },
+                                                         '4' => {
+                                                                  'name' => 'append',
+                                                                  'type' => '41824'
+                                                                }
+                                                       },
+                                            'ShortName' => 'RollingFileAppender',
+                                            'Source' => 'obsoleterollingfileappender.cpp',
+                                            'SourceLine' => '79'
+                                          },
+                            '10139360' => {
+                                            'Class' => '10100296',
+                                            'Constructor' => 1,
+                                            'Header' => 'rollingfileappender.h',
+                                            'MnglName' => '_ZN7log4cxx19RollingFileAppenderC1Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10104528'
+                                                                }
+                                                       },
+                                            'ShortName' => 'RollingFileAppender',
+                                            'Source' => 'obsoleterollingfileappender.cpp',
+                                            'SourceLine' => '74'
+                                          },
+                            '10139620' => {
+                                            'Class' => '10100296',
+                                            'Constructor' => 1,
+                                            'Header' => 'rollingfileappender.h',
+                                            'MnglName' => '_ZN7log4cxx19RollingFileAppenderC2Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10104528'
+                                                                }
+                                                       },
+                                            'ShortName' => 'RollingFileAppender',
+                                            'Source' => 'obsoleterollingfileappender.cpp',
+                                            'SourceLine' => '74'
+                                          },
+                            '10234261' => {
+                                            'Class' => '10234085',
+                                            'Const' => 1,
+                                            'Header' => 'odbcappender.h',
+                                            'MnglName' => '_ZNK7log4cxx2db12ODBCAppender8getClassEv',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10238365'
+                                                                }
+                                                       },
+                                            'Return' => '55278',
+                                            'ShortName' => 'getClass',
+                                            'Source' => 'odbcappender.cpp',
+                                            'SourceLine' => '91',
+                                            'Virt' => 1,
+                                            'VirtPos' => '0'
+                                          },
+                            '10234300' => {
+                                            'Class' => '10234085',
+                                            'Header' => 'odbcappender.h',
+                                            'MnglName' => '_ZN7log4cxx2db12ODBCAppender14getStaticClassEv',
+                                            'Return' => '55278',
+                                            'ShortName' => 'getStaticClass',
+                                            'Source' => 'odbcappender.cpp',
+                                            'SourceLine' => '91',
+                                            'Static' => 1
+                                          },
+                            '10234318' => {
+                                            'Class' => '10234085',
+                                            'Header' => 'odbcappender.h',
+                                            'MnglName' => '_ZN7log4cxx2db12ODBCAppender13registerClassEv',
+                                            'Return' => '55284',
+                                            'ShortName' => 'registerClass',
+                                            'Source' => 'odbcappender.cpp',
+                                            'SourceLine' => '91',
+                                            'Static' => 1
+                                          },
+                            '10234336' => {
+                                            'Class' => '10234085',
+                                            'Const' => 1,
+                                            'Header' => 'odbcappender.h',
+                                            'InLine' => 2,
+                                            'Line' => '155',
+                                            'MnglName' => '_ZNK7log4cxx2db12ODBCAppender4castERKNS_7helpers5ClassE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10238365'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'clazz',
+                                                                  'type' => '55278'
+                                                                }
+                                                       },
+                                            'Return' => '45584',
+                                            'ShortName' => 'cast',
+                                            'Virt' => 1,
+                                            'VirtPos' => '4'
+                                          },
+                            '10234380' => {
+                                            'Class' => '10234085',
+                                            'Const' => 1,
+                                            'Header' => 'odbcappender.h',
+                                            'InLine' => 2,
+                                            'Line' => '158',
+                                            'MnglName' => '_ZNK7log4cxx2db12ODBCAppender10instanceofERKNS_7helpers5ClassE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10238365'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'clazz',
+                                                                  'type' => '55278'
+                                                                }
+                                                       },
+                                            'Return' => '41824',
+                                            'ShortName' => 'instanceof',
+                                            'Virt' => 1,
+                                            'VirtPos' => '3'
+                                          },
+                            '10234503' => {
+                                            'Class' => '10234085',
+                                            'Header' => 'odbcappender.h',
+                                            'MnglName' => '_ZN7log4cxx2db12ODBCAppender9setOptionERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10238376'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'option',
+                                                                  'type' => '207559'
+                                                                },
+                                                         '2' => {
+                                                                  'name' => 'value',
+                                                                  'type' => '207559'
+                                                                }
+                                                       },
+                                            'Return' => '1',
+                                            'ShortName' => 'setOption',
+                                            'Source' => 'odbcappender.cpp',
+                                            'SourceLine' => '105',
+                                            'Virt' => 1,
+                                            'VirtPos' => '6'
+                                          },
+                            '10234548' => {
+                                            'Class' => '10234085',
+                                            'Header' => 'odbcappender.h',
+                                            'MnglName' => '_ZN7log4cxx2db12ODBCAppender15activateOptionsERNS_7helpers4PoolE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10238376'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'p1',
+                                                                  'type' => '55243'
+                                                                }
+                                                       },
+                                            'Reg' => {
+                                                       '1' => 'rsi'
+                                                     },
+                                            'Return' => '1',
+                                            'ShortName' => 'activateOptions',
+                                            'Source' => 'odbcappender.cpp',
+                                            'SourceLine' => '135',
+                                            'Virt' => 1,
+                                            'VirtPos' => '5'
+                                          },
+                            '10234588' => {
+                                            'Class' => '10234085',
+                                            'Header' => 'odbcappender.h',
+                                            'MnglName' => '_ZN7log4cxx2db12ODBCAppender6appendERKSt10shared_ptrINS_3spi12LoggingEventEERNS_7helpers4PoolE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10238376'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'event',
+                                                                  'type' => '120674'
+                                                                },
+                                                         '2' => {
+                                                                  'name' => 'p',
+                                                                  'type' => '55243'
+                                                                }
+                                                       },
+                                            'Reg' => {
+                                                       '0' => 'rdi',
+                                                       '1' => 'rsi',
+                                                       '2' => 'rdx'
+                                                     },
+                                            'Return' => '1',
+                                            'ShortName' => 'append',
+                                            'Source' => 'odbcappender.cpp',
+                                            'SourceLine' => '143',
+                                            'Virt' => 1,
+                                            'VirtPos' => '17'
+                                          },
+                            '10234633' => {
+                                            'Class' => '10234085',
+                                            'Const' => 1,
+                                            'Header' => 'odbcappender.h',
+                                            'MnglName' => '_ZNK7log4cxx2db12ODBCAppender15getLogStatementB5cxx11ERKSt10shared_ptrINS_3spi12LoggingEventEERNS_7helpers4PoolE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10238365'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'event',
+                                                                  'type' => '120674'
+                                                                },
+                                                         '2' => {
+                                                                  'name' => 'p',
+                                                                  'type' => '55243'
+                                                                }
+                                                       },
+                                            'Protected' => 1,
+                                            'Return' => '54480',
+                                            'ShortName' => 'getLogStatement',
+                                            'Source' => 'odbcappender.cpp',
+                                            'SourceLine' => '156'
+                                          },
+                            '10234674' => {
+                                            'Class' => '10234085',
+                                            'Header' => 'odbcappender.h',
+                                            'MnglName' => '_ZN7log4cxx2db12ODBCAppender7executeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERNS_7helpers4PoolE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10238376'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'sql',
+                                                                  'type' => '207559'
+                                                                },
+                                                         '2' => {
+                                                                  'name' => 'p',
+                                                                  'type' => '55243'
+                                                                }
+                                                       },
+                                            'Protected' => 1,
+                                            'Return' => '1',
+                                            'ShortName' => 'execute',
+                                            'Source' => 'odbcappender.cpp',
+                                            'SourceLine' => '163',
+                                            'Virt' => 1,
+                                            'VirtPos' => '18'
+                                          },
+                            '10234719' => {
+                                            'Class' => '10234085',
+                                            'Header' => 'odbcappender.h',
+                                            'MnglName' => '_ZN7log4cxx2db12ODBCAppender15closeConnectionEPv',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10238376'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'p1',
+                                                                  'type' => '10234155'
+                                                                }
+                                                       },
+                                            'Protected' => 1,
+                                            'Reg' => {
+                                                       '0' => 'rdi',
+                                                       '1' => 'rsi'
+                                                     },
+                                            'Return' => '1',
+                                            'ShortName' => 'closeConnection',
+                                            'Source' => 'odbcappender.cpp',
+                                            'SourceLine' => '209',
+                                            'Virt' => 1,
+                                            'VirtPos' => '19'
+                                          },
+                            '10234759' => {
+                                            'Class' => '10234085',
+                                            'Header' => 'odbcappender.h',
+                                            'MnglName' => '_ZN7log4cxx2db12ODBCAppender13getConnectionERNS_7helpers4PoolE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10238376'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'p',
+                                                                  'type' => '55243'
+                                                                }
+                                                       },
+                                            'Protected' => 1,
+                                            'Reg' => {
+                                                       '0' => 'rdi',
+                                                       '1' => 'rsi'
+                                                     },
+                                            'Return' => '10234155',
+                                            'ShortName' => 'getConnection',
+                                            'Source' => 'odbcappender.cpp',
+                                            'SourceLine' => '217',
+                                            'Virt' => 1,
+                                            'VirtPos' => '20'
+                                          },
+                            '10234803' => {
+                                            'Class' => '10234085',
+                                            'Header' => 'odbcappender.h',
+                                            'MnglName' => '_ZN7log4cxx2db12ODBCAppender5closeEv',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10238376'
+                                                                }
+                                                       },
+                                            'Return' => '1',
+                                            'ShortName' => 'close',
+                                            'Source' => 'odbcappender.cpp',
+                                            'SourceLine' => '282',
+                                            'Virt' => 1,
+                                            'VirtPos' => '10'
+                                          },
+                            '10234840' => {
+                                            'Class' => '10234085',
+                                            'Header' => 'odbcappender.h',
+                                            'MnglName' => '_ZN7log4cxx2db12ODBCAppender11flushBufferERNS_7helpers4PoolE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10238376'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'p',
+                                                                  'type' => '55243'
+                                                                }
+                                                       },
+                                            'Return' => '1',
+                                            'ShortName' => 'flushBuffer',
+                                            'Source' => 'odbcappender.cpp',
+                                            'SourceLine' => '318',
+                                            'Virt' => 1,
+                                            'VirtPos' => '21'
+                                          },
+                            '10234882' => {
+                                            'Class' => '10234085',
+                                            'Const' => 1,
+                                            'Header' => 'odbcappender.h',
+                                            'InLine' => 2,
+                                            'Line' => '237',
+                                            'MnglName' => '_ZNK7log4cxx2db12ODBCAppender14requiresLayoutEv',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10238365'
+                                                                }
+                                                       },
+                                            'Reg' => {
+                                                       '0' => 'rdi'
+                                                     },
+                                            'Return' => '41824',
+                                            'ShortName' => 'requiresLayout',
+                                            'Virt' => 1,
+                                            'VirtPos' => '16'
+                                          },
+                            '10234921' => {
+                                            'Class' => '10234085',
+                                            'Header' => 'odbcappender.h',
+                                            'MnglName' => '_ZN7log4cxx2db12ODBCAppender6setSqlERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10238376'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 's',
+                                                                  'type' => '207559'
+                                                                }
+                                                       },
+                                            'Return' => '1',
+                                            'ShortName' => 'setSql',
+                                            'Source' => 'odbcappender.cpp',
+                                            'SourceLine' => '341'
+                                          },
+                            '10235323' => {
+                                            'Class' => '10234085',
+                                            'Header' => 'odbcappender.h',
+                                            'MnglName' => '_ZN7log4cxx2db12ODBCAppender6encodeEPPwRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERNS_7helpers4PoolE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'dest',
+                                                                  'type' => '44000'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'src',
+                                                                  'type' => '207559'
+                                                                },
+                                                         '2' => {
+                                                                  'name' => 'p',
+                                                                  'type' => '55243'
+                                                                }
+                                                       },
+                                            'Private' => 1,
+                                            'Return' => '1',
+                                            'ShortName' => 'encode',
+                                            'Source' => 'odbcappender.cpp',
+                                            'SourceLine' => '363',
+                                            'Static' => 1
+                                          },
+                            '10235356' => {
+                                            'Class' => '10234085',
+                                            'Header' => 'odbcappender.h',
+                                            'MnglName' => '_ZN7log4cxx2db12ODBCAppender6encodeEPPtRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERNS_7helpers4PoolE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'dest',
+                                                                  'type' => '10238410'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'src',
+                                                                  'type' => '207559'
+                                                                },
+                                                         '2' => {
+                                                                  'name' => 'p',
+                                                                  'type' => '55243'
+                                                                }
+                                                       },
+                                            'Private' => 1,
+                                            'Return' => '1',
+                                            'ShortName' => 'encode',
+                                            'Source' => 'odbcappender.cpp',
+                                            'SourceLine' => '369',
+                                            'Static' => 1
+                                          },
+                            '10235509' => {
+                                            'Class' => '10235389',
+                                            'Const' => 1,
+                                            'Header' => 'odbcappender.h',
+                                            'InLine' => 2,
+                                            'Line' => '154',
+                                            'MnglName' => '_ZNK7log4cxx2db12ODBCAppender17ClazzODBCAppender7getNameB5cxx11Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10238445'
+                                                                }
+                                                       },
+                                            'Return' => '54480',
+                                            'ShortName' => 'getName',
+                                            'Virt' => 1,
+                                            'VirtPos' => '3'
+                                          },
+                            '10235548' => {
+                                            'Class' => '10235389',
+                                            'Const' => 1,
+                                            'Header' => 'odbcappender.h',
+                                            'InLine' => 2,
+                                            'Line' => '154',
+                                            'MnglName' => '_ZNK7log4cxx2db12ODBCAppender17ClazzODBCAppender11newInstanceEv',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10238445'
+                                                                }
+                                                       },
+                                            'Return' => '10238370',
+                                            'ShortName' => 'newInstance',
+                                            'Virt' => 1,
+                                            'VirtPos' => '4'
+                                          },
+                            '10235732' => {
+                                            'Class' => '10235596',
+                                            'Header' => 'odbcappender.h',
+                                            'MnglName' => '_ZN7log4cxx2db12SQLException13formatMessageEsPvPKcRNS_7helpers4PoolE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10238456'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'fHandleType',
+                                                                  'type' => '41764'
+                                                                },
+                                                         '2' => {
+                                                                  'name' => 'hInput',
+                                                                  'type' => '42054'
+                                                                },
+                                                         '3' => {
+                                                                  'name' => 'prolog',
+                                                                  'type' => '42620'
+                                                                },
+                                                         '4' => {
+                                                                  'name' => 'p',
+                                                                  'type' => '55243'
+                                                                }
+                                                       },
+                                            'Private' => 1,
+                                            'Return' => '42620',
+                                            'ShortName' => 'formatMessage',
+                                            'Source' => 'odbcappender.cpp',
+                                            'SourceLine' => '60'
+                                          },
+                            '10235832' => {
+                                            'Data' => 1,
+                                            'Line' => '91',
+                                            'MnglName' => '_ZN7log4cxx7classes24ODBCAppenderRegistrationE',
+                                            'NameSpace' => 'log4cxx::classes',
+                                            'Return' => '55284',
+                                            'ShortName' => 'ODBCAppenderRegistration',
+                                            'Source' => 'odbcappender.cpp'
+                                          },
+                            '10235859' => {
+                                            'Class' => '890743',
+                                            'Header' => 'patternlayout.h',
+                                            'Line' => '352',
+                                            'MnglName' => '_ZN7log4cxx13PatternLayout14getStaticClassEv',
+                                            'Private' => 1,
+                                            'Return' => '55278',
+                                            'ShortName' => 'getStaticClass',
+                                            'Source' => 'patternlayout.cpp',
+                                            'SourceLine' => '56',
+                                            'Static' => 1
+                                          },
+                            '10235873' => {
+                                            'Class' => '890743',
+                                            'Header' => 'patternlayout.h',
+                                            'Line' => '373',
+                                            'MnglName' => '_ZN7log4cxx13PatternLayout20setConversionPatternERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10951919'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'pattern',
+                                                                  'type' => '207559'
+                                                                }
+                                                       },
+                                            'Private' => 1,
+                                            'Return' => '1',
+                                            'ShortName' => 'setConversionPattern',
+                                            'Source' => 'patternlayout.cpp',
+                                            'SourceLine' => '73'
+                                          },
+                            '10236402' => {
+                                            'Header' => 'object.h',
+                                            'InLine' => 2,
+                                            'Line' => '116',
+                                            'MnglName' => '_ZN7log4cxx4castINS_13PatternLayoutENS_6LayoutELb0ELb0EEESt10shared_ptrIT_ERKS3_IT0_E',
+                                            'NameSpace' => 'log4cxx',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'incoming',
+                                                                  'type' => '325435'
+                                                                }
+                                                       },
+                                            'Return' => '10209894',
+                                            'ShortName' => 'cast<log4cxx::PatternLayout, log4cxx::Layout>',
+                                            'TParam' => {
+                                                          '0' => {
+                                                                   'key' => 'Ret',
+                                                                   'type' => '890743'
+                                                                 },
+                                                          '1' => {
+                                                                   'key' => 'Type',
+                                                                   'type' => '323340'
+                                                                 }
+                                                        }
+                                          },
+                            '10239181' => {
+                                            'Artificial' => 1,
+                                            'Class' => '10235596',
+                                            'Destructor' => 1,
+                                            'Header' => 'odbcappender.h',
+                                            'InLine' => 1,
+                                            'Line' => '38',
+                                            'MnglName' => '_ZN7log4cxx2db12SQLExceptionD0Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10238456'
+                                                                }
+                                                       },
+                                            'ShortName' => 'SQLException',
+                                            'Virt' => 1
+                                          },
+                            '10239182' => {
+                                            'Artificial' => 1,
+                                            'Class' => '10235596',
+                                            'Destructor' => 1,
+                                            'Header' => 'odbcappender.h',
+                                            'InLine' => 1,
+                                            'Line' => '38',
+                                            'MnglName' => '_ZN7log4cxx2db12SQLExceptionD1Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10238456'
+                                                                }
+                                                       },
+                                            'ShortName' => 'SQLException',
+                                            'Virt' => 1
+                                          },
+                            '10239372' => {
+                                            'Artificial' => 1,
+                                            'Class' => '10235596',
+                                            'Destructor' => 1,
+                                            'Header' => 'odbcappender.h',
+                                            'InLine' => 1,
+                                            'Line' => '38',
+                                            'MnglName' => '_ZN7log4cxx2db12SQLExceptionD2Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10238456'
+                                                                }
+                                                       },
+                                            'ShortName' => 'SQLException',
+                                            'Virt' => 1
+                                          },
+                            '10274384' => {
+                                            'Class' => '10234085',
+                                            'Destructor' => 1,
+                                            'Header' => 'odbcappender.h',
+                                            'MnglName' => '_ZN7log4cxx2db12ODBCAppenderD0Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10238376'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ODBCAppender',
+                                            'Source' => 'odbcappender.cpp',
+                                            'SourceLine' => '100',
+                                            'Virt' => 1
+                                          },
+                            '10274484' => {
+                                            'Class' => '10234085',
+                                            'Destructor' => 1,
+                                            'Header' => 'odbcappender.h',
+                                            'MnglName' => '_ZN7log4cxx2db12ODBCAppenderD1Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10238376'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ODBCAppender',
+                                            'Source' => 'odbcappender.cpp',
+                                            'SourceLine' => '100',
+                                            'Virt' => 1
+                                          },
+                            '10281572' => {
+                                            'Class' => '10234085',
+                                            'Destructor' => 1,
+                                            'Header' => 'odbcappender.h',
+                                            'MnglName' => '_ZN7log4cxx2db12ODBCAppenderD2Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10238376'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ODBCAppender',
+                                            'Source' => 'odbcappender.cpp',
+                                            'SourceLine' => '100',
+                                            'Virt' => 1
+                                          },
+                            '10288533' => {
+                                            'Class' => '10234085',
+                                            'Constructor' => 1,
+                                            'Header' => 'odbcappender.h',
+                                            'MnglName' => '_ZN7log4cxx2db12ODBCAppenderC1Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10238376'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ODBCAppender',
+                                            'Source' => 'odbcappender.cpp',
+                                            'SourceLine' => '95'
+                                          },
+                            '10291797' => {
+                                            'Class' => '10234085',
+                                            'Constructor' => 1,
+                                            'Header' => 'odbcappender.h',
+                                            'MnglName' => '_ZN7log4cxx2db12ODBCAppenderC2Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10238376'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ODBCAppender',
+                                            'Source' => 'odbcappender.cpp',
+                                            'SourceLine' => '95'
+                                          },
+                            '10298922' => {
+                                            'Class' => '10235596',
+                                            'Constructor' => 1,
+                                            'Header' => 'odbcappender.h',
+                                            'MnglName' => '_ZN7log4cxx2db12SQLExceptionC2ERKS1_',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10238456'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'src',
+                                                                  'type' => '10238461'
+                                                                }
+                                                       },
+                                            'ShortName' => 'SQLException',
+                                            'Source' => 'odbcappender.cpp',
+                                            'SourceLine' => '55'
+                                          },
+                            '10298923' => {
+                                            'Class' => '10235596',
+                                            'Constructor' => 1,
+                                            'Header' => 'odbcappender.h',
+                                            'MnglName' => '_ZN7log4cxx2db12SQLExceptionC1ERKS1_',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10238456'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'src',
+                                                                  'type' => '10238461'
+                                                                }
+                                                       },
+                                            'ShortName' => 'SQLException',
+                                            'Source' => 'odbcappender.cpp',
+                                            'SourceLine' => '55'
+                                          },
+                            '10299043' => {
+                                            'Class' => '10235596',
+                                            'Constructor' => 1,
+                                            'Header' => 'odbcappender.h',
+                                            'MnglName' => '_ZN7log4cxx2db12SQLExceptionC2EPKc',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10238456'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'msg',
+                                                                  'type' => '42620'
+                                                                }
+                                                       },
+                                            'ShortName' => 'SQLException',
+                                            'Source' => 'odbcappender.cpp',
+                                            'SourceLine' => '50'
+                                          },
+                            '10299044' => {
+                                            'Class' => '10235596',
+                                            'Constructor' => 1,
+                                            'Header' => 'odbcappender.h',
+                                            'MnglName' => '_ZN7log4cxx2db12SQLExceptionC1EPKc',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10238456'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'msg',
+                                                                  'type' => '42620'
+                                                                }
+                                                       },
+                                            'ShortName' => 'SQLException',
+                                            'Source' => 'odbcappender.cpp',
+                                            'SourceLine' => '50'
+                                          },
+                            '10299198' => {
+                                            'Class' => '10235596',
+                                            'Constructor' => 1,
+                                            'Header' => 'odbcappender.h',
+                                            'MnglName' => '_ZN7log4cxx2db12SQLExceptionC2EsPvPKcRNS_7helpers4PoolE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10238456'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'fHandleType',
+                                                                  'type' => '41764'
+                                                                },
+                                                         '2' => {
+                                                                  'name' => 'hInput',
+                                                                  'type' => '42054'
+                                                                },
+                                                         '3' => {
+                                                                  'name' => 'prolog',
+                                                                  'type' => '42620'
+                                                                },
+                                                         '4' => {
+                                                                  'name' => 'p',
+                                                                  'type' => '55243'
+                                                                }
+                                                       },
+                                            'ShortName' => 'SQLException',
+                                            'Source' => 'odbcappender.cpp',
+                                            'SourceLine' => '42'
+                                          },
+                            '10299199' => {
+                                            'Class' => '10235596',
+                                            'Constructor' => 1,
+                                            'Header' => 'odbcappender.h',
+                                            'MnglName' => '_ZN7log4cxx2db12SQLExceptionC1EsPvPKcRNS_7helpers4PoolE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10238456'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'fHandleType',
+                                                                  'type' => '41764'
+                                                                },
+                                                         '2' => {
+                                                                  'name' => 'hInput',
+                                                                  'type' => '42054'
+                                                                },
+                                                         '3' => {
+                                                                  'name' => 'prolog',
+                                                                  'type' => '42620'
+                                                                },
+                                                         '4' => {
+                                                                  'name' => 'p',
+                                                                  'type' => '55243'
+                                                                }
+                                                       },
+                                            'ShortName' => 'SQLException',
+                                            'Source' => 'odbcappender.cpp',
+                                            'SourceLine' => '42'
+                                          },
+                            '10300528' => {
+                                            'Artificial' => 1,
+                                            'Class' => '10235389',
+                                            'Destructor' => 1,
+                                            'Header' => 'odbcappender.h',
+                                            'InLine' => 1,
+                                            'Line' => '154',
+                                            'MnglName' => '_ZN7log4cxx2db12ODBCAppender17ClazzODBCAppenderD0Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10238428'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzODBCAppender',
+                                            'Virt' => 1
+                                          },
+                            '10300529' => {
+                                            'Artificial' => 1,
+                                            'Class' => '10235389',
+                                            'Destructor' => 1,
+                                            'Header' => 'odbcappender.h',
+                                            'InLine' => 1,
+                                            'Line' => '154',
+                                            'MnglName' => '_ZN7log4cxx2db12ODBCAppender17ClazzODBCAppenderD1Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10238428'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzODBCAppender',
+                                            'Virt' => 1
+                                          },
+                            '10300670' => {
+                                            'Artificial' => 1,
+                                            'Class' => '10235389',
+                                            'Destructor' => 1,
+                                            'Header' => 'odbcappender.h',
+                                            'InLine' => 1,
+                                            'Line' => '154',
+                                            'MnglName' => '_ZN7log4cxx2db12ODBCAppender17ClazzODBCAppenderD2Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10238428'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzODBCAppender',
+                                            'Virt' => 1
+                                          },
+                            '10300760' => {
+                                            'Artificial' => 1,
+                                            'Class' => '10235389',
+                                            'Constructor' => 1,
+                                            'Header' => 'odbcappender.h',
+                                            'InLine' => 1,
+                                            'Line' => '154',
+                                            'MnglName' => '_ZN7log4cxx2db12ODBCAppender17ClazzODBCAppenderC2Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10238428'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzODBCAppender'
+                                          },
+                            '10300761' => {
+                                            'Artificial' => 1,
+                                            'Class' => '10235389',
+                                            'Constructor' => 1,
+                                            'Header' => 'odbcappender.h',
+                                            'InLine' => 1,
+                                            'Line' => '154',
+                                            'MnglName' => '_ZN7log4cxx2db12ODBCAppender17ClazzODBCAppenderC1Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10238428'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzODBCAppender'
+                                          },
+                            '10364174' => {
+                                            'Class' => '323041',
+                                            'Const' => 1,
+                                            'Header' => 'onlyonceerrorhandler.h',
+                                            'MnglName' => '_ZNK7log4cxx7helpers20OnlyOnceErrorHandler8getClassEv',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10365981'
+                                                                }
+                                                       },
+                                            'Return' => '55278',
+                                            'ShortName' => 'getClass',
+                                            'Source' => 'onlyonceerrorhandler.cpp',
+                                            'SourceLine' => '27',
+                                            'Virt' => 1,
+                                            'VirtPos' => '0'
+                                          },
+                            '10364213' => {
+                                            'Class' => '323041',
+                                            'Header' => 'onlyonceerrorhandler.h',
+                                            'MnglName' => '_ZN7log4cxx7helpers20OnlyOnceErrorHandler14getStaticClassEv',
+                                            'Return' => '55278',
+                                            'ShortName' => 'getStaticClass',
+                                            'Source' => 'onlyonceerrorhandler.cpp',
+                                            'SourceLine' => '27',
+                                            'Static' => 1
+                                          },
+                            '10364231' => {
+                                            'Class' => '323041',
+                                            'Header' => 'onlyonceerrorhandler.h',
+                                            'MnglName' => '_ZN7log4cxx7helpers20OnlyOnceErrorHandler13registerClassEv',
+                                            'Return' => '55284',
+                                            'ShortName' => 'registerClass',
+                                            'Source' => 'onlyonceerrorhandler.cpp',
+                                            'SourceLine' => '27',
+                                            'Static' => 1
+                                          },
+                            '10364249' => {
+                                            'Class' => '323041',
+                                            'Const' => 1,
+                                            'Header' => 'onlyonceerrorhandler.h',
+                                            'InLine' => 2,
+                                            'Line' => '54',
+                                            'MnglName' => '_ZNK7log4cxx7helpers20OnlyOnceErrorHandler4castERKNS0_5ClassE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10365981'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'clazz',
+                                                                  'type' => '55278'
+                                                                }
+                                                       },
+                                            'Return' => '45584',
+                                            'ShortName' => 'cast',
+                                            'Virt' => 1,
+                                            'VirtPos' => '4'
+                                          },
+                            '10364293' => {
+                                            'Class' => '323041',
+                                            'Const' => 1,
+                                            'Header' => 'onlyonceerrorhandler.h',
+                                            'InLine' => 2,
+                                            'Line' => '57',
+                                            'MnglName' => '_ZNK7log4cxx7helpers20OnlyOnceErrorHandler10instanceofERKNS0_5ClassE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10365981'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'clazz',
+                                                                  'type' => '55278'
+                                                                }
+                                                       },
+                                            'Return' => '41824',
+                                            'ShortName' => 'instanceof',
+                                            'Virt' => 1,
+                                            'VirtPos' => '3'
+                                          },
+                            '10364374' => {
+                                            'Class' => '323041',
+                                            'Header' => 'onlyonceerrorhandler.h',
+                                            'MnglName' => '_ZN7log4cxx7helpers20OnlyOnceErrorHandler9setLoggerERKSt10shared_ptrINS_6LoggerEE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10365947'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'p1',
+                                                                  'type' => '3981393'
+                                                                }
+                                                       },
+                                            'Reg' => {
+                                                       '0' => 'rdi',
+                                                       '1' => 'rsi'
+                                                     },
+                                            'Return' => '1',
+                                            'ShortName' => 'setLogger',
+                                            'Source' => 'onlyonceerrorhandler.cpp',
+                                            'SourceLine' => '35',
+                                            'Virt' => 1,
+                                            'VirtPos' => '7'
+                                          },
+                            '10364414' => {
+                                            'Class' => '323041',
+                                            'Header' => 'onlyonceerrorhandler.h',
+                                            'MnglName' => '_ZN7log4cxx7helpers20OnlyOnceErrorHandler15activateOptionsERNS0_4PoolE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10365947'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'p1',
+                                                                  'type' => '55243'
+                                                                }
+                                                       },
+                                            'Reg' => {
+                                                       '0' => 'rdi',
+                                                       '1' => 'rsi'
+                                                     },
+                                            'Return' => '1',
+                                            'ShortName' => 'activateOptions',
+                                            'Source' => 'onlyonceerrorhandler.cpp',
+                                            'SourceLine' => '39',
+                                            'Virt' => 1,
+                                            'VirtPos' => '5'
+                                          },
+                            '10364454' => {
+                                            'Class' => '323041',
+                                            'Header' => 'onlyonceerrorhandler.h',
+                                            'MnglName' => '_ZN7log4cxx7helpers20OnlyOnceErrorHandler9setOptionERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10365947'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'p1',
+                                                                  'type' => '207559'
+                                                                },
+                                                         '2' => {
+                                                                  'name' => 'p2',
+                                                                  'type' => '207559'
+                                                                }
+                                                       },
+                                            'Reg' => {
+                                                       '0' => 'rdi',
+                                                       '1' => 'rsi',
+                                                       '2' => 'rdx'
+                                                     },
+                                            'Return' => '1',
+                                            'ShortName' => 'setOption',
+                                            'Source' => 'onlyonceerrorhandler.cpp',
+                                            'SourceLine' => '43',
+                                            'Virt' => 1,
+                                            'VirtPos' => '6'
+                                          },
+                            '10364499' => {
+                                            'Class' => '323041',
+                                            'Const' => 1,
+                                            'Header' => 'onlyonceerrorhandler.h',
+                                            'MnglName' => '_ZNK7log4cxx7helpers20OnlyOnceErrorHandler5errorERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt9exceptioni',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10365981'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'message',
+                                                                  'type' => '207559'
+                                                                },
+                                                         '2' => {
+                                                                  'name' => 'e',
+                                                                  'type' => '55462'
+                                                                },
+                                                         '3' => {
+                                                                  'name' => 'p3',
+                                                                  'type' => '41771'
+                                                                }
+                                                       },
+                                            'Reg' => {
+                                                       '3' => 'rcx'
+                                                     },
+                                            'Return' => '1',
+                                            'ShortName' => 'error',
+                                            'Source' => 'onlyonceerrorhandler.cpp',
+                                            'SourceLine' => '47',
+                                            'Virt' => 1,
+                                            'VirtPos' => '8'
+                                          },
+                            '10364549' => {
+                                            'Class' => '323041',
+                                            'Const' => 1,
+                                            'Header' => 'onlyonceerrorhandler.h',
+                                            'MnglName' => '_ZNK7log4cxx7helpers20OnlyOnceErrorHandler5errorERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt9exceptioniRKSt10shared_ptrINS_3spi12LoggingEventEE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10365981'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'message',
+                                                                  'type' => '207559'
+                                                                },
+                                                         '2' => {
+                                                                  'name' => 'e',
+                                                                  'type' => '55462'
+                                                                },
+                                                         '3' => {
+                                                                  'name' => 'errorCode',
+                                                                  'type' => '41771'
+                                                                },
+                                                         '4' => {
+                                                                  'name' => 'p4',
+                                                                  'type' => '120674'
+                                                                }
+                                                       },
+                                            'Reg' => {
+                                                       '4' => 'r8'
+                                                     },
+                                            'Return' => '1',
+                                            'ShortName' => 'error',
+                                            'Source' => 'onlyonceerrorhandler.cpp',
+                                            'SourceLine' => '57',
+                                            'Virt' => 1,
+                                            'VirtPos' => '10'
+                                          },
+                            '10364604' => {
+                                            'Class' => '323041',
+                                            'Const' => 1,
+                                            'Header' => 'onlyonceerrorhandler.h',
+                                            'MnglName' => '_ZNK7log4cxx7helpers20OnlyOnceErrorHandler5errorERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10365981'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'message',
+                                                                  'type' => '207559'
+                                                                }
+                                                       },
+                                            'Return' => '1',
+                                            'ShortName' => 'error',
+                                            'Source' => 'onlyonceerrorhandler.cpp',
+                                            'SourceLine' => '64',
+                                            'Virt' => 1,
+                                            'VirtPos' => '9'
+                                          },
+                            '10364644' => {
+                                            'Class' => '323041',
+                                            'Header' => 'onlyonceerrorhandler.h',
+                                            'MnglName' => '_ZN7log4cxx7helpers20OnlyOnceErrorHandler11setAppenderERKSt10shared_ptrINS_8AppenderEE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10365947'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'p1',
+                                                                  'type' => '891187'
+                                                                }
+                                                       },
+                                            'Reg' => {
+                                                       '0' => 'rdi',
+                                                       '1' => 'rsi'
+                                                     },
+                                            'Return' => '1',
+                                            'ShortName' => 'setAppender',
+                                            'Source' => 'onlyonceerrorhandler.cpp',
+                                            'SourceLine' => '74',
+                                            'Virt' => 1,
+                                            'VirtPos' => '11'
+                                          },
+                            '10364684' => {
+                                            'Class' => '323041',
+                                            'Header' => 'onlyonceerrorhandler.h',
+                                            'MnglName' => '_ZN7log4cxx7helpers20OnlyOnceErrorHandler17setBackupAppenderERKSt10shared_ptrINS_8AppenderEE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10365947'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'p1',
+                                                                  'type' => '891187'
+                                                                }
+                                                       },
+                                            'Reg' => {
+                                                       '0' => 'rdi',
+                                                       '1' => 'rsi'
+                                                     },
+                                            'Return' => '1',
+                                            'ShortName' => 'setBackupAppender',
+                                            'Source' => 'onlyonceerrorhandler.cpp',
+                                            'SourceLine' => '79',
+                                            'Virt' => 1,
+                                            'VirtPos' => '12'
+                                          },
+                            '10364844' => {
+                                            'Class' => '10364724',
+                                            'Const' => 1,
+                                            'Header' => 'onlyonceerrorhandler.h',
+                                            'InLine' => 2,
+                                            'Line' => '53',
+                                            'MnglName' => '_ZNK7log4cxx7helpers20OnlyOnceErrorHandler25ClazzOnlyOnceErrorHandler7getNameB5cxx11Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10366027'
+                                                                }
+                                                       },
+                                            'Return' => '54480',
+                                            'ShortName' => 'getName',
+                                            'Virt' => 1,
+                                            'VirtPos' => '3'
+                                          },
+                            '10364883' => {
+                                            'Class' => '10364724',
+                                            'Const' => 1,
+                                            'Header' => 'onlyonceerrorhandler.h',
+                                            'InLine' => 2,
+                                            'Line' => '53',
+                                            'MnglName' => '_ZNK7log4cxx7helpers20OnlyOnceErrorHandler25ClazzOnlyOnceErrorHandler11newInstanceEv',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10366027'
+                                                                }
+                                                       },
+                                            'Return' => '325650',
+                                            'ShortName' => 'newInstance',
+                                            'Virt' => 1,
+                                            'VirtPos' => '4'
+                                          },
+                            '10365400' => {
+                                            'Data' => 1,
+                                            'Line' => '27',
+                                            'MnglName' => '_ZN7log4cxx7classes32OnlyOnceErrorHandlerRegistrationE',
+                                            'NameSpace' => 'log4cxx::classes',
+                                            'Return' => '55284',
+                                            'ShortName' => 'OnlyOnceErrorHandlerRegistration',
+                                            'Source' => 'onlyonceerrorhandler.cpp'
+                                          },
+                            '10366418' => {
+                                            'Artificial' => 1,
+                                            'Class' => '323041',
+                                            'Destructor' => 1,
+                                            'Header' => 'onlyonceerrorhandler.h',
+                                            'InLine' => 1,
+                                            'Line' => '43',
+                                            'MnglName' => '_ZN7log4cxx7helpers20OnlyOnceErrorHandlerD0Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10365947'
+                                                                }
+                                                       },
+                                            'ShortName' => 'OnlyOnceErrorHandler',
+                                            'Virt' => 1
+                                          },
+                            '10366419' => {
+                                            'Artificial' => 1,
+                                            'Class' => '323041',
+                                            'Destructor' => 1,
+                                            'Header' => 'onlyonceerrorhandler.h',
+                                            'InLine' => 1,
+                                            'Line' => '43',
+                                            'MnglName' => '_ZN7log4cxx7helpers20OnlyOnceErrorHandlerD2Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10365947'
+                                                                }
+                                                       },
+                                            'ShortName' => 'OnlyOnceErrorHandler',
+                                            'Virt' => 1
+                                          },
+                            '10367947' => {
+                                            'Artificial' => 1,
+                                            'Class' => '323041',
+                                            'Destructor' => 1,
+                                            'Header' => 'onlyonceerrorhandler.h',
+                                            'InLine' => 1,
+                                            'Line' => '43',
+                                            'MnglName' => '_ZN7log4cxx7helpers20OnlyOnceErrorHandlerD1Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10365947'
+                                                                }
+                                                       },
+                                            'ShortName' => 'OnlyOnceErrorHandler',
+                                            'Virt' => 1
+                                          },
+                            '10373081' => {
+                                            'Class' => '323041',
+                                            'Constructor' => 1,
+                                            'Header' => 'onlyonceerrorhandler.h',
+                                            'MnglName' => '_ZN7log4cxx7helpers20OnlyOnceErrorHandlerC1Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10365947'
+                                                                }
+                                                       },
+                                            'ShortName' => 'OnlyOnceErrorHandler',
+                                            'Source' => 'onlyonceerrorhandler.cpp',
+                                            'SourceLine' => '29'
+                                          },
+                            '10375329' => {
+                                            'Class' => '323041',
+                                            'Constructor' => 1,
+                                            'Header' => 'onlyonceerrorhandler.h',
+                                            'MnglName' => '_ZN7log4cxx7helpers20OnlyOnceErrorHandlerC2Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10365947'
+                                                                }
+                                                       },
+                                            'ShortName' => 'OnlyOnceErrorHandler',
+                                            'Source' => 'onlyonceerrorhandler.cpp',
+                                            'SourceLine' => '29'
+                                          },
+                            '10379075' => {
+                                            'Artificial' => 1,
+                                            'Class' => '10364724',
+                                            'Destructor' => 1,
+                                            'Header' => 'onlyonceerrorhandler.h',
+                                            'InLine' => 1,
+                                            'Line' => '53',
+                                            'MnglName' => '_ZN7log4cxx7helpers20OnlyOnceErrorHandler25ClazzOnlyOnceErrorHandlerD0Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10366010'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzOnlyOnceErrorHandler',
+                                            'Virt' => 1
+                                          },
+                            '10379076' => {
+                                            'Artificial' => 1,
+                                            'Class' => '10364724',
+                                            'Destructor' => 1,
+                                            'Header' => 'onlyonceerrorhandler.h',
+                                            'InLine' => 1,
+                                            'Line' => '53',
+                                            'MnglName' => '_ZN7log4cxx7helpers20OnlyOnceErrorHandler25ClazzOnlyOnceErrorHandlerD1Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10366010'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzOnlyOnceErrorHandler',
+                                            'Virt' => 1
+                                          },
+                            '10379216' => {
+                                            'Artificial' => 1,
+                                            'Class' => '10364724',
+                                            'Destructor' => 1,
+                                            'Header' => 'onlyonceerrorhandler.h',
+                                            'InLine' => 1,
+                                            'Line' => '53',
+                                            'MnglName' => '_ZN7log4cxx7helpers20OnlyOnceErrorHandler25ClazzOnlyOnceErrorHandlerD2Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10366010'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzOnlyOnceErrorHandler',
+                                            'Virt' => 1
+                                          },
+                            '10379306' => {
+                                            'Artificial' => 1,
+                                            'Class' => '10364724',
+                                            'Constructor' => 1,
+                                            'Header' => 'onlyonceerrorhandler.h',
+                                            'InLine' => 1,
+                                            'Line' => '53',
+                                            'MnglName' => '_ZN7log4cxx7helpers20OnlyOnceErrorHandler25ClazzOnlyOnceErrorHandlerC2Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10366010'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzOnlyOnceErrorHandler'
+                                          },
+                            '10379307' => {
+                                            'Artificial' => 1,
+                                            'Class' => '10364724',
+                                            'Constructor' => 1,
+                                            'Header' => 'onlyonceerrorhandler.h',
+                                            'InLine' => 1,
+                                            'Line' => '53',
+                                            'MnglName' => '_ZN7log4cxx7helpers20OnlyOnceErrorHandler25ClazzOnlyOnceErrorHandlerC1Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10366010'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzOnlyOnceErrorHandler'
+                                          },
+                            '1043993' => {
+                                           'Class' => '1043859',
+                                           'Header' => 'bytebuffer.h',
+                                           'Line' => '45',
+                                           'MnglName' => '_ZN7log4cxx7helpers10ByteBuffer5clearEv',
+                                           'Param' => {
+                                                        '0' => {
+                                                                 'name' => 'this',
+                                                                 'type' => '1045603'
+                                                               }
+                                                      },
+                                           'Reg' => {
+                                                      '0' => 'rdi'
+                                                    },
+                                           'Return' => '1',
+                                           'ShortName' => 'clear',
+                                           'Source' => 'bytebuffer.cpp',
+                                           'SourceLine' => '34'
+                                         },
+                            '1044020' => {
+                                           'Class' => '1043859',
+                                           'Header' => 'bytebuffer.h',
+                                           'Line' => '46',
+                                           'MnglName' => '_ZN7log4cxx7helpers10ByteBuffer4flipEv',
+                                           'Param' => {
+                                                        '0' => {
+                                                                 'name' => 'this',
+                                                                 'type' => '1045603'
+                                                               }
+                                                      },
+                                           'Reg' => {
+                                                      '0' => 'rdi'
+                                                    },
+                                           'Return' => '1',
+                                           'ShortName' => 'flip',
+                                           'Source' => 'bytebuffer.cpp',
+                                           'SourceLine' => '40'
+                                         },
+                            '1044202' => {
+                                           'Class' => '1043859',
+                                           'Header' => 'bytebuffer.h',
+                                           'Line' => '68',
+                                           'MnglName' => '_ZN7log4cxx7helpers10ByteBuffer5limitEm',
+                                           'Param' => {
+                                                        '0' => {
+                                                                 'name' => 'this',
+                                                                 'type' => '1045603'
+                                                               },
+                                                        '1' => {
+                                                                 'name' => 'newLimit',
+                                                                 'type' => '41980'
+                                                               }
+                                                      },
+                                           'Return' => '1',
+                                           'ShortName' => 'limit',
+                                           'Source' => 'bytebuffer.cpp',
+                                           'SourceLine' => '58'
+                                         },
+                            '1044296' => {
+                                           'Class' => '1043859',
+                                           'Header' => 'bytebuffer.h',
+                                           'Line' => '77',
+                                           'MnglName' => '_ZN7log4cxx7helpers10ByteBuffer8positionEm',
+                                           'Param' => {
+                                                        '0' => {
+                                                                 'name' => 'this',
+                                                                 'type' => '1045603'
+                                                               },
+                                                        '1' => {
+                                                                 'name' => 'newPosition',
+                                                                 'type' => '41980'
+                                                               }
+                                                      },
+                                           'Reg' => {
+                                                      '0' => 'rdi',
+                                                      '1' => 'rsi'
+                                                    },
+                                           'Return' => '1',
+                                           'ShortName' => 'position',
+                                           'Source' => 'bytebuffer.cpp',
+                                           'SourceLine' => '46'
+                                         },
+                            '1044328' => {
+                                           'Class' => '1043859',
+                                           'Header' => 'bytebuffer.h',
+                                           'Line' => '79',
+                                           'MnglName' => '_ZN7log4cxx7helpers10ByteBuffer3putEc',
+                                           'Param' => {
+                                                        '0' => {
+                                                                 'name' => 'this',
+                                                                 'type' => '1045603'
+                                                               },
+                                                        '1' => {
+                                                                 'name' => 'byte',
+                                                                 'type' => '42164'
+                                                               }
+                                                      },
+                                           'Reg' => {
+                                                      '0' => 'rdi',
+                                                      '1' => 'rsi'
+                                                    },
+                                           'Return' => '41824',
+                                           'ShortName' => 'put',
+                                           'Source' => 'bytebuffer.cpp',
+                                           'SourceLine' => '69'
+                                         },
+                            '1044621' => {
+                                           'Class' => '1044570',
+                                           'Const' => 1,
+                                           'Header' => 'bytearrayinputstream.h',
+                                           'MnglName' => '_ZNK7log4cxx7helpers20ByteArrayInputStream8getClassEv',
+                                           'Param' => {
+                                                        '0' => {
+                                                                 'name' => 'this',
+                                                                 'type' => '1046215'
+                                                               }
+                                                      },
+                                           'Return' => '55278',
+                                           'ShortName' => 'getClass',
+                                           'Source' => 'bytearrayinputstream.cpp',
+                                           'SourceLine' => '29',
+                                           'Virt' => 1,
+                                           'VirtPos' => '0'
+                                         },
+                            '1044660' => {
+                                           'Class' => '1044570',
+                                           'Header' => 'bytearrayinputstream.h',
+                                           'MnglName' => '_ZN7log4cxx7helpers20ByteArrayInputStream14getStaticClassEv',
+                                           'Return' => '55278',
+                                           'ShortName' => 'getStaticClass',
+                                           'Source' => 'bytearrayinputstream.cpp',
+                                           'SourceLine' => '29',
+                                           'Static' => 1
+                                         },
+                            '1044678' => {
+                                           'Class' => '1044570',
+                                           'Header' => 'bytearrayinputstream.h',
+                                           'MnglName' => '_ZN7log4cxx7helpers20ByteArrayInputStream13registerClassEv',
+                                           'Return' => '55284',
+                                           'ShortName' => 'registerClass',
+                                           'Source' => 'bytearrayinputstream.cpp',
+                                           'SourceLine' => '29',
+                                           'Static' => 1
+                                         },
+                            '1044696' => {
+                                           'Class' => '1044570',
+                                           'Const' => 1,
+                                           'Header' => 'bytearrayinputstream.h',
+                                           'InLine' => 2,
+                                           'Line' => '49',
+                                           'MnglName' => '_ZNK7log4cxx7helpers20ByteArrayInputStream4castERKNS0_5ClassE',
+                                           'Param' => {
+                                                        '0' => {
+                                                                 'name' => 'this',
+                                                                 'type' => '1046215'
+                                                               },
+                                                        '1' => {
+                                                                 'name' => 'clazz',
+                                                                 'type' => '55278'
+                                                               }
+                                                      },
+                                           'Return' => '45584',
+                                           'ShortName' => 'cast',
+                                           'Virt' => 1,
+                                           'VirtPos' => '4'
+                                         },
+                            '1044740' => {
+                                           'Class' => '1044570',
+                                           'Const' => 1,
+                                           'Header' => 'bytearrayinputstream.h',
+                                           'InLine' => 2,
+                                           'Line' => '52',
+                                           'MnglName' => '_ZNK7log4cxx7helpers20ByteArrayInputStream10instanceofERKNS0_5ClassE',
+                                           'Param' => {
+                                                        '0' => {
+                                                                 'name' => 'this',
+                                                                 'type' => '1046215'
+                                                               },
+                                                        '1' => {
+                                                                 'name' => 'clazz',
+                                                                 'type' => '55278'
+                                                               }
+                                                      },
+                                           'Return' => '41824',
+                                           'ShortName' => 'instanceof',
+                                           'Virt' => 1,
+                                           'VirtPos' => '3'
+                                         },
+                            '1044854' => {
+                                           'Class' => '1044570',
+                                           'Header' => 'bytearrayinputstream.h',
+                                           'MnglName' => '_ZN7log4cxx7helpers20ByteArrayInputStream5closeEv',
+                                           'Param' => {
+                                                        '0' => {
+                                                                 'name' => 'this',
+                                                                 'type' => '1046226'
+                                                               }
+                                                      },
+                                           'Reg' => {
+                                                      '0' => 'rdi'
+                                                    },
+                                           'Return' => '1',
+                                           'ShortName' => 'close',
+                                           'Source' => 'bytearrayinputstream.cpp',
+                                           'SourceLine' => '43',
+                                           'Virt' => 1,
+                                           'VirtPos' => '6'
+                                         },
+                            '1044890' => {
+                                           'Class' => '1044570',
+                                           'Header' => 'bytearrayinputstream.h',
+                                           'MnglName' => '_ZN7log4cxx7helpers20ByteArrayInputStream4readERNS0_10ByteBufferE',
+                                           'Param' => {
+                                                        '0' => {
+                                                                 'name' => 'this',
+                                                                 'type' => '1046226'
+                                                               },
+                                                        '1' => {
+                                                                 'name' => 'dst',
+                                                                 'type' => '1045313'
+                                                               }
+                                                      },
+                                           'Return' => '41771',
+                                           'ShortName' => 'read',
+                                           'Source' => 'bytearrayinputstream.cpp',
+                                           'SourceLine' => '48',
+                                           'Virt' => 1,
+                                           'VirtPos' => '5'
+                                         },
+                            '1045121' => {
+                                           'Class' => '1045000',
+                                           'Const' => 1,
+                                           'Header' => 'bytearrayinputstream.h',
+                                           'InLine' => 2,
+                                           'Line' => '48',
+                                           'MnglName' => '_ZNK7log4cxx7helpers20ByteArrayInputStream25ClazzByteArrayInputStream7getNameB5cxx11Ev',
+                                           'Param' => {
+                                                        '0' => {
+                                                                 'name' => 'this',
+                                                                 'type' => '1046266'
+                                                               }
+                                                      },
+                                           'Return' => '54480',
+                                           'ShortName' => 'getName',
+                                           'Virt' => 1,
+                                           'VirtPos' => '3'
+                                         },
+                            '1045179' => {
+                                           'Class' => '1045169',
+                                           'Const' => 1,
+                                           'Header' => 'inputstream.h',
+                                           'InLine' => 2,
+                                           'Line' => '38',
+                                           'MnglName' => '_ZNK7log4cxx7helpers11InputStream4castERKNS0_5ClassE',
+                                           'Param' => {
+                                                        '0' => {
+                                                                 'name' => 'this',
+                                                                 'type' => '1056469'
+                                                               },
+                                                        '1' => {
+                                                                 'name' => 'clazz',
+                                                                 'type' => '55278'
+                                                               }
+                                                      },
+                                           'Return' => '45584',
+                                           'ShortName' => 'cast',
+                                           'Virt' => 1,
+                                           'VirtPos' => '4'
+                                         },
+                            '1045223' => {
+                                           'Class' => '1045169',
+                                           'Header' => 'inputstream.h',
+                                           'Line' => '37',
+                                           'MnglName' => '_ZN7log4cxx7helpers11InputStream14getStaticClassEv',
+                                           'Private' => 1,
+                                           'Return' => '55278',
+                                           'ShortName' => 'getStaticClass',
+                                           'Source' => 'inputstream.cpp',
+                                           'SourceLine' => '24',
+                                           'Static' => 1
+                                         },
+                            '1045294' => {
+                                           'Data' => 1,
+                                           'Line' => '29',
+                                           'MnglName' => '_ZN7log4cxx7classes32ByteArrayInputStreamRegistrationE',
+                                           'NameSpace' => 'log4cxx::classes',
+                                           'Return' => '55284',
+                                           'ShortName' => 'ByteArrayInputStreamRegistration',
+                                           'Source' => 'bytearrayinputstream.cpp'
+                                         },
+                            '10456586' => {
+                                            'Class' => '10456573',
+                                            'Header' => 'system.h',
+                                            'Line' => '47',
+                                            'MnglName' => '_ZN7log4cxx7helpers6System11getPropertyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'lkey',
+                                                                  'type' => '207559'
+                                                                }
+                                                       },
+                                            'Return' => '54480',
+                                            'ShortName' => 'getProperty',
+                                            'Source' => 'system.cpp',
+                                            'SourceLine' => '32',
+                                            'Static' => 1
+                                          },
+                            '10458181' => {
+                                            'Header' => 'object.h',
+                                            'InLine' => 2,
+                                            'Line' => '116',
+                                            'MnglName' => '_ZN7log4cxx4castINS_3spi12ConfiguratorENS_7helpers6ObjectELb0ELb1EEESt10shared_ptrIT_ERKS5_IT0_E',
+                                            'NameSpace' => 'log4cxx',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'incoming',
+                                                                  'type' => '2818137'
+                                                                }
+                                                       },
+                                            'Return' => '10433090',
+                                            'ShortName' => 'cast<log4cxx::spi::Configurator, log4cxx::helpers::Object>',
+                                            'TParam' => {
+                                                          '0' => {
+                                                                   'key' => 'Ret',
+                                                                   'type' => '1902527'
+                                                                 },
+                                                          '1' => {
+                                                                   'key' => 'Type',
+                                                                   'type' => '54460'
+                                                                 }
+                                                        }
+                                          },
+                            '1051803' => {
+                                           'Class' => '1044570',
+                                           'Destructor' => 1,
+                                           'Header' => 'bytearrayinputstream.h',
+                                           'MnglName' => '_ZN7log4cxx7helpers20ByteArrayInputStreamD0Ev',
+                                           'Param' => {
+                                                        '0' => {
+                                                                 'name' => 'this',
+                                                                 'type' => '1046226'
+                                                               }
+                                                      },
+                                           'ShortName' => 'ByteArrayInputStream',
+                                           'Source' => 'bytearrayinputstream.cpp',
+                                           'SourceLine' => '38',
+                                           'Virt' => 1
+                                         },
+                            '1051804' => {
+                                           'Class' => '1044570',
+                                           'Destructor' => 1,
+                                           'Header' => 'bytearrayinputstream.h',
+                                           'MnglName' => '_ZN7log4cxx7helpers20ByteArrayInputStreamD1Ev',
+                                           'Param' => {
+                                                        '0' => {
+                                                                 'name' => 'this',
+                                                                 'type' => '1046226'
+                                                               }
+                                                      },
+                                           'ShortName' => 'ByteArrayInputStream',
+                                           'Source' => 'bytearrayinputstream.cpp',
+                                           'SourceLine' => '38',
+                                           'Virt' => 1
+                                         },
+                            '1051898' => {
+                                           'Class' => '1044570',
+                                           'Destructor' => 1,
+                                           'Header' => 'bytearrayinputstream.h',
+                                           'MnglName' => '_ZN7log4cxx7helpers20ByteArrayInputStreamD2Ev',
+                                           'Param' => {
+                                                        '0' => {
+                                                                 'name' => 'this',
+                                                                 'type' => '1046226'
+                                                               }
+                                                      },
+                                           'ShortName' => 'ByteArrayInputStream',
+                                           'Source' => 'bytearrayinputstream.cpp',
+                                           'SourceLine' => '38',
+                                           'Virt' => 1
+                                         },
+                            '1052627' => {
+                                           'Class' => '1044570',
+                                           'Constructor' => 1,
+                                           'Header' => 'bytearrayinputstream.h',
+                                           'MnglName' => '_ZN7log4cxx7helpers20ByteArrayInputStreamC2ERKSt6vectorIhSaIhEE',
+                                           'Param' => {
+                                                        '0' => {
+                                                                 'name' => 'this',
+                                                                 'type' => '1046226'
+                                                               },
+                                                        '1' => {
+                                                                 'name' => 'bytes',
+                                                                 'type' => '1045562'
+                                                               }
+                                                      },
+                                           'ShortName' => 'ByteArrayInputStream',
+                                           'Source' => 'bytearrayinputstream.cpp',
+                                           'SourceLine' => '31'
+                                         },
+                            '1052628' => {
+                                           'Class' => '1044570',
+                                           'Constructor' => 1,
+                                           'Header' => 'bytearrayinputstream.h',
+                                           'MnglName' => '_ZN7log4cxx7helpers20ByteArrayInputStreamC1ERKSt6vectorIhSaIhEE',
+                                           'Param' => {
+                                                        '0' => {
+                                                                 'name' => 'this',
+                                                                 'type' => '1046226'
+                                                               },
+                                                        '1' => {
+                                                                 'name' => 'bytes',
+                                                                 'type' => '1045562'
+                                                               }
+                                                      },
+                                           'ShortName' => 'ByteArrayInputStream',
+                                           'Source' => 'bytearrayinputstream.cpp',
+                                           'SourceLine' => '31'
+                                         },
+                            '1056209' => {
+                                           'Artificial' => 1,
+                                           'Class' => '1045000',
+                                           'Destructor' => 1,
+                                           'Header' => 'bytearrayinputstream.h',
+                                           'InLine' => 1,
+                                           'Line' => '48',
+                                           'MnglName' => '_ZN7log4cxx7helpers20ByteArrayInputStream25ClazzByteArrayInputStreamD0Ev',
+                                           'Param' => {
+                                                        '0' => {
+                                                                 'name' => 'this',
+                                                                 'type' => '1046249'
+                                                               }
+                                                      },
+                                           'ShortName' => 'ClazzByteArrayInputStream',
+                                           'Virt' => 1
+                                         },
+                            '1056210' => {
+                                           'Artificial' => 1,
+                                           'Class' => '1045000',
+                                           'Destructor' => 1,
+                                           'Header' => 'bytearrayinputstream.h',
+                                           'InLine' => 1,
+                                           'Line' => '48',
+                                           'MnglName' => '_ZN7log4cxx7helpers20ByteArrayInputStream25ClazzByteArrayInputStreamD1Ev',
+                                           'Param' => {
+                                                        '0' => {
+                                                                 'name' => 'this',
+                                                                 'type' => '1046249'
+                                                               }
+                                                      },
+                                           'ShortName' => 'ClazzByteArrayInputStream',
+                                           'Virt' => 1
+                                         },
+                            '1056350' => {
+                                           'Artificial' => 1,
+                                           'Class' => '1045000',
+                                           'Destructor' => 1,
+                                           'Header' => 'bytearrayinputstream.h',
+                                           'InLine' => 1,
+                                           'Line' => '48',
+                                           'MnglName' => '_ZN7log4cxx7helpers20ByteArrayInputStream25ClazzByteArrayInputStreamD2Ev',
+                                           'Param' => {
+                                                        '0' => {
+                                                                 'name' => 'this',
+                                                                 'type' => '1046249'
+                                                               }
+                                                      },
+                                           'ShortName' => 'ClazzByteArrayInputStream',
+                                           'Virt' => 1
+                                         },
+                            '1056440' => {
+                                           'Artificial' => 1,
+                                           'Class' => '1045000',
+                                           'Constructor' => 1,
+                                           'Header' => 'bytearrayinputstream.h',
+                                           'InLine' => 1,
+                                           'Line' => '48',
+                                           'MnglName' => '_ZN7log4cxx7helpers20ByteArrayInputStream25ClazzByteArrayInputStreamC2Ev',
+                                           'Param' => {
+                                                        '0' => {
+                                                                 'name' => 'this',
+                                                                 'type' => '1046249'
+                                                               }
+                                                      },
+                                           'ShortName' => 'ClazzByteArrayInputStream'
+                                         },
+                            '1056441' => {
+                                           'Artificial' => 1,
+                                           'Class' => '1045000',
+                                           'Constructor' => 1,
+                                           'Header' => 'bytearrayinputstream.h',
+                                           'InLine' => 1,
+                                           'Line' => '48',
+                                           'MnglName' => '_ZN7log4cxx7helpers20ByteArrayInputStream25ClazzByteArrayInputStreamC1Ev',
+                                           'Param' => {
+                                                        '0' => {
+                                                                 'name' => 'this',
+                                                                 'type' => '1046249'
+                                                               }
+                                                      },
+                                           'ShortName' => 'ClazzByteArrayInputStream'
+                                         },
+                            '10670013' => {
+                                            'Class' => '1117909',
+                                            'Const' => 1,
+                                            'Header' => 'outputstream.h',
+                                            'MnglName' => '_ZNK7log4cxx7helpers12OutputStream8getClassEv',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '1133894'
+                                                                }
+                                                       },
+                                            'Return' => '55278',
+                                            'ShortName' => 'getClass',
+                                            'Source' => 'outputstream.cpp',
+                                            'SourceLine' => '25',
+                                            'Virt' => 1,
+                                            'VirtPos' => '0'
+                                          },
+                            '10670070' => {
+                                            'Class' => '1117909',
+                                            'Header' => 'outputstream.h',
+                                            'MnglName' => '_ZN7log4cxx7helpers12OutputStream13registerClassEv',
+                                            'Return' => '55284',
+                                            'ShortName' => 'registerClass',
+                                            'Source' => 'outputstream.cpp',
+                                            'SourceLine' => '25',
+                                            'Static' => 1
+                                          },
+                            '10670132' => {
+                                            'Class' => '1117909',
+                                            'Const' => 1,
+                                            'Header' => 'outputstream.h',
+                                            'InLine' => 2,
+                                            'Line' => '42',
+                                            'MnglName' => '_ZNK7log4cxx7helpers12OutputStream10instanceofERKNS0_5ClassE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '1133894'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'clazz',
+                                                                  'type' => '55278'
+                                                                }
+                                                       },
+                                            'Return' => '41824',
+                                            'ShortName' => 'instanceof',
+                                            'Virt' => 1,
+                                            'VirtPos' => '3'
+                                          },
+                            '10670240' => {
+                                            'Class' => '1117909',
+                                            'Header' => 'outputstream.h',
+                                            'Line' => '49',
+                                            'MnglName' => '_ZN7log4cxx7helpers12OutputStream5closeERNS0_4PoolE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '4363530'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'p1',
+                                                                  'type' => '55243'
+                                                                }
+                                                       },
+                                            'PureVirt' => 1,
+                                            'Return' => '1',
+                                            'ShortName' => 'close',
+                                            'VirtPos' => '5'
+                                          },
+                            '10670280' => {
+                                            'Class' => '1117909',
+                                            'Header' => 'outputstream.h',
+                                            'Line' => '50',
+                                            'MnglName' => '_ZN7log4cxx7helpers12OutputStream5flushERNS0_4PoolE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '4363530'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'p1',
+                                                                  'type' => '55243'
+                                                                }
+                                                       },
+                                            'PureVirt' => 1,
+                                            'Return' => '1',
+                                            'ShortName' => 'flush',
+                                            'VirtPos' => '6'
+                                          },
+                            '10670320' => {
+                                            'Class' => '1117909',
+                                            'Header' => 'outputstream.h',
+                                            'Line' => '51',
+                                            'MnglName' => '_ZN7log4cxx7helpers12OutputStream5writeERNS0_10ByteBufferERNS0_4PoolE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '4363530'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'p1',
+                                                                  'type' => '1045313'
+                                                                },
+                                                         '2' => {
+                                                                  'name' => 'p2',
+                                                                  'type' => '55243'
+                                                                }
+                                                       },
+                                            'PureVirt' => 1,
+                                            'Return' => '1',
+                                            'ShortName' => 'write',
+                                            'VirtPos' => '7'
+                                          },
+                            '10670551' => {
+                                            'Class' => '10670431',
+                                            'Const' => 1,
+                                            'Header' => 'outputstream.h',
+                                            'InLine' => 2,
+                                            'Line' => '39',
+                                            'MnglName' => '_ZNK7log4cxx7helpers12OutputStream17ClazzOutputStream7getNameB5cxx11Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10670932'
+                                                                }
+                                                       },
+                                            'Return' => '54480',
+                                            'ShortName' => 'getName',
+                                            'Virt' => 1,
+                                            'VirtPos' => '3'
+                                          },
+                            '10670702' => {
+                                            'Data' => 1,
+                                            'Line' => '25',
+                                            'MnglName' => '_ZN7log4cxx7classes24OutputStreamRegistrationE',
+                                            'NameSpace' => 'log4cxx::classes',
+                                            'Return' => '55284',
+                                            'ShortName' => 'OutputStreamRegistration',
+                                            'Source' => 'outputstream.cpp'
+                                          },
+                            '10673861' => {
+                                            'Class' => '1117909',
+                                            'Destructor' => 1,
+                                            'Header' => 'outputstream.h',
+                                            'MnglName' => '_ZN7log4cxx7helpers12OutputStreamD0Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10670892'
+                                                                }
+                                                       },
+                                            'Protected' => 1,
+                                            'ShortName' => 'OutputStream',
+                                            'Source' => 'outputstream.cpp',
+                                            'SourceLine' => '31',
+                                            'Virt' => 1
+                                          },
+                            '10673862' => {
+                                            'Class' => '1117909',
+                                            'Destructor' => 1,
+                                            'Header' => 'outputstream.h',
+                                            'MnglName' => '_ZN7log4cxx7helpers12OutputStreamD1Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10670892'
+                                                                }
+                                                       },
+                                            'Protected' => 1,
+                                            'ShortName' => 'OutputStream',
+                                            'Source' => 'outputstream.cpp',
+                                            'SourceLine' => '31',
+                                            'Virt' => 1
+                                          },
+                            '10673956' => {
+                                            'Class' => '1117909',
+                                            'Destructor' => 1,
+                                            'Header' => 'outputstream.h',
+                                            'MnglName' => '_ZN7log4cxx7helpers12OutputStreamD2Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10670892'
+                                                                }
+                                                       },
+                                            'Protected' => 1,
+                                            'Reg' => {
+                                                       '0' => 'rdi'
+                                                     },
+                                            'ShortName' => 'OutputStream',
+                                            'Source' => 'outputstream.cpp',
+                                            'SourceLine' => '31',
+                                            'Virt' => 1
+                                          },
+                            '10674071' => {
+                                            'Class' => '1117909',
+                                            'Constructor' => 1,
+                                            'Header' => 'outputstream.h',
+                                            'MnglName' => '_ZN7log4cxx7helpers12OutputStreamC2Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10670892'
+                                                                }
+                                                       },
+                                            'Protected' => 1,
+                                            'Reg' => {
+                                                       '0' => 'rdi'
+                                                     },
+                                            'ShortName' => 'OutputStream',
+                                            'Source' => 'outputstream.cpp',
+                                            'SourceLine' => '27'
+                                          },
+                            '10674072' => {
+                                            'Class' => '1117909',
+                                            'Constructor' => 1,
+                                            'Header' => 'outputstream.h',
+                                            'MnglName' => '_ZN7log4cxx7helpers12OutputStreamC1Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10670892'
+                                                                }
+                                                       },
+                                            'Protected' => 1,
+                                            'Reg' => {
+                                                       '0' => 'rdi'
+                                                     },
+                                            'ShortName' => 'OutputStream',
+                                            'Source' => 'outputstream.cpp',
+                                            'SourceLine' => '27'
+                                          },
+                            '10675752' => {
+                                            'Artificial' => 1,
+                                            'Class' => '10670431',
+                                            'Destructor' => 1,
+                                            'Header' => 'outputstream.h',
+                                            'InLine' => 1,
+                                            'Line' => '39',
+                                            'MnglName' => '_ZN7log4cxx7helpers12OutputStream17ClazzOutputStreamD0Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10670915'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzOutputStream',
+                                            'Virt' => 1
+                                          },
+                            '10675753' => {
+                                            'Artificial' => 1,
+                                            'Class' => '10670431',
+                                            'Destructor' => 1,
+                                            'Header' => 'outputstream.h',
+                                            'InLine' => 1,
+                                            'Line' => '39',
+                                            'MnglName' => '_ZN7log4cxx7helpers12OutputStream17ClazzOutputStreamD1Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10670915'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzOutputStream',
+                                            'Virt' => 1
+                                          },
+                            '10675893' => {
+                                            'Artificial' => 1,
+                                            'Class' => '10670431',
+                                            'Destructor' => 1,
+                                            'Header' => 'outputstream.h',
+                                            'InLine' => 1,
+                                            'Line' => '39',
+                                            'MnglName' => '_ZN7log4cxx7helpers12OutputStream17ClazzOutputStreamD2Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10670915'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzOutputStream',
+                                            'Virt' => 1
+                                          },
+                            '10675983' => {
+                                            'Artificial' => 1,
+                                            'Class' => '10670431',
+                                            'Constructor' => 1,
+                                            'Header' => 'outputstream.h',
+                                            'InLine' => 1,
+                                            'Line' => '39',
+                                            'MnglName' => '_ZN7log4cxx7helpers12OutputStream17ClazzOutputStreamC2Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10670915'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzOutputStream'
+                                          },
+                            '10675984' => {
+                                            'Artificial' => 1,
+                                            'Class' => '10670431',
+                                            'Constructor' => 1,
+                                            'Header' => 'outputstream.h',
+                                            'InLine' => 1,
+                                            'Line' => '39',
+                                            'MnglName' => '_ZN7log4cxx7helpers12OutputStream17ClazzOutputStreamC1Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10670915'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzOutputStream'
+                                          },
+                            '10733852' => {
+                                            'Class' => '10733802',
+                                            'Const' => 1,
+                                            'Header' => 'outputstreamwriter.h',
+                                            'MnglName' => '_ZNK7log4cxx7helpers18OutputStreamWriter8getClassEv',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10735524'
+                                                                }
+                                                       },
+                                            'Return' => '55278',
+                                            'ShortName' => 'getClass',
+                                            'Source' => 'outputstreamwriter.cpp',
+                                            'SourceLine' => '28',
+                                            'Virt' => 1,
+                                            'VirtPos' => '0'
+                                          },
+                            '10733891' => {
+                                            'Class' => '10733802',
+                                            'Header' => 'outputstreamwriter.h',
+                                            'MnglName' => '_ZN7log4cxx7helpers18OutputStreamWriter14getStaticClassEv',
+                                            'Return' => '55278',
+                                            'ShortName' => 'getStaticClass',
+                                            'Source' => 'outputstreamwriter.cpp',
+                                            'SourceLine' => '28',
+                                            'Static' => 1
+                                          },
+                            '10733909' => {
+                                            'Class' => '10733802',
+                                            'Header' => 'outputstreamwriter.h',
+                                            'MnglName' => '_ZN7log4cxx7helpers18OutputStreamWriter13registerClassEv',
+                                            'Return' => '55284',
+                                            'ShortName' => 'registerClass',
+                                            'Source' => 'outputstreamwriter.cpp',
+                                            'SourceLine' => '28',
+                                            'Static' => 1
+                                          },
+                            '10733927' => {
+                                            'Class' => '10733802',
+                                            'Const' => 1,
+                                            'Header' => 'outputstreamwriter.h',
+                                            'InLine' => 2,
+                                            'Line' => '42',
+                                            'MnglName' => '_ZNK7log4cxx7helpers18OutputStreamWriter4castERKNS0_5ClassE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10735524'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'clazz',
+                                                                  'type' => '55278'
+                                                                }
+                                                       },
+                                            'Return' => '45584',
+                                            'ShortName' => 'cast',
+                                            'Virt' => 1,
+                                            'VirtPos' => '4'
+                                          },
+                            '10733971' => {
+                                            'Class' => '10733802',
+                                            'Const' => 1,
+                                            'Header' => 'outputstreamwriter.h',
+                                            'InLine' => 2,
+                                            'Line' => '45',
+                                            'MnglName' => '_ZNK7log4cxx7helpers18OutputStreamWriter10instanceofERKNS0_5ClassE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10735524'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'clazz',
+                                                                  'type' => '55278'
+                                                                }
+                                                       },
+                                            'Return' => '41824',
+                                            'ShortName' => 'instanceof',
+                                            'Virt' => 1,
+                                            'VirtPos' => '3'
+                                          },
+                            '10734122' => {
+                                            'Class' => '10733802',
+                                            'Header' => 'outputstreamwriter.h',
+                                            'MnglName' => '_ZN7log4cxx7helpers18OutputStreamWriter5closeERNS0_4PoolE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10735535'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'p',
+                                                                  'type' => '55243'
+                                                                }
+                                                       },
+                                            'Return' => '1',
+                                            'ShortName' => 'close',
+                                            'Source' => 'outputstreamwriter.cpp',
+                                            'SourceLine' => '58',
+                                            'Virt' => 1,
+                                            'VirtPos' => '5'
+                                          },
+                            '10734162' => {
+                                            'Class' => '10733802',
+                                            'Header' => 'outputstreamwriter.h',
+                                            'MnglName' => '_ZN7log4cxx7helpers18OutputStreamWriter5flushERNS0_4PoolE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10735535'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'p',
+                                                                  'type' => '55243'
+                                                                }
+                                                       },
+                                            'Return' => '1',
+                                            'ShortName' => 'flush',
+                                            'Source' => 'outputstreamwriter.cpp',
+                                            'SourceLine' => '63',
+                                            'Virt' => 1,
+                                            'VirtPos' => '6'
+                                          },
+                            '10734202' => {
+                                            'Class' => '10733802',
+                                            'Header' => 'outputstreamwriter.h',
+                                            'MnglName' => '_ZN7log4cxx7helpers18OutputStreamWriter5writeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERNS0_4PoolE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10735535'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'str',
+                                                                  'type' => '207559'
+                                                                },
+                                                         '2' => {
+                                                                  'name' => 'p',
+                                                                  'type' => '55243'
+                                                                }
+                                                       },
+                                            'Return' => '1',
+                                            'ShortName' => 'write',
+                                            'Source' => 'outputstreamwriter.cpp',
+                                            'SourceLine' => '68',
+                                            'Virt' => 1,
+                                            'VirtPos' => '7'
+                                          },
+                            '10734465' => {
+                                            'Class' => '10734344',
+                                            'Const' => 1,
+                                            'Header' => 'outputstreamwriter.h',
+                                            'InLine' => 2,
+                                            'Line' => '41',
+                                            'MnglName' => '_ZNK7log4cxx7helpers18OutputStreamWriter23ClazzOutputStreamWriter7getNameB5cxx11Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10735587'
+                                                                }
+                                                       },
+                                            'Return' => '54480',
+                                            'ShortName' => 'getName',
+                                            'Virt' => 1,
+                                            'VirtPos' => '3'
+                                          },
+                            '10735037' => {
+                                            'Data' => 1,
+                                            'Line' => '28',
+                                            'MnglName' => '_ZN7log4cxx7classes30OutputStreamWriterRegistrationE',
+                                            'NameSpace' => 'log4cxx::classes',
+                                            'Return' => '55284',
+                                            'ShortName' => 'OutputStreamWriterRegistration',
+                                            'Source' => 'outputstreamwriter.cpp'
+                                          },
+                            '10742828' => {
+                                            'Class' => '10733802',
+                                            'Destructor' => 1,
+                                            'Header' => 'outputstreamwriter.h',
+                                            'MnglName' => '_ZN7log4cxx7helpers18OutputStreamWriterD0Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10735535'
+                                                                }
+                                                       },
+                                            'ShortName' => 'OutputStreamWriter',
+                                            'Source' => 'outputstreamwriter.cpp',
+                                            'SourceLine' => '54',
+                                            'Virt' => 1
+                                          },
+                            '10742829' => {
+                                            'Class' => '10733802',
+                                            'Destructor' => 1,
+                                            'Header' => 'outputstreamwriter.h',
+                                            'MnglName' => '_ZN7log4cxx7helpers18OutputStreamWriterD1Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10735535'
+                                                                }
+                                                       },
+                                            'ShortName' => 'OutputStreamWriter',
+                                            'Source' => 'outputstreamwriter.cpp',
+                                            'SourceLine' => '54',
+                                            'Virt' => 1
+                                          },
+                            '10742923' => {
+                                            'Class' => '10733802',
+                                            'Destructor' => 1,
+                                            'Header' => 'outputstreamwriter.h',
+                                            'MnglName' => '_ZN7log4cxx7helpers18OutputStreamWriterD2Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10735535'
+                                                                }
+                                                       },
+                                            'ShortName' => 'OutputStreamWriter',
+                                            'Source' => 'outputstreamwriter.cpp',
+                                            'SourceLine' => '54',
+                                            'Virt' => 1
+                                          },
+                            '10744360' => {
+                                            'Class' => '10733802',
+                                            'Constructor' => 1,
+                                            'Header' => 'outputstreamwriter.h',
+                                            'MnglName' => '_ZN7log4cxx7helpers18OutputStreamWriterC2ERSt10shared_ptrINS0_12OutputStreamEERS2_INS0_14CharsetEncoderEE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10735535'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'out1',
+                                                                  'type' => '10735540'
+                                                                },
+                                                         '2' => {
+                                                                  'name' => 'enc1',
+                                                                  'type' => '1498642'
+                                                                }
+                                                       },
+                                            'ShortName' => 'OutputStreamWriter',
+                                            'Source' => 'outputstreamwriter.cpp',
+                                            'SourceLine' => '39'
+                                          },
+                            '10744361' => {
+                                            'Class' => '10733802',
+                                            'Constructor' => 1,
+                                            'Header' => 'outputstreamwriter.h',
+                                            'MnglName' => '_ZN7log4cxx7helpers18OutputStreamWriterC1ERSt10shared_ptrINS0_12OutputStreamEERS2_INS0_14CharsetEncoderEE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10735535'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'out1',
+                                                                  'type' => '10735540'
+                                                                },
+                                                         '2' => {
+                                                                  'name' => 'enc1',
+                                                                  'type' => '1498642'
+                                                                }
+                                                       },
+                                            'ShortName' => 'OutputStreamWriter',
+                                            'Source' => 'outputstreamwriter.cpp',
+                                            'SourceLine' => '39'
+                                          },
+                            '10749337' => {
+                                            'Class' => '10733802',
+                                            'Constructor' => 1,
+                                            'Header' => 'outputstreamwriter.h',
+                                            'MnglName' => '_ZN7log4cxx7helpers18OutputStreamWriterC2ERSt10shared_ptrINS0_12OutputStreamEE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10735535'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'out1',
+                                                                  'type' => '10735540'
+                                                                }
+                                                       },
+                                            'ShortName' => 'OutputStreamWriter',
+                                            'Source' => 'outputstreamwriter.cpp',
+                                            'SourceLine' => '30'
+                                          },
+                            '10749338' => {
+                                            'Class' => '10733802',
+                                            'Constructor' => 1,
+                                            'Header' => 'outputstreamwriter.h',
+                                            'MnglName' => '_ZN7log4cxx7helpers18OutputStreamWriterC1ERSt10shared_ptrINS0_12OutputStreamEE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10735535'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'out1',
+                                                                  'type' => '10735540'
+                                                                }
+                                                       },
+                                            'ShortName' => 'OutputStreamWriter',
+                                            'Source' => 'outputstreamwriter.cpp',
+                                            'SourceLine' => '30'
+                                          },
+                            '10753978' => {
+                                            'Artificial' => 1,
+                                            'Class' => '10734344',
+                                            'Destructor' => 1,
+                                            'Header' => 'outputstreamwriter.h',
+                                            'InLine' => 1,
+                                            'Line' => '41',
+                                            'MnglName' => '_ZN7log4cxx7helpers18OutputStreamWriter23ClazzOutputStreamWriterD0Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10735570'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzOutputStreamWriter',
+                                            'Virt' => 1
+                                          },
+                            '10753979' => {
+                                            'Artificial' => 1,
+                                            'Class' => '10734344',
+                                            'Destructor' => 1,
+                                            'Header' => 'outputstreamwriter.h',
+                                            'InLine' => 1,
+                                            'Line' => '41',
+                                            'MnglName' => '_ZN7log4cxx7helpers18OutputStreamWriter23ClazzOutputStreamWriterD1Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10735570'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzOutputStreamWriter',
+                                            'Virt' => 1
+                                          },
+                            '10754119' => {
+                                            'Artificial' => 1,
+                                            'Class' => '10734344',
+                                            'Destructor' => 1,
+                                            'Header' => 'outputstreamwriter.h',
+                                            'InLine' => 1,
+                                            'Line' => '41',
+                                            'MnglName' => '_ZN7log4cxx7helpers18OutputStreamWriter23ClazzOutputStreamWriterD2Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10735570'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzOutputStreamWriter',
+                                            'Virt' => 1
+                                          },
+                            '10754209' => {
+                                            'Artificial' => 1,
+                                            'Class' => '10734344',
+                                            'Constructor' => 1,
+                                            'Header' => 'outputstreamwriter.h',
+                                            'InLine' => 1,
+                                            'Line' => '41',
+                                            'MnglName' => '_ZN7log4cxx7helpers18OutputStreamWriter23ClazzOutputStreamWriterC2Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10735570'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzOutputStreamWriter'
+                                          },
+                            '10754210' => {
+                                            'Artificial' => 1,
+                                            'Class' => '10734344',
+                                            'Constructor' => 1,
+                                            'Header' => 'outputstreamwriter.h',
+                                            'InLine' => 1,
+                                            'Line' => '41',
+                                            'MnglName' => '_ZN7log4cxx7helpers18OutputStreamWriter23ClazzOutputStreamWriterC1Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10735570'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzOutputStreamWriter'
+                                          },
+                            '10818634' => {
+                                            'Class' => '1783648',
+                                            'Const' => 1,
+                                            'Header' => 'patternconverter.h',
+                                            'MnglName' => '_ZNK7log4cxx7pattern16PatternConverter8getClassEv',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '1806609'
+                                                                }
+                                                       },
+                                            'Return' => '55278',
+                                            'ShortName' => 'getClass',
+                                            'Source' => 'patternconverter.cpp',
+                                            'SourceLine' => '28',
+                                            'Virt' => 1,
+                                            'VirtPos' => '0'
+                                          },
+                            '10818691' => {
+                                            'Class' => '1783648',
+                                            'Header' => 'patternconverter.h',
+                                            'MnglName' => '_ZN7log4cxx7pattern16PatternConverter13registerClassEv',
+                                            'Return' => '55284',
+                                            'ShortName' => 'registerClass',
+                                            'Source' => 'patternconverter.cpp',
+                                            'SourceLine' => '28',
+                                            'Static' => 1
+                                          },
+                            '10818797' => {
+                                            'Class' => '1783648',
+                                            'Const' => 1,
+                                            'Header' => 'patternconverter.h',
+                                            'Line' => '87',
+                                            'MnglName' => '_ZNK7log4cxx7pattern16PatternConverter6formatERKSt10shared_ptrINS_7helpers6ObjectEERNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERNS3_4PoolE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '1806603'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'p1',
+                                                                  'type' => '641215'
+                                                                },
+                                                         '2' => {
+                                                                  'name' => 'p2',
+                                                                  'type' => '324863'
+                                                                },
+                                                         '3' => {
+                                                                  'name' => 'p3',
+                                                                  'type' => '55243'
+                                                                }
+                                                       },
+                                            'PureVirt' => 1,
+                                            'Return' => '1',
+                                            'ShortName' => 'format',
+                                            'VirtPos' => '5'
+                                          },
+                            '10818848' => {
+                                            'Class' => '1783648',
+                                            'Const' => 1,
+                                            'Header' => 'patternconverter.h',
+                                            'MnglName' => '_ZNK7log4cxx7pattern16PatternConverter7getNameB5cxx11Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '1806609'
+                                                                }
+                                                       },
+                                            'Return' => '54480',
+                                            'ShortName' => 'getName',
+                                            'Source' => 'patternconverter.cpp',
+                                            'SourceLine' => '40'
+                                          },
+                            '10818879' => {
+                                            'Class' => '1783648',
+                                            'Const' => 1,
+                                            'Header' => 'patternconverter.h',
+                                            'MnglName' => '_ZNK7log4cxx7pattern16PatternConverter13getStyleClassB5cxx11ERKSt10shared_ptrINS_7helpers6ObjectEE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '1806609'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'p1',
+                                                                  'type' => '641215'
+                                                                }
+                                                       },
+                                            'Reg' => {
+                                                       '1' => 'rdx'
+                                                     },
+                                            'Return' => '54480',
+                                            'ShortName' => 'getStyleClass',
+                                            'Source' => 'patternconverter.cpp',
+                                            'SourceLine' => '45',
+                                            'Virt' => 1,
+                                            'VirtPos' => '6'
+                                          },
+                            '10819072' => {
+                                            'Class' => '10818951',
+                                            'Const' => 1,
+                                            'Header' => 'patternconverter.h',
+                                            'InLine' => 2,
+                                            'Line' => '76',
+                                            'MnglName' => '_ZNK7log4cxx7pattern16PatternConverter21ClazzPatternConverter7getNameB5cxx11Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10819480'
+                                                                }
+                                                       },
+                                            'Return' => '54480',
+                                            'ShortName' => 'getName',
+                                            'Virt' => 1,
+                                            'VirtPos' => '3'
+                                          },
+                            '10819130' => {
+                                            'Data' => 1,
+                                            'Line' => '28',
+                                            'MnglName' => '_ZN7log4cxx7classes28PatternConverterRegistrationE',
+                                            'NameSpace' => 'log4cxx::classes',
+                                            'Return' => '55284',
+                                            'ShortName' => 'PatternConverterRegistration',
+                                            'Source' => 'patternconverter.cpp'
+                                          },
+                            '10831492' => {
+                                            'Class' => '1783648',
+                                            'Destructor' => 1,
+                                            'Header' => 'patternconverter.h',
+                                            'MnglName' => '_ZN7log4cxx7pattern16PatternConverterD0Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10819418'
+                                                                }
+                                                       },
+                                            'Protected' => 1,
+                                            'ShortName' => 'PatternConverter',
+                                            'Source' => 'patternconverter.cpp',
+                                            'SourceLine' => '36',
+                                            'Virt' => 1
+                                          },
+                            '10831591' => {
+                                            'Class' => '1783648',
+                                            'Destructor' => 1,
+                                            'Header' => 'patternconverter.h',
+                                            'MnglName' => '_ZN7log4cxx7pattern16PatternConverterD1Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10819418'
+                                                                }
+                                                       },
+                                            'Protected' => 1,
+                                            'ShortName' => 'PatternConverter',
+                                            'Source' => 'patternconverter.cpp',
+                                            'SourceLine' => '36',
+                                            'Virt' => 1
+                                          },
+                            '10832864' => {
+                                            'Class' => '1783648',
+                                            'Destructor' => 1,
+                                            'Header' => 'patternconverter.h',
+                                            'MnglName' => '_ZN7log4cxx7pattern16PatternConverterD2Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10819418'
+                                                                }
+                                                       },
+                                            'Protected' => 1,
+                                            'ShortName' => 'PatternConverter',
+                                            'Source' => 'patternconverter.cpp',
+                                            'SourceLine' => '36',
+                                            'Virt' => 1
+                                          },
+                            '10834216' => {
+                                            'Class' => '1783648',
+                                            'Constructor' => 1,
+                                            'Header' => 'patternconverter.h',
+                                            'MnglName' => '_ZN7log4cxx7pattern16PatternConverterC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10819418'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'name1',
+                                                                  'type' => '207559'
+                                                                },
+                                                         '2' => {
+                                                                  'name' => 'style1',
+                                                                  'type' => '207559'
+                                                                }
+                                                       },
+                                            'Protected' => 1,
+                                            'ShortName' => 'PatternConverter',
+                                            'Source' => 'patternconverter.cpp',
+                                            'SourceLine' => '30'
+                                          },
+                            '10836946' => {
+                                            'Class' => '1783648',
+                                            'Constructor' => 1,
+                                            'Header' => 'patternconverter.h',
+                                            'MnglName' => '_ZN7log4cxx7pattern16PatternConverterC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10819418'
+                                                                },
+                                                         '2' => {
+                                                                  'name' => 'name1',
+                                                                  'type' => '207559'
+                                                                },
+                                                         '3' => {
+                                                                  'name' => 'style1',
+                                                                  'type' => '207559'
+                                                                }
+                                                       },
+                                            'Protected' => 1,
+                                            'ShortName' => 'PatternConverter',
+                                            'Source' => 'patternconverter.cpp',
+                                            'SourceLine' => '30'
+                                          },
+                            '10841096' => {
+                                            'Artificial' => 1,
+                                            'Class' => '10818951',
+                                            'Destructor' => 1,
+                                            'Header' => 'patternconverter.h',
+                                            'InLine' => 1,
+                                            'Line' => '76',
+                                            'MnglName' => '_ZN7log4cxx7pattern16PatternConverter21ClazzPatternConverterD0Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10819463'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzPatternConverter',
+                                            'Virt' => 1
+                                          },
+                            '10841097' => {
+                                            'Artificial' => 1,
+                                            'Class' => '10818951',
+                                            'Destructor' => 1,
+                                            'Header' => 'patternconverter.h',
+                                            'InLine' => 1,
+                                            'Line' => '76',
+                                            'MnglName' => '_ZN7log4cxx7pattern16PatternConverter21ClazzPatternConverterD1Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10819463'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzPatternConverter',
+                                            'Virt' => 1
+                                          },
+                            '10841237' => {
+                                            'Artificial' => 1,
+                                            'Class' => '10818951',
+                                            'Destructor' => 1,
+                                            'Header' => 'patternconverter.h',
+                                            'InLine' => 1,
+                                            'Line' => '76',
+                                            'MnglName' => '_ZN7log4cxx7pattern16PatternConverter21ClazzPatternConverterD2Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10819463'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzPatternConverter',
+                                            'Virt' => 1
+                                          },
+                            '10841327' => {
+                                            'Artificial' => 1,
+                                            'Class' => '10818951',
+                                            'Constructor' => 1,
+                                            'Header' => 'patternconverter.h',
+                                            'InLine' => 1,
+                                            'Line' => '76',
+                                            'MnglName' => '_ZN7log4cxx7pattern16PatternConverter21ClazzPatternConverterC2Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10819463'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzPatternConverter'
+                                          },
+                            '10841328' => {
+                                            'Artificial' => 1,
+                                            'Class' => '10818951',
+                                            'Constructor' => 1,
+                                            'Header' => 'patternconverter.h',
+                                            'InLine' => 1,
+                                            'Line' => '76',
+                                            'MnglName' => '_ZN7log4cxx7pattern16PatternConverter21ClazzPatternConverterC1Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10819463'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzPatternConverter'
+                                          },
+                            '10947149' => {
+                                            'Class' => '10947098',
+                                            'Header' => 'patternparser.h',
+                                            'Line' => '93',
+                                            'MnglName' => '_ZN7log4cxx7pattern13PatternParser16extractConverterEcRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEmRS7_SA_',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'lastChar',
+                                                                  'type' => '323083'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'pattern',
+                                                                  'type' => '207559'
+                                                                },
+                                                         '2' => {
+                                                                  'name' => 'i',
+                                                                  'type' => '279'
+                                                                },
+                                                         '3' => {
+                                                                  'name' => 'convBuf',
+                                                                  'type' => '324863'
+                                                                },
+                                                         '4' => {
+                                                                  'name' => 'currentLiteral',
+                                                                  'type' => '324863'
+                                                                }
+                                                       },
+                                            'Private' => 1,
+                                            'Return' => '41980',
+                                            'ShortName' => 'extractConverter',
+                                            'Source' => 'patternparser.cpp',
+                                            'SourceLine' => '58',
+                                            'Static' => 1
+                                          },
+                            '10947195' => {
+                                            'Class' => '10947098',
+                                            'Header' => 'patternparser.h',
+                                            'Line' => '105',
+                                            'MnglName' => '_ZN7log4cxx7pattern13PatternParser14extractOptionsERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEmRSt6vectorIS7_SaIS7_EE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'pattern',
+                                                                  'type' => '207559'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'i',
+                                                                  'type' => '279'
+                                                                },
+                                                         '2' => {
+                                                                  'name' => 'options',
+                                                                  'type' => '1784702'
+                                                                }
+                                                       },
+                                            'Private' => 1,
+                                            'Return' => '41980',
+                                            'ShortName' => 'extractOptions',
+                                            'Source' => 'patternparser.cpp',
+                                            'SourceLine' => '95',
+                                            'Static' => 1
+                                          },
+                            '10947231' => {
+                                            'Class' => '10947098',
+                                            'Header' => 'patternparser.h',
+                                            'Line' => '116',
+                                            'MnglName' => '_ZN7log4cxx7pattern13PatternParser5parseERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERSt6vectorISt10shared_ptrINS0_16PatternConverterEESaISD_EERSA_ISB_INS0_14FormattingInfoEESaISI_EERKSt3mapIS7_PFSD_RKSA_IS7_SaIS7_EEESt4lessIS7_ESaISt4pairIS8_SS_EEE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'pattern',
+                                                                  'type' => '207559'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'patternConverters',
+                                                                  'type' => '10949294'
+                                                                },
+                                                         '2' => {
+                                                                  'name' => 'formattingInfos',
+                                                                  'type' => '10949300'
+                                                                },
+                                                         '3' => {
+                                                                  'name' => 'rules',
+                                                                  'type' => '10949306'
+                                                                }
+                                                       },
+                                            'Return' => '1',
+                                            'ShortName' => 'parse',
+                                            'Source' => 'patternparser.cpp',
+                                            'SourceLine' => '115',
+                                            'Static' => 1
+                                          },
+                            '10947270' => {
+                                            'Class' => '10947098',
+                                            'Header' => 'patternparser.h',
+                                            'Line' => '134',
+                                            'MnglName' => '_ZN7log4cxx7pattern13PatternParser15createConverterERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERS7_RKSt3mapIS7_PFSt10shared_ptrINS0_16PatternConverterEERKSt6vectorIS7_SaIS7_EEESt4lessIS7_ESaISt4pairIS8_SL_EEERSH_',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'converterId',
+                                                                  'type' => '207559'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'currentLiteral',
+                                                                  'type' => '324863'
+                                                                },
+                                                         '2' => {
+                                                                  'name' => 'rules',
+                                                                  'type' => '10949306'
+                                                                },
+                                                         '3' => {
+                                                                  'name' => 'options',
+                                                                  'type' => '1784702'
+                                                                }
+                                                       },
+                                            'Private' => 1,
+                                            'Return' => '1783942',
+                                            'ShortName' => 'createConverter',
+                                            'Source' => 'patternparser.cpp',
+                                            'SourceLine' => '312',
+                                            'Static' => 1
+                                          },
+                            '10947311' => {
+                                            'Class' => '10947098',
+                                            'Header' => 'patternparser.h',
+                                            'Line' => '153',
+                                            'MnglName' => '_ZN7log4cxx7pattern13PatternParser17finalizeConverterEcRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEmRS7_RKSt10shared_ptrINS0_14FormattingInfoEERKSt3mapIS7_PFSB_INS0_16PatternConverterEERKSt6vectorIS7_SaIS7_EEESt4lessIS7_ESaISt4pairIS8_SP_EEERSJ_ISI_SaISI_EERSJ_ISD_SaISD_EE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'c',
+                                                                  'type' => '323083'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'pattern',
+                                                                  'type' => '207559'
+                                                                },
+                                                         '2' => {
+                                                                  'name' => 'i',
+                                                                  'type' => '41980'
+                                                                },
+                                                         '3' => {
+                                                                  'name' => 'currentLiteral',
+                                                                  'type' => '324863'
+                                                                },
+                                                         '4' => {
+                                                                  'name' => 'formattingInfo',
+                                                                  'type' => '10949312'
+                                                                },
+                                                         '5' => {
+                                                                  'name' => 'rules',
+                                                                  'type' => '10949306'
+                                                                },
+                                                         '6' => {
+                                                                  'name' => 'patternConverters',
+                                                                  'offset' => '0',
+                                                                  'type' => '10949294'
+                                                                },
+                                                         '7' => {
+                                                                  'name' => 'formattingInfos',
+                                                                  'offset' => '8',
+                                                                  'type' => '10949300'
+                                                                }
+                                                       },
+                                            'Private' => 1,
+                                            'Return' => '41980',
+                                            'ShortName' => 'finalizeConverter',
+                                            'Source' => 'patternparser.cpp',
+                                            'SourceLine' => '339',
+                                            'Static' => 1
+                                          },
+                            '10947372' => {
+                                            'Class' => '10947098',
+                                            'Header' => 'patternparser.h',
+                                            'Line' => '160',
+                                            'MnglName' => '_ZN7log4cxx7pattern13PatternParser24isUnicodeIdentifierStartEc',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'ch',
+                                                                  'type' => '323083'
+                                                                }
+                                                       },
+                                            'Private' => 1,
+                                            'Return' => '41824',
+                                            'ShortName' => 'isUnicodeIdentifierStart',
+                                            'Source' => 'patternparser.cpp',
+                                            'SourceLine' => '37',
+                                            'Static' => 1
+                                          },
+                            '10947398' => {
+                                            'Class' => '10947098',
+                                            'Header' => 'patternparser.h',
+                                            'Line' => '161',
+                                            'MnglName' => '_ZN7log4cxx7pattern13PatternParser23isUnicodeIdentifierPartEc',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'ch',
+                                                                  'type' => '323083'
+                                                                }
+                                                       },
+                                            'Private' => 1,
+                                            'Return' => '41824',
+                                            'ShortName' => 'isUnicodeIdentifierPart',
+                                            'Source' => 'patternparser.cpp',
+                                            'SourceLine' => '48',
+                                            'Static' => 1
+                                          },
+                            '10947676' => {
+                                            'Data' => 1,
+                                            'Line' => '56',
+                                            'MnglName' => '_ZN7log4cxx7classes25PatternLayoutRegistrationE',
+                                            'NameSpace' => 'log4cxx::classes',
+                                            'Return' => '55284',
+                                            'ShortName' => 'PatternLayoutRegistration',
+                                            'Source' => 'patternlayout.cpp'
+                                          },
+                            '10947840' => {
+                                            'Class' => '890743',
+                                            'Const' => 1,
+                                            'Header' => 'patternlayout.h',
+                                            'MnglName' => '_ZNK7log4cxx13PatternLayout8getClassEv',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10951953'
+                                                                }
+                                                       },
+                                            'Return' => '55278',
+                                            'ShortName' => 'getClass',
+                                            'Source' => 'patternlayout.cpp',
+                                            'SourceLine' => '56',
+                                            'Virt' => 1,
+                                            'VirtPos' => '0'
+                                          },
+                            '10947898' => {
+                                            'Class' => '890743',
+                                            'Header' => 'patternlayout.h',
+                                            'MnglName' => '_ZN7log4cxx13PatternLayout13registerClassEv',
+                                            'Return' => '55284',
+                                            'ShortName' => 'registerClass',
+                                            'Source' => 'patternlayout.cpp',
+                                            'SourceLine' => '56',
+                                            'Static' => 1
+                                          },
+                            '10947916' => {
+                                            'Class' => '890743',
+                                            'Const' => 1,
+                                            'Header' => 'patternlayout.h',
+                                            'InLine' => 2,
+                                            'Line' => '353',
+                                            'MnglName' => '_ZNK7log4cxx13PatternLayout4castERKNS_7helpers5ClassE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10951953'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'clazz',
+                                                                  'type' => '55278'
+                                                                }
+                                                       },
+                                            'Return' => '45584',
+                                            'ShortName' => 'cast',
+                                            'Virt' => 1,
+                                            'VirtPos' => '4'
+                                          },
+                            '10947962' => {
+                                            'Class' => '890743',
+                                            'Const' => 1,
+                                            'Header' => 'patternlayout.h',
+                                            'InLine' => 2,
+                                            'Line' => '356',
+                                            'MnglName' => '_ZNK7log4cxx13PatternLayout10instanceofERKNS_7helpers5ClassE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10951953'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'clazz',
+                                                                  'type' => '55278'
+                                                                }
+                                                       },
+                                            'Return' => '41824',
+                                            'ShortName' => 'instanceof',
+                                            'Virt' => 1,
+                                            'VirtPos' => '3'
+                                          },
+                            '10948151' => {
+                                            'Class' => '890743',
+                                            'Header' => 'patternlayout.h',
+                                            'MnglName' => '_ZN7log4cxx13PatternLayout15activateOptionsERNS_7helpers4PoolE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10951919'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'p1',
+                                                                  'type' => '55243'
+                                                                }
+                                                       },
+                                            'Reg' => {
+                                                       '1' => 'rsi'
+                                                     },
+                                            'Return' => '1',
+                                            'ShortName' => 'activateOptions',
+                                            'Source' => 'patternlayout.cpp',
+                                            'SourceLine' => '109',
+                                            'Virt' => 1,
+                                            'VirtPos' => '5'
+                                          },
+                            '10948191' => {
+                                            'Class' => '890743',
+                                            'Header' => 'patternlayout.h',
+                                            'MnglName' => '_ZN7log4cxx13PatternLayout9setOptionERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10951919'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'option',
+                                                                  'type' => '207559'
+                                                                },
+                                                         '2' => {
+                                                                  'name' => 'value',
+                                                                  'type' => '207559'
+                                                                }
+                                                       },
+                                            'Return' => '1',
+                                            'ShortName' => 'setOption',
+                                            'Source' => 'patternlayout.cpp',
+                                            'SourceLine' => '99',
+                                            'Virt' => 1,
+                                            'VirtPos' => '6'
+                                          },
+                            '10948236' => {
+                                            'Class' => '890743',
+                                            'Const' => 1,
+                                            'Header' => 'patternlayout.h',
+                                            'InLine' => 2,
+                                            'Line' => '395',
+                                            'MnglName' => '_ZNK7log4cxx13PatternLayout16ignoresThrowableEv',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10951953'
+                                                                }
+                                                       },
+                                            'Reg' => {
+                                                       '0' => 'rdi'
+                                                     },
+                                            'Return' => '41824',
+                                            'ShortName' => 'ignoresThrowable',
+                                            'Virt' => 1,
+                                            'VirtPos' => '11'
+                                          },
+                            '10948277' => {
+                                            'Class' => '890743',
+                                            'Const' => 1,
+                                            'Header' => 'patternlayout.h',
+                                            'MnglName' => '_ZNK7log4cxx13PatternLayout6formatERNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt10shared_ptrINS_3spi12LoggingEventEERNS_7helpers4PoolE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10951953'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'output',
+                                                                  'type' => '324863'
+                                                                },
+                                                         '2' => {
+                                                                  'name' => 'event',
+                                                                  'type' => '120674'
+                                                                },
+                                                         '3' => {
+                                                                  'name' => 'pool',
+                                                                  'type' => '55243'
+                                                                }
+                                                       },
+                                            'Return' => '1',
+                                            'ShortName' => 'format',
+                                            'Source' => 'patternlayout.cpp',
+                                            'SourceLine' => '80',
+                                            'Virt' => 1,
+                                            'VirtPos' => '7'
+                                          },
+                            '10948327' => {
+                                            'Class' => '890743',
+                                            'Header' => 'patternlayout.h',
+                                            'MnglName' => '_ZN7log4cxx13PatternLayout19getFormatSpecifiersB5cxx11Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10951919'
+                                                                }
+                                                       },
+                                            'Protected' => 1,
+                                            'Return' => '5254271',
+                                            'ShortName' => 'getFormatSpecifiers',
+                                            'Source' => 'patternlayout.cpp',
+                                            'SourceLine' => '148',
+                                            'Virt' => 1,
+                                            'VirtPos' => '12'
+                                          },
+                            '10948491' => {
+                                            'Class' => '10948367',
+                                            'Const' => 1,
+                                            'Header' => 'patternlayout.h',
+                                            'InLine' => 2,
+                                            'Line' => '352',
+                                            'MnglName' => '_ZNK7log4cxx13PatternLayout18ClazzPatternLayout7getNameB5cxx11Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10951981'
+                                                                }
+                                                       },
+                                            'Return' => '54480',
+                                            'ShortName' => 'getName',
+                                            'Virt' => 1,
+                                            'VirtPos' => '3'
+                                          },
+                            '10948532' => {
+                                            'Class' => '10948367',
+                                            'Const' => 1,
+                                            'Header' => 'patternlayout.h',
+                                            'InLine' => 2,
+                                            'Line' => '352',
+                                            'MnglName' => '_ZNK7log4cxx13PatternLayout18ClazzPatternLayout11newInstanceEv',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10951981'
+                                                                }
+                                                       },
+                                            'Return' => '892688',
+                                            'ShortName' => 'newInstance',
+                                            'Virt' => 1,
+                                            'VirtPos' => '4'
+                                          },
+                            '10948793' => {
+                                            'Header' => 'object.h',
+                                            'InLine' => 2,
+                                            'Line' => '116',
+                                            'MnglName' => '_ZN7log4cxx4castINS_7pattern28LoggingEventPatternConverterENS1_16PatternConverterELb0ELb0EEESt10shared_ptrIT_ERKS4_IT0_E',
+                                            'NameSpace' => 'log4cxx',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'incoming',
+                                                                  'type' => '1784534'
+                                                                }
+                                                       },
+                                            'Return' => '10894140',
+                                            'ShortName' => 'cast<log4cxx::pattern::LoggingEventPatternConverter, log4cxx::pattern::PatternConverter>',
+                                            'TParam' => {
+                                                          '0' => {
+                                                                   'key' => 'Ret',
+                                                                   'type' => '1783393'
+                                                                 },
+                                                          '1' => {
+                                                                   'key' => 'Type',
+                                                                   'type' => '1783648'
+                                                                 }
+                                                        }
+                                          },
+                            '10952431' => {
+                                            'Artificial' => 1,
+                                            'Class' => '890743',
+                                            'Destructor' => 1,
+                                            'Header' => 'patternlayout.h',
+                                            'InLine' => 1,
+                                            'Line' => '334',
+                                            'MnglName' => '_ZN7log4cxx13PatternLayoutD0Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10951919'
+                                                                }
+                                                       },
+                                            'ShortName' => 'PatternLayout',
+                                            'Virt' => 1
+                                          },
+                            '10952432' => {
+                                            'Artificial' => 1,
+                                            'Class' => '890743',
+                                            'Destructor' => 1,
+                                            'Header' => 'patternlayout.h',
+                                            'InLine' => 1,
+                                            'Line' => '334',
+                                            'MnglName' => '_ZN7log4cxx13PatternLayoutD2Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10951919'
+                                                                }
+                                                       },
+                                            'ShortName' => 'PatternLayout',
+                                            'Virt' => 1
+                                          },
+                            '10955923' => {
+                                            'Artificial' => 1,
+                                            'Class' => '890743',
+                                            'Destructor' => 1,
+                                            'Header' => 'patternlayout.h',
+                                            'InLine' => 1,
+                                            'Line' => '334',
+                                            'MnglName' => '_ZN7log4cxx13PatternLayoutD1Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10951919'
+                                                                }
+                                                       },
+                                            'ShortName' => 'PatternLayout',
+                                            'Virt' => 1
+                                          },
+                            '11151843' => {
+                                            'Class' => '890743',
+                                            'Constructor' => 1,
+                                            'Header' => 'patternlayout.h',
+                                            'MnglName' => '_ZN7log4cxx13PatternLayoutC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10951919'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'pattern',
+                                                                  'type' => '207559'
+                                                                }
+                                                       },
+                                            'ShortName' => 'PatternLayout',
+                                            'Source' => 'patternlayout.cpp',
+                                            'SourceLine' => '66'
+                                          },
+                            '11154423' => {
+                                            'Class' => '890743',
+                                            'Constructor' => 1,
+                                            'Header' => 'patternlayout.h',
+                                            'MnglName' => '_ZN7log4cxx13PatternLayoutC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10951919'
+                                                                },
+                                                         '2' => {
+                                                                  'name' => 'pattern',
+                                                                  'type' => '207559'
+                                                                }
+                                                       },
+                                            'ShortName' => 'PatternLayout',
+                                            'Source' => 'patternlayout.cpp',
+                                            'SourceLine' => '66'
+                                          },
+                            '11156935' => {
+                                            'Class' => '890743',
+                                            'Constructor' => 1,
+                                            'Header' => 'patternlayout.h',
+                                            'MnglName' => '_ZN7log4cxx13PatternLayoutC1Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10951919'
+                                                                }
+                                                       },
+                                            'Reg' => {
+                                                       '0' => 'rdi'
+                                                     },
+                                            'ShortName' => 'PatternLayout',
+                                            'Source' => 'patternlayout.cpp',
+                                            'SourceLine' => '59'
+                                          },
+                            '11158323' => {
+                                            'Class' => '890743',
+                                            'Constructor' => 1,
+                                            'Header' => 'patternlayout.h',
+                                            'MnglName' => '_ZN7log4cxx13PatternLayoutC2Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10951919'
+                                                                }
+                                                       },
+                                            'Reg' => {
+                                                       '0' => 'rdi'
+                                                     },
+                                            'ShortName' => 'PatternLayout',
+                                            'Source' => 'patternlayout.cpp',
+                                            'SourceLine' => '59'
+                                          },
+                            '11161313' => {
+                                            'Artificial' => 1,
+                                            'Class' => '10948367',
+                                            'Destructor' => 1,
+                                            'Header' => 'patternlayout.h',
+                                            'InLine' => 1,
+                                            'Line' => '352',
+                                            'MnglName' => '_ZN7log4cxx13PatternLayout18ClazzPatternLayoutD0Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10951964'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzPatternLayout',
+                                            'Virt' => 1
+                                          },
+                            '11161314' => {
+                                            'Artificial' => 1,
+                                            'Class' => '10948367',
+                                            'Destructor' => 1,
+                                            'Header' => 'patternlayout.h',
+                                            'InLine' => 1,
+                                            'Line' => '352',
+                                            'MnglName' => '_ZN7log4cxx13PatternLayout18ClazzPatternLayoutD1Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10951964'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzPatternLayout',
+                                            'Virt' => 1
+                                          },
+                            '11161456' => {
+                                            'Artificial' => 1,
+                                            'Class' => '10948367',
+                                            'Destructor' => 1,
+                                            'Header' => 'patternlayout.h',
+                                            'InLine' => 1,
+                                            'Line' => '352',
+                                            'MnglName' => '_ZN7log4cxx13PatternLayout18ClazzPatternLayoutD2Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10951964'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzPatternLayout',
+                                            'Virt' => 1
+                                          },
+                            '11161546' => {
+                                            'Artificial' => 1,
+                                            'Class' => '10948367',
+                                            'Constructor' => 1,
+                                            'Header' => 'patternlayout.h',
+                                            'InLine' => 1,
+                                            'Line' => '352',
+                                            'MnglName' => '_ZN7log4cxx13PatternLayout18ClazzPatternLayoutC2Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10951964'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzPatternLayout'
+                                          },
+                            '11161547' => {
+                                            'Artificial' => 1,
+                                            'Class' => '10948367',
+                                            'Constructor' => 1,
+                                            'Header' => 'patternlayout.h',
+                                            'InLine' => 1,
+                                            'Line' => '352',
+                                            'MnglName' => '_ZN7log4cxx13PatternLayout18ClazzPatternLayoutC1Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '10951964'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzPatternLayout'
+                                          },
+                            '1117287' => {
+                                           'Class' => '1117249',
+                                           'Const' => 1,
+                                           'Header' => 'bytearrayoutputstream.h',
+                                           'MnglName' => '_ZNK7log4cxx7helpers21ByteArrayOutputStream8getClassEv',
+                                           'Param' => {
+                                                        '0' => {
+                                                                 'name' => 'this',
+                                                                 'type' => '1118553'
+                                                               }
+                                                      },
+                                           'Return' => '55278',
+                                           'ShortName' => 'getClass',
+                                           'Source' => 'bytearrayoutputstream.cpp',
+                                           'SourceLine' => '27',
+                                           'Virt' => 1,
+                                           'VirtPos' => '0'
+                                         },
+                            '1117326' => {
+                                           'Class' => '1117249',
+                                           'Header' => 'bytearrayoutputstream.h',
+                                           'MnglName' => '_ZN7log4cxx7helpers21ByteArrayOutputStream14getStaticClassEv',
+                                           'Return' => '55278',
+                                           'ShortName' => 'getStaticClass',
+                                           'Source' => 'bytearrayoutputstream.cpp',
+                                           'SourceLine' => '27',
+                                           'Static' => 1
+                                         },
+                            '1117344' => {
+                                           'Class' => '1117249',
+                                           'Header' => 'bytearrayoutputstream.h',
+                                           'MnglName' => '_ZN7log4cxx7helpers21ByteArrayOutputStream13registerClassEv',
+                                           'Return' => '55284',
+                                           'ShortName' => 'registerClass',
+                                           'Source' => 'bytearrayoutputstream.cpp',
+                                           'SourceLine' => '27',
+                                           'Static' => 1
+                                         },
+                            '1117362' => {
+                                           'Class' => '1117249',
+                                           'Const' => 1,
+                                           'Header' => 'bytearrayoutputstream.h',
+                                           'InLine' => 2,
+                                           'Line' => '51',
+                                           'MnglName' => '_ZNK7log4cxx7helpers21ByteArrayOutputStream4castERKNS0_5ClassE',
+                                           'Param' => {
+                                                        '0' => {
+                                                                 'name' => 'this',
+                                                                 'type' => '1118553'
+                                                               },
+                                                        '1' => {
+                                                                 'name' => 'clazz',
+                                                                 'type' => '55278'
+                                                               }
+                                                      },
+                                           'Return' => '45584',
+                                           'ShortName' => 'cast',
+                                           'Virt' => 1,
+                                           'VirtPos' => '4'
+                                         },
+                            '1117406' => {
+                                           'Class' => '1117249',
+                                           'Const' => 1,
+                                           'Header' => 'bytearrayoutputstream.h',
+                                           'InLine' => 2,
+                                           'Line' => '54',
+                                           'MnglName' => '_ZNK7log4cxx7helpers21ByteArrayOutputStream10instanceofERKNS0_5ClassE',
+                                           'Param' => {
+                                                        '0' => {
+                                                                 'name' => 'this',
+                                                                 'type' => '1118553'
+                                                               },
+                                                        '1' => {
+                                                                 'name' => 'clazz',
+                                                                 'type' => '55278'
+                                                               }
+                                                      },
+                                           'Return' => '41824',
+                                           'ShortName' => 'instanceof',
+                                           'Virt' => 1,
+                                           'VirtPos' => '3'
+                                         },
+                            '1117515' => {
+                                           'Class' => '1117249',
+                                           'Header' => 'bytearrayoutputstream.h',
+                                           'MnglName' => '_ZN7log4cxx7helpers21ByteArrayOutputStream5closeERNS0_4PoolE',
+                                           'Param' => {
+                                                        '0' => {
+                                                                 'name' => 'this',
+                                                                 'type' => '1118564'
+                                                               },
+                                                        '1' => {
+                                                                 'name' => 'p1',
+                                                                 'type' => '55243'
+                                                               }
+                                                      },
+                                           'Reg' => {
+                                                      '0' => 'rdi',
+                                                      '1' => 'rsi'
+                                                    },
+                                           'Return' => '1',
+                                           'ShortName' => 'close',
+                                           'Source' => 'bytearrayoutputstream.cpp',
+                                           'SourceLine' => '37',
+                                           'Virt' => 1,
+                                           'VirtPos' => '5'
+                                         },
+                            '1117556' => {
+                                           'Class' => '1117249',
+                                           'Header' => 'bytearrayoutputstream.h',
+                                           'MnglName' => '_ZN7log4cxx7helpers21ByteArrayOutputStream5flushERNS0_4PoolE',
+                                           'Param' => {
+                                                        '0' => {
+                                                                 'name' => 'this',
+                                                                 'type' => '1118564'
+                                                               },
+                                                        '1' => {
+                                                                 'name' => 'p1',
+                                                                 'type' => '55243'
+                                                               }
+                                                      },
+                                           'Reg' => {
+                                                      '0' => 'rdi',
+                                                      '1' => 'rsi'
+                                                    },
+                                           'Return' => '1',
+                                           'ShortName' => 'flush',
+                                           'Source' => 'bytearrayoutputstream.cpp',
+                                           'SourceLine' => '41',
+                                           'Virt' => 1,
+                                           'VirtPos' => '6'
+                                         },
+                            '1117597' => {
+                                           'Class' => '1117249',
+                                           'Header' => 'bytearrayoutputstream.h',
+                                           'MnglName' => '_ZN7log4cxx7helpers21ByteArrayOutputStream5writeERNS0_10ByteBufferERNS0_4PoolE',
+                                           'Param' => {
+                                                        '0' => {
+                                                                 'name' => 'this',
+                                                                 'type' => '1118564'
+                                                               },
+                                                        '1' => {
+                                                                 'name' => 'buf',
+                                                                 'type' => '1045313'
+                                                               },
+                                                        '2' => {
+                                                                 'name' => 'p2',
+                                                                 'type' => '55243'
+                                                               }
+                                                      },
+                                           'Reg' => {
+                                                      '2' => 'rdx'
+                                                    },
+                                           'Return' => '1',
+                                           'ShortName' => 'write',
+                                           'Source' => 'bytearrayoutputstream.cpp',
+                                           'SourceLine' => '45',
+                                           'Virt' => 1,
+                                           'VirtPos' => '7'
+                                         },
+                            '1117643' => {
+                                           'Class' => '1117249',
+                                           'Const' => 1,
+                                           'Header' => 'bytearrayoutputstream.h',
+                                           'MnglName' => '_ZNK7log4cxx7helpers21ByteArrayOutputStream11toByteArrayEv',
+                                           'Param' => {
+                                                        '0' => {
+                                                                 'name' => 'this',
+                                                                 'type' => '1118553'
+                                                               }
+                                                      },
+                                           'Return' => '1023736',
+                                           'ShortName' => 'toByteArray',
+                                           'Source' => 'bytearrayoutputstream.cpp',
+                                           'SourceLine' => '53'
+                                         },
+                            '1117861' => {
+                                           'Class' => '1117740',
+                                           'Const' => 1,
+                                           'Header' => 'bytearrayoutputstream.h',
+                                           'InLine' => 2,
+                                           'Line' => '50',
+                                           'MnglName' => '_ZNK7log4cxx7helpers21ByteArrayOutputStream26ClazzByteArrayOutputStream7getNameB5cxx11Ev',
+                                           'Param' => {
+                                                        '0' => {
+                                                                 'name' => 'this',
+                                                                 'type' => '1118604'
+                                                               }
+                                                      },
+                                           'Return' => '54480',
+                                           'ShortName' => 'getName',
+                                           'Virt' => 1,
+                                           'VirtPos' => '3'
+                                         },
+                            '1117919' => {
+                                           'Class' => '1117909',
+                                           'Const' => 1,
+                                           'Header' => 'outputstream.h',
+                                           'InLine' => 2,
+                                           'Line' => '40',
+                                           'MnglName' => '_ZNK7log4cxx7helpers12OutputStream4castERKNS0_5ClassE',
+                                           'Param' => {
+                                                        '0' => {
+                                                                 'name' => 'this',
+                                                                 'type' => '1133894'
+                                                               },
+                                                        '1' => {
+                                                                 'name' => 'clazz',
+                                                                 'type' => '55278'
+                                                               }
+                                                      },
+                                           'Return' => '45584',
+                                           'ShortName' => 'cast',
+                                           'Virt' => 1,
+                                           'VirtPos' => '4'
+                                         },
+                            '1117963' => {
+                                           'Class' => '1117909',
+                                           'Header' => 'outputstream.h',
+                                           'Line' => '39',
+                                           'MnglName' => '_ZN7log4cxx7helpers12OutputStream14getStaticClassEv',
+                                           'Private' => 1,
+                                           'Return' => '55278',
+                                           'ShortName' => 'getStaticClass',
+                                           'Source' => 'outputstream.cpp',
+                                           'SourceLine' => '25',
+                                           'Static' => 1
+                                         },
+                            '1118034' => {
+                                           'Data' => 1,
+                                           'Line' => '27',
+                                           'MnglName' => '_ZN7log4cxx7classes33ByteArrayOutputStreamRegistrationE',
+                                           'NameSpace' => 'log4cxx::classes',
+                                           'Return' => '55284',
+                                           'ShortName' => 'ByteArrayOutputStreamRegistration',
+                                           'Source' => 'bytearrayoutputstream.cpp'
+                                         },
+                            '11256335' => {
+                                            'Class' => '10947098',
+                                            'Data' => 1,
+                                            'Header' => 'patternparser.h',
+                                            'Line' => '61',
+                                            'MnglName' => '_ZN7log4cxx7pattern13PatternParser11ESCAPE_CHARE',
+                                            'Return' => '323095',
+                                            'ShortName' => 'ESCAPE_CHAR',
+                                            'Source' => 'patternparser.cpp',
+                                            'SourceLine' => '27'
+                                          },
+                            '1130797' => {
+                                           'Class' => '1117249',
+                                           'Destructor' => 1,
+                                           'Header' => 'bytearrayoutputstream.h',
+                                           'MnglName' => '_ZN7log4cxx7helpers21ByteArrayOutputStreamD0Ev',
+                                           'Param' => {
+                                                        '0' => {
+                                                                 'name' => 'this',
+                                                                 'type' => '1118564'
+                                                               }
+                                                      },
+                                           'ShortName' => 'ByteArrayOutputStream',
+                                           'Source' => 'bytearrayoutputstream.cpp',
+                                           'SourceLine' => '33',
+                                           'Virt' => 1
+                                         },
+                            '1130798' => {
+                                           'Class' => '1117249',
+                                           'Destructor' => 1,
+                                           'Header' => 'bytearrayoutputstream.h',
+                                           'MnglName' => '_ZN7log4cxx7helpers21ByteArrayOutputStreamD1Ev',
+                                           'Param' => {
+                                                        '0' => {
+                                                                 'name' => 'this',
+                                                                 'type' => '1118564'
+                                                               }
+                                                      },
+                                           'ShortName' => 'ByteArrayOutputStream',
+                                           'Source' => 'bytearrayoutputstream.cpp',
+                                           'SourceLine' => '33',
+                                           'Virt' => 1
+                                         },
+                            '1130893' => {
+                                           'Class' => '1117249',
+                                           'Destructor' => 1,
+                                           'Header' => 'bytearrayoutputstream.h',
+                                           'MnglName' => '_ZN7log4cxx7helpers21ByteArrayOutputStreamD2Ev',
+                                           'Param' => {
+                                                        '0' => {
+                                                                 'name' => 'this',
+                                                                 'type' => '1118564'
+                                                               }
+                                                      },
+                                           'ShortName' => 'ByteArrayOutputStream',
+                                           'Source' => 'bytearrayoutputstream.cpp',
+                                           'SourceLine' => '33',
+                                           'Virt' => 1
+                                         },
+                            '1131610' => {
+                                           'Class' => '1117249',
+                                           'Constructor' => 1,
+                                           'Header' => 'bytearrayoutputstream.h',
+                                           'MnglName' => '_ZN7log4cxx7helpers21ByteArrayOutputStreamC2Ev',
+                                           'Param' => {
+                                                        '0' => {
+                                                                 'name' => 'this',
+                                                                 'type' => '1118564'
+                                                               }
+                                                      },
+                                           'ShortName' => 'ByteArrayOutputStream',
+                                           'Source' => 'bytearrayoutputstream.cpp',
+                                           'SourceLine' => '29'
+                                         },
+                            '1131611' => {
+                                           'Class' => '1117249',
+                                           'Constructor' => 1,
+                                           'Header' => 'bytearrayoutputstream.h',
+                                           'MnglName' => '_ZN7log4cxx7helpers21ByteArrayOutputStreamC1Ev',
+                                           'Param' => {
+                                                        '0' => {
+                                                                 'name' => 'this',
+                                                                 'type' => '1118564'
+                                                               }
+                                                      },
+                                           'ShortName' => 'ByteArrayOutputStream',
+                                           'Source' => 'bytearrayoutputstream.cpp',
+                                           'SourceLine' => '29'
+                                         },
+                            '1133634' => {
+                                           'Artificial' => 1,
+                                           'Class' => '1117740',
+                                           'Destructor' => 1,
+                                           'Header' => 'bytearrayoutputstream.h',
+                                           'InLine' => 1,
+                                           'Line' => '50',
+                                           'MnglName' => '_ZN7log4cxx7helpers21ByteArrayOutputStream26ClazzByteArrayOutputStreamD0Ev',
+                                           'Param' => {
+                                                        '0' => {
+                                                                 'name' => 'this',
+                                                                 'type' => '1118587'
+                                                               }
+                                                      },
+                                           'ShortName' => 'ClazzByteArrayOutputStream',
+                                           'Virt' => 1
+                                         },
+                            '1133635' => {
+                                           'Artificial' => 1,
+                                           'Class' => '1117740',
+                                           'Destructor' => 1,
+                                           'Header' => 'bytearrayoutputstream.h',
+                                           'InLine' => 1,
+                                           'Line' => '50',
+                                           'MnglName' => '_ZN7log4cxx7helpers21ByteArrayOutputStream26ClazzByteArrayOutputStreamD1Ev',
+                                           'Param' => {
+                                                        '0' => {
+                                                                 'name' => 'this',
+                                                                 'type' => '1118587'
+                                                               }
+                                                      },
+                                           'ShortName' => 'ClazzByteArrayOutputStream',
+                                           'Virt' => 1
+                                         },
+                            '1133775' => {
+                                           'Artificial' => 1,
+                                           'Class' => '1117740',
+                                           'Destructor' => 1,
+                                           'Header' => 'bytearrayoutputstream.h',
+                                           'InLine' => 1,
+                                           'Line' => '50',
+                                           'MnglName' => '_ZN7log4cxx7helpers21ByteArrayOutputStream26ClazzByteArrayOutputStreamD2Ev',
+                                           'Param' => {
+                                                        '0' => {
+                                                                 'name' => 'this',
+                                                                 'type' => '1118587'
+                                                               }
+                                                      },
+                                           'ShortName' => 'ClazzByteArrayOutputStream',
+                                           'Virt' => 1
+                                         },
+                            '1133865' => {
+                                           'Artificial' => 1,
+                                           'Class' => '1117740',
+                                           'Constructor' => 1,
+                                           'Header' => 'bytearrayoutputstream.h',
+                                           'InLine' => 1,
+                                           'Line' => '50',
+                                           'MnglName' => '_ZN7log4cxx7helpers21ByteArrayOutputStream26ClazzByteArrayOutputStreamC2Ev',
+                                           'Param' => {
+                                                        '0' => {
+                                                                 'name' => 'this',
+                                                                 'type' => '1118587'
+                                                               }
+                                                      },
+                                           'ShortName' => 'ClazzByteArrayOutputStream'
+                                         },
+                            '1133866' => {
+                                           'Artificial' => 1,
+                                           'Class' => '1117740',
+                                           'Constructor' => 1,
+                                           'Header' => 'bytearrayoutputstream.h',
+                                           'InLine' => 1,
+                                           'Line' => '50',
+                                           'MnglName' => '_ZN7log4cxx7helpers21ByteArrayOutputStream26ClazzByteArrayOutputStreamC1Ev',
+                                           'Param' => {
+                                                        '0' => {
+                                                                 'name' => 'this',
+                                                                 'type' => '1118587'
+                                                               }
+                                                      },
+                                           'ShortName' => 'ClazzByteArrayOutputStream'
+                                         },
+                            '11389763' => {
+                                            'Class' => '10947098',
+                                            'Constructor' => 1,
+                                            'Header' => 'patternparser.h',
+                                            'Line' => '75',
+                                            'MnglName' => '_ZN7log4cxx7pattern13PatternParserC2Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '11256070'
+                                                                }
+                                                       },
+                                            'Private' => 1,
+                                            'Reg' => {
+                                                       '0' => 'rdi'
+                                                     },
+                                            'ShortName' => 'PatternParser',
+                                            'Source' => 'patternparser.cpp',
+                                            'SourceLine' => '33'
+                                          },
+                            '11389764' => {
+                                            'Class' => '10947098',
+                                            'Constructor' => 1,
+                                            'Header' => 'patternparser.h',
+                                            'Line' => '75',
+                                            'MnglName' => '_ZN7log4cxx7pattern13PatternParserC1Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '11256070'
+                                                                }
+                                                       },
+                                            'Private' => 1,
+                                            'Reg' => {
+                                                       '0' => 'rdi'
+                                                     },
+                                            'ShortName' => 'PatternParser',
+                                            'Source' => 'patternparser.cpp',
+                                            'SourceLine' => '33'
+                                          },
+                            '11452403' => {
+                                            'Class' => '53834',
+                                            'Destructor' => 1,
+                                            'Header' => 'pool.h',
+                                            'Line' => '37',
+                                            'MnglName' => '_ZN7log4cxx7helpers4PoolD2Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '11450123'
+                                                                }
+                                                       },
+                                            'ShortName' => 'Pool',
+                                            'Source' => 'pool.cpp',
+                                            'SourceLine' => '48'
+                                          },
+                            '11452557' => {
+                                            'Class' => '53834',
+                                            'Constructor' => 1,
+                                            'Header' => 'pool.h',
+                                            'Line' => '36',
+                                            'MnglName' => '_ZN7log4cxx7helpers4PoolC2EP10apr_pool_tb',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '11450123'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'p',
+                                                                  'type' => '517247'
+                                                                },
+                                                         '2' => {
+                                                                  'name' => 'release1',
+                                                                  'type' => '41824'
+                                                                }
+                                                       },
+                                            'ShortName' => 'Pool',
+                                            'Source' => 'pool.cpp',
+                                            'SourceLine' => '43'
+                                          },
+                            '11452558' => {
+                                            'Class' => '53834',
+                                            'Constructor' => 1,
+                                            'Header' => 'pool.h',
+                                            'Line' => '36',
+                                            'MnglName' => '_ZN7log4cxx7helpers4PoolC1EP10apr_pool_tb',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '11450123'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'p',
+                                                                  'type' => '517247'
+                                                                },
+                                                         '2' => {
+                                                                  'name' => 'release1',
+                                                                  'type' => '41824'
+                                                                }
+                                                       },
+                                            'ShortName' => 'Pool',
+                                            'Source' => 'pool.cpp',
+                                            'SourceLine' => '43'
+                                          },
+                            '11452743' => {
+                                            'Class' => '53834',
+                                            'Constructor' => 1,
+                                            'Header' => 'pool.h',
+                                            'Line' => '35',
+                                            'MnglName' => '_ZN7log4cxx7helpers4PoolC2Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '11450123'
+                                                                }
+                                                       },
+                                            'ShortName' => 'Pool',
+                                            'Source' => 'pool.cpp',
+                                            'SourceLine' => '33'
+                                          },
+                            '11452744' => {
+                                            'Class' => '53834',
+                                            'Constructor' => 1,
+                                            'Header' => 'pool.h',
+                                            'Line' => '35',
+                                            'MnglName' => '_ZN7log4cxx7helpers4PoolC1Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '11450123'
+                                                                }
+                                                       },
+                                            'ShortName' => 'Pool',
+                                            'Source' => 'pool.cpp',
+                                            'SourceLine' => '33'
+                                          },
+                            '11534034' => {
+                                            'Class' => '11533932',
+                                            'InLine' => 2,
+                                            'Line' => '30',
+                                            'MnglName' => '_ZN14PropertyParser5parseERNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERN7log4cxx7helpers10PropertiesE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '11534126'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'in',
+                                                                  'type' => '324863'
+                                                                },
+                                                         '2' => {
+                                                                  'name' => 'properties',
+                                                                  'type' => '641209'
+                                                                }
+                                                       },
+                                            'Return' => '1',
+                                            'ShortName' => 'parse',
+                                            'Source' => 'properties.cpp'
+                                          },
+                            '11600489' => {
+                                            'Class' => '635023',
+                                            'Destructor' => 1,
+                                            'Header' => 'properties.h',
+                                            'Line' => '54',
+                                            'MnglName' => '_ZN7log4cxx7helpers10PropertiesD2Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '11533673'
+                                                                }
+                                                       },
+                                            'ShortName' => 'Properties',
+                                            'Source' => 'properties.cpp',
+                                            'SourceLine' => '402'
+                                          },
+                            '11600975' => {
+                                            'Class' => '635023',
+                                            'Constructor' => 1,
+                                            'Header' => 'properties.h',
+                                            'Line' => '50',
+                                            'MnglName' => '_ZN7log4cxx7helpers10PropertiesC2Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '11533673'
+                                                                }
+                                                       },
+                                            'ShortName' => 'Properties',
+                                            'Source' => 'properties.cpp',
+                                            'SourceLine' => '398'
+                                          },
+                            '11600976' => {
+                                            'Class' => '635023',
+                                            'Constructor' => 1,
+                                            'Header' => 'properties.h',
+                                            'Line' => '50',
+                                            'MnglName' => '_ZN7log4cxx7helpers10PropertiesC1Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '11533673'
+                                                                }
+                                                       },
+                                            'ShortName' => 'Properties',
+                                            'Source' => 'properties.cpp',
+                                            'SourceLine' => '398'
+                                          },
+                            '11695293' => {
+                                            'Class' => '11695115',
+                                            'Const' => 1,
+                                            'Header' => 'propertiespatternconverter.h',
+                                            'MnglName' => '_ZNK7log4cxx7pattern26PropertiesPatternConverter8getClassEv',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '11697084'
+                                                                }
+                                                       },
+                                            'Return' => '55278',
+                                            'ShortName' => 'getClass',
+                                            'Source' => 'propertiespatternconverter.cpp',
+                                            'SourceLine' => '34',
+                                            'Virt' => 1,
+                                            'VirtPos' => '0'
+                                          },
+                            '11695332' => {
+                                            'Class' => '11695115',
+                                            'Header' => 'propertiespatternconverter.h',
+                                            'MnglName' => '_ZN7log4cxx7pattern26PropertiesPatternConverter14getStaticClassEv',
+                                            'Return' => '55278',
+                                            'ShortName' => 'getStaticClass',
+                                            'Source' => 'propertiespatternconverter.cpp',
+                                            'SourceLine' => '34',
+                                            'Static' => 1
+                                          },
+                            '11695350' => {
+                                            'Class' => '11695115',
+                                            'Header' => 'propertiespatternconverter.h',
+                                            'MnglName' => '_ZN7log4cxx7pattern26PropertiesPatternConverter13registerClassEv',
+                                            'Return' => '55284',
+                                            'ShortName' => 'registerClass',
+                                            'Source' => 'propertiespatternconverter.cpp',
+                                            'SourceLine' => '34',
+                                            'Static' => 1
+                                          },
+                            '11695368' => {
+                                            'Class' => '11695115',
+                                            'Const' => 1,
+                                            'Header' => 'propertiespatternconverter.h',
+                                            'InLine' => 2,
+                                            'Line' => '56',
+                                            'MnglName' => '_ZNK7log4cxx7pattern26PropertiesPatternConverter4castERKNS_7helpers5ClassE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '11697084'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'clazz',
+                                                                  'type' => '55278'
+                                                                }
+                                                       },
+                                            'Return' => '45584',
+                                            'ShortName' => 'cast',
+                                            'Virt' => 1,
+                                            'VirtPos' => '4'
+                                          },
+                            '11695412' => {
+                                            'Class' => '11695115',
+                                            'Const' => 1,
+                                            'Header' => 'propertiespatternconverter.h',
+                                            'InLine' => 2,
+                                            'Line' => '59',
+                                            'MnglName' => '_ZNK7log4cxx7pattern26PropertiesPatternConverter10instanceofERKNS_7helpers5ClassE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '11697084'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'clazz',
+                                                                  'type' => '55278'
+                                                                }
+                                                       },
+                                            'Return' => '41824',
+                                            'ShortName' => 'instanceof',
+                                            'Virt' => 1,
+                                            'VirtPos' => '3'
+                                          },
+                            '11695456' => {
+                                            'Class' => '11695115',
+                                            'Header' => 'propertiespatternconverter.h',
+                                            'MnglName' => '_ZN7log4cxx7pattern26PropertiesPatternConverter11newInstanceERKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'options',
+                                                                  'type' => '1784690'
+                                                                }
+                                                       },
+                                            'Return' => '1783942',
+                                            'ShortName' => 'newInstance',
+                                            'Source' => 'propertiespatternconverter.cpp',
+                                            'SourceLine' => '43',
+                                            'Static' => 1
+                                          },
+                            '11695484' => {
+                                            'Class' => '11695115',
+                                            'Const' => 1,
+                                            'Header' => 'propertiespatternconverter.h',
+                                            'MnglName' => '_ZNK7log4cxx7pattern26PropertiesPatternConverter6formatERKSt10shared_ptrINS_3spi12LoggingEventEERNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERNS_7helpers4PoolE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '11697084'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'event',
+                                                                  'type' => '120674'
+                                                                },
+                                                         '2' => {
+                                                                  'name' => 'toAppendTo',
+                                                                  'type' => '324863'
+                                                                },
+                                                         '3' => {
+                                                                  'name' => 'p3',
+                                                                  'type' => '55243'
+                                                                }
+                                                       },
+                                            'Reg' => {
+                                                       '3' => 'rcx'
+                                                     },
+                                            'Return' => '1',
+                                            'ShortName' => 'format',
+                                            'Source' => 'propertiespatternconverter.cpp',
+                                            'SourceLine' => '61',
+                                            'Virt' => 1,
+                                            'VirtPos' => '7'
+                                          },
+                            '11695655' => {
+                                            'Class' => '11695534',
+                                            'Const' => 1,
+                                            'Header' => 'propertiespatternconverter.h',
+                                            'InLine' => 2,
+                                            'Line' => '55',
+                                            'MnglName' => '_ZNK7log4cxx7pattern26PropertiesPatternConverter31ClazzPropertiesPatternConverter7getNameB5cxx11Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '11697112'
+                                                                }
+                                                       },
+                                            'Return' => '54480',
+                                            'ShortName' => 'getName',
+                                            'Virt' => 1,
+                                            'VirtPos' => '3'
+                                          },
+                            '11696131' => {
+                                            'Data' => 1,
+                                            'Line' => '34',
+                                            'MnglName' => '_ZN7log4cxx7classes38PropertiesPatternConverterRegistrationE',
+                                            'NameSpace' => 'log4cxx::classes',
+                                            'Return' => '55284',
+                                            'ShortName' => 'PropertiesPatternConverterRegistration',
+                                            'Source' => 'propertiespatternconverter.cpp'
+                                          },
+                            '11699298' => {
+                                            'Artificial' => 1,
+                                            'Class' => '11695115',
+                                            'Destructor' => 1,
+                                            'Header' => 'propertiespatternconverter.h',
+                                            'InLine' => 1,
+                                            'Line' => '39',
+                                            'MnglName' => '_ZN7log4cxx7pattern26PropertiesPatternConverterD0Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '11696799'
+                                                                }
+                                                       },
+                                            'ShortName' => 'PropertiesPatternConverter',
+                                            'Virt' => 1
+                                          },
+                            '11699299' => {
+                                            'Artificial' => 1,
+                                            'Class' => '11695115',
+                                            'Destructor' => 1,
+                                            'Header' => 'propertiespatternconverter.h',
+                                            'InLine' => 1,
+                                            'Line' => '39',
+                                            'MnglName' => '_ZN7log4cxx7pattern26PropertiesPatternConverterD2Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '11696799'
+                                                                }
+                                                       },
+                                            'ShortName' => 'PropertiesPatternConverter',
+                                            'Virt' => 1
+                                          },
+                            '11700192' => {
+                                            'Artificial' => 1,
+                                            'Class' => '11695115',
+                                            'Destructor' => 1,
+                                            'Header' => 'propertiespatternconverter.h',
+                                            'InLine' => 1,
+                                            'Line' => '39',
+                                            'MnglName' => '_ZN7log4cxx7pattern26PropertiesPatternConverterD1Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '11696799'
+                                                                }
+                                                       },
+                                            'ShortName' => 'PropertiesPatternConverter',
+                                            'Virt' => 1
+                                          },
+                            '11726215' => {
+                                            'Class' => '11695115',
+                                            'Constructor' => 1,
+                                            'Header' => 'propertiespatternconverter.h',
+                                            'MnglName' => '_ZN7log4cxx7pattern26PropertiesPatternConverterC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '11696799'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'name1',
+                                                                  'type' => '207559'
+                                                                },
+                                                         '2' => {
+                                                                  'name' => 'propertyName',
+                                                                  'type' => '207559'
+                                                                }
+                                                       },
+                                            'Private' => 1,
+                                            'ShortName' => 'PropertiesPatternConverter',
+                                            'Source' => 'propertiespatternconverter.cpp',
+                                            'SourceLine' => '36'
+                                          },
+                            '11729534' => {
+                                            'Class' => '11695115',
+                                            'Constructor' => 1,
+                                            'Header' => 'propertiespatternconverter.h',
+                                            'MnglName' => '_ZN7log4cxx7pattern26PropertiesPatternConverterC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '11696799'
+                                                                },
+                                                         '2' => {
+                                                                  'name' => 'name1',
+                                                                  'type' => '207559'
+                                                                },
+                                                         '3' => {
+                                                                  'name' => 'propertyName',
+                                                                  'type' => '207559'
+                                                                }
+                                                       },
+                                            'Private' => 1,
+                                            'ShortName' => 'PropertiesPatternConverter',
+                                            'Source' => 'propertiespatternconverter.cpp',
+                                            'SourceLine' => '36'
+                                          },
+                            '11734364' => {
+                                            'Artificial' => 1,
+                                            'Class' => '11695534',
+                                            'Destructor' => 1,
+                                            'Header' => 'propertiespatternconverter.h',
+                                            'InLine' => 1,
+                                            'Line' => '55',
+                                            'MnglName' => '_ZN7log4cxx7pattern26PropertiesPatternConverter31ClazzPropertiesPatternConverterD0Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '11697095'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzPropertiesPatternConverter',
+                                            'Virt' => 1
+                                          },
+                            '11734365' => {
+                                            'Artificial' => 1,
+                                            'Class' => '11695534',
+                                            'Destructor' => 1,
+                                            'Header' => 'propertiespatternconverter.h',
+                                            'InLine' => 1,
+                                            'Line' => '55',
+                                            'MnglName' => '_ZN7log4cxx7pattern26PropertiesPatternConverter31ClazzPropertiesPatternConverterD1Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '11697095'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzPropertiesPatternConverter',
+                                            'Virt' => 1
+                                          },
+                            '11734506' => {
+                                            'Artificial' => 1,
+                                            'Class' => '11695534',
+                                            'Destructor' => 1,
+                                            'Header' => 'propertiespatternconverter.h',
+                                            'InLine' => 1,
+                                            'Line' => '55',
+                                            'MnglName' => '_ZN7log4cxx7pattern26PropertiesPatternConverter31ClazzPropertiesPatternConverterD2Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '11697095'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzPropertiesPatternConverter',
+                                            'Virt' => 1
+                                          },
+                            '11734596' => {
+                                            'Artificial' => 1,
+                                            'Class' => '11695534',
+                                            'Constructor' => 1,
+                                            'Header' => 'propertiespatternconverter.h',
+                                            'InLine' => 1,
+                                            'Line' => '55',
+                                            'MnglName' => '_ZN7log4cxx7pattern26PropertiesPatternConverter31ClazzPropertiesPatternConverterC2Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '11697095'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzPropertiesPatternConverter'
+                                          },
+                            '11734597' => {
+                                            'Artificial' => 1,
+                                            'Class' => '11695534',
+                                            'Constructor' => 1,
+                                            'Header' => 'propertiespatternconverter.h',
+                                            'InLine' => 1,
+                                            'Line' => '55',
+                                            'MnglName' => '_ZN7log4cxx7pattern26PropertiesPatternConverter31ClazzPropertiesPatternConverterC1Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '11697095'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzPropertiesPatternConverter'
+                                          },
+                            '11891065' => {
+                                            'Class' => '11890983',
+                                            'Const' => 1,
+                                            'Header' => 'stringtokenizer.h',
+                                            'Line' => '38',
+                                            'MnglName' => '_ZNK7log4cxx7helpers15StringTokenizer13hasMoreTokensEv',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '15129402'
+                                                                }
+                                                       },
+                                            'Return' => '41824',
+                                            'ShortName' => 'hasMoreTokens',
+                                            'Source' => 'stringtokenizer.cpp'
+                                          },
+                            '11891096' => {
+                                            'Class' => '11890983',
+                                            'Header' => 'stringtokenizer.h',
+                                            'Line' => '39',
+                                            'MnglName' => '_ZN7log4cxx7helpers15StringTokenizer9nextTokenB5cxx11Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '15129391'
+                                                                }
+                                                       },
+                                            'Return' => '54480',
+                                            'ShortName' => 'nextToken',
+                                            'Source' => 'stringtokenizer.cpp',
+                                            'SourceLine' => '44'
+                                          },
+                            '11893655' => {
+                                            'Class' => '11893538',
+                                            'InLine' => 2,
+                                            'Line' => '65',
+                                            'MnglName' => '_ZN7log4cxx16PropertyWatchdog10doOnChangeEv',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '11898472'
+                                                                }
+                                                       },
+                                            'Return' => '1',
+                                            'ShortName' => 'doOnChange',
+                                            'Source' => 'propertyconfigurator.cpp',
+                                            'Virt' => 1,
+                                            'VirtPos' => '2'
+                                          },
+                            '11893808' => {
+                                            'Class' => '10458167',
+                                            'Const' => 1,
+                                            'Header' => 'propertyconfigurator.h',
+                                            'MnglName' => '_ZNK7log4cxx20PropertyConfigurator8getClassEv',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '11900241'
+                                                                }
+                                                       },
+                                            'Return' => '55278',
+                                            'ShortName' => 'getClass',
+                                            'Source' => 'propertyconfigurator.cpp',
+                                            'SourceLine' => '77',
+                                            'Virt' => 1,
+                                            'VirtPos' => '0'
+                                          },
+                            '11893848' => {
+                                            'Class' => '10458167',
+                                            'Header' => 'propertyconfigurator.h',
+                                            'MnglName' => '_ZN7log4cxx20PropertyConfigurator14getStaticClassEv',
+                                            'Return' => '55278',
+                                            'ShortName' => 'getStaticClass',
+                                            'Source' => 'propertyconfigurator.cpp',
+                                            'SourceLine' => '77',
+                                            'Static' => 1
+                                          },
+                            '11893866' => {
+                                            'Class' => '10458167',
+                                            'Header' => 'propertyconfigurator.h',
+                                            'MnglName' => '_ZN7log4cxx20PropertyConfigurator13registerClassEv',
+                                            'Return' => '55284',
+                                            'ShortName' => 'registerClass',
+                                            'Source' => 'propertyconfigurator.cpp',
+                                            'SourceLine' => '77',
+                                            'Static' => 1
+                                          },
+                            '11893884' => {
+                                            'Class' => '10458167',
+                                            'Const' => 1,
+                                            'Header' => 'propertyconfigurator.h',
+                                            'InLine' => 2,
+                                            'Line' => '110',
+                                            'MnglName' => '_ZNK7log4cxx20PropertyConfigurator4castERKNS_7helpers5ClassE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '11900241'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'clazz',
+                                                                  'type' => '55278'
+                                                                }
+                                                       },
+                                            'Return' => '45584',
+                                            'ShortName' => 'cast',
+                                            'Virt' => 1,
+                                            'VirtPos' => '4'
+                                          },
+                            '11893929' => {
+                                            'Class' => '10458167',
+                                            'Const' => 1,
+                                            'Header' => 'propertyconfigurator.h',
+                                            'InLine' => 2,
+                                            'Line' => '112',
+                                            'MnglName' => '_ZNK7log4cxx20PropertyConfigurator10instanceofERKNS_7helpers5ClassE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '11900241'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'clazz',
+                                                                  'type' => '55278'
+                                                                }
+                                                       },
+                                            'Return' => '41824',
+                                            'ShortName' => 'instanceof',
+                                            'Virt' => 1,
+                                            'VirtPos' => '3'
+                                          },
+                            '11894054' => {
+                                            'Class' => '10458167',
+                                            'Header' => 'propertyconfigurator.h',
+                                            'MnglName' => '_ZN7log4cxx20PropertyConfigurator11doConfigureERKNS_4FileESt10shared_ptrINS_3spi16LoggerRepositoryEE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '11900252'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'configFileName',
+                                                                  'type' => '641221'
+                                                                },
+                                                         '2' => {
+                                                                  'name' => 'hierarchy',
+                                                                  'type' => '636254'
+                                                                }
+                                                       },
+                                            'Return' => '1',
+                                            'ShortName' => 'doConfigure',
+                                            'Source' => 'propertyconfigurator.cpp',
+                                            'SourceLine' => '89',
+                                            'Virt' => 1,
+                                            'VirtPos' => '5'
+                                          },
+                            '11894100' => {
+                                            'Class' => '10458167',
+                                            'Header' => 'propertyconfigurator.h',
+                                            'MnglName' => '_ZN7log4cxx20PropertyConfigurator9configureERKNS_4FileE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'configFilename',
+                                                                  'type' => '641221'
+                                                                }
+                                                       },
+                                            'Return' => '1',
+                                            'ShortName' => 'configure',
+                                            'Source' => 'propertyconfigurator.cpp',
+                                            'SourceLine' => '119',
+                                            'Static' => 1
+                                          },
+                            '11894123' => {
+                                            'Class' => '10458167',
+                                            'Header' => 'propertyconfigurator.h',
+                                            'MnglName' => '_ZN7log4cxx20PropertyConfigurator17configureAndWatchERKNS_4FileE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'configFilename',
+                                                                  'type' => '641221'
+                                                                }
+                                                       },
+                                            'Return' => '1',
+                                            'ShortName' => 'configureAndWatch',
+                                            'Source' => 'propertyconfigurator.cpp',
+                                            'SourceLine' => '130',
+                                            'Static' => 1
+                                          },
+                            '11894146' => {
+                                            'Class' => '10458167',
+                                            'Header' => 'propertyconfigurator.h',
+                                            'MnglName' => '_ZN7log4cxx20PropertyConfigurator17configureAndWatchERKNS_4FileEl',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'configFilename',
+                                                                  'type' => '641221'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'delay',
+                                                                  'type' => '41784'
+                                                                }
+                                                       },
+                                            'Return' => '1',
+                                            'ShortName' => 'configureAndWatch',
+                                            'Source' => 'propertyconfigurator.cpp',
+                                            'SourceLine' => '137',
+                                            'Static' => 1
+                                          },
+                            '11894174' => {
+                                            'Class' => '10458167',
+                                            'Header' => 'propertyconfigurator.h',
+                                            'MnglName' => '_ZN7log4cxx20PropertyConfigurator9configureERNS_7helpers10PropertiesE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'properties',
+                                                                  'type' => '641209'
+                                                                }
+                                                       },
+                                            'Return' => '1',
+                                            'ShortName' => 'configure',
+                                            'Source' => 'propertyconfigurator.cpp',
+                                            'SourceLine' => '124',
+                                            'Static' => 1
+                                          },
+                            '11894197' => {
+                                            'Class' => '10458167',
+                                            'Header' => 'propertyconfigurator.h',
+                                            'MnglName' => '_ZN7log4cxx20PropertyConfigurator11doConfigureERNS_7helpers10PropertiesESt10shared_ptrINS_3spi16LoggerRepositoryEE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '11900252'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'properties',
+                                                                  'type' => '641209'
+                                                                },
+                                                         '2' => {
+                                                                  'name' => 'hierarchy',
+                                                                  'type' => '636254'
+                                                                }
+                                                       },
+                                            'Return' => '1',
+                                            'ShortName' => 'doConfigure',
+                                            'Source' => 'propertyconfigurator.cpp',
+                                            'SourceLine' => '153'
+                                          },
+                            '11894234' => {
+                                            'Class' => '10458167',
+                                            'Header' => 'propertyconfigurator.h',
+                                            'MnglName' => '_ZN7log4cxx20PropertyConfigurator22configureLoggerFactoryERNS_7helpers10PropertiesE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '11900252'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'props',
+                                                                  'type' => '641209'
+                                                                }
+                                                       },
+                                            'Protected' => 1,
+                                            'Return' => '1',
+                                            'ShortName' => 'configureLoggerFactory',
+                                            'Source' => 'propertyconfigurator.cpp',
+                                            'SourceLine' => '197'
+                                          },
+                            '11894266' => {
+                                            'Class' => '10458167',
+                                            'Header' => 'propertyconfigurator.h',
+                                            'MnglName' => '_ZN7log4cxx20PropertyConfigurator19configureRootLoggerERNS_7helpers10PropertiesERSt10shared_ptrINS_3spi16LoggerRepositoryEE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '11900252'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'props',
+                                                                  'type' => '641209'
+                                                                },
+                                                         '2' => {
+                                                                  'name' => 'hierarchy',
+                                                                  'type' => '11900268'
+                                                                }
+                                                       },
+                                            'Protected' => 1,
+                                            'Return' => '1',
+                                            'ShortName' => 'configureRootLogger',
+                                            'Source' => 'propertyconfigurator.cpp',
+                                            'SourceLine' => '220'
+                                          },
+                            '11894303' => {
+                                            'Class' => '10458167',
+                                            'Header' => 'propertyconfigurator.h',
+                                            'MnglName' => '_ZN7log4cxx20PropertyConfigurator21parseCatsAndRenderersERNS_7helpers10PropertiesERSt10shared_ptrINS_3spi16LoggerRepositoryEE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '11900252'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'props',
+                                                                  'type' => '641209'
+                                                                },
+                                                         '2' => {
+                                                                  'name' => 'hierarchy',
+                                                                  'type' => '11900268'
+                                                                }
+                                                       },
+                                            'Protected' => 1,
+                                            'Return' => '1',
+                                            'ShortName' => 'parseCatsAndRenderers',
+                                            'Source' => 'propertyconfigurator.cpp',
+                                            'SourceLine' => '250'
+                                          },
+                            '11894340' => {
+                                            'Class' => '10458167',
+                                            'Header' => 'propertyconfigurator.h',
+                                            'MnglName' => '_ZN7log4cxx20PropertyConfigurator24parseAdditivityForLoggerERNS_7helpers10PropertiesERSt10shared_ptrINS_6LoggerEERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '11900252'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'props',
+                                                                  'type' => '641209'
+                                                                },
+                                                         '2' => {
+                                                                  'name' => 'cat',
+                                                                  'type' => '5846171'
+                                                                },
+                                                         '3' => {
+                                                                  'name' => 'loggerName',
+                                                                  'type' => '207559'
+                                                                }
+                                                       },
+                                            'Protected' => 1,
+                                            'Return' => '41824',
+                                            'ShortName' => 'parseAdditivityForLogger',
+                                            'Source' => 'propertyconfigurator.cpp',
+                                            'SourceLine' => '288'
+                                          },
+                            '11894387' => {
+                                            'Class' => '10458167',
+                                            'Header' => 'propertyconfigurator.h',
+                                            'MnglName' => '_ZN7log4cxx20PropertyConfigurator11parseLoggerERNS_7helpers10PropertiesERSt10shared_ptrINS_6LoggerEERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESF_SF_b',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '11900252'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'props',
+                                                                  'type' => '641209'
+                                                                },
+                                                         '2' => {
+                                                                  'name' => 'logger',
+                                                                  'type' => '5846171'
+                                                                },
+                                                         '3' => {
+                                                                  'name' => 'p3',
+                                                                  'type' => '207559'
+                                                                },
+                                                         '4' => {
+                                                                  'name' => 'loggerName',
+                                                                  'type' => '207559'
+                                                                },
+                                                         '5' => {
+                                                                  'name' => 'value',
+                                                                  'type' => '207559'
+                                                                },
+                                                         '6' => {
+                                                                  'name' => 'additivity',
+                                                                  'offset' => '0',
+                                                                  'type' => '41824'
+                                                                }
+                                                       },
+                                            'Protected' => 1,
+                                            'Reg' => {
+                                                       '3' => 'rcx'
+                                                     },
+                                            'Return' => '1',
+                                            'ShortName' => 'parseLogger',
+                                            'Source' => 'propertyconfigurator.cpp',
+                                            'SourceLine' => '318'
+                                          },
+                            '11894445' => {
+                                            'Class' => '10458167',
+                                            'Header' => 'propertyconfigurator.h',
+                                            'MnglName' => '_ZN7log4cxx20PropertyConfigurator13parseAppenderERNS_7helpers10PropertiesERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '11900252'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'props',
+                                                                  'type' => '641209'
+                                                                },
+                                                         '2' => {
+                                                                  'name' => 'appenderName',
+                                                                  'type' => '207559'
+                                                                }
+                                                       },
+                                            'Protected' => 1,
+                                            'Return' => '207541',
+                                            'ShortName' => 'parseAppender',
+                                            'Source' => 'propertyconfigurator.cpp',
+                                            'SourceLine' => '401'
+                                          },
+                            '11894487' => {
+                                            'Class' => '10458167',
+                                            'Header' => 'propertyconfigurator.h',
+                                            'MnglName' => '_ZN7log4cxx20PropertyConfigurator11registryPutERKSt10shared_ptrINS_8AppenderEE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '11900252'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'appender',
+                                                                  'type' => '891187'
+                                                                }
+                                                       },
+                                            'Protected' => 1,
+                                            'Return' => '1',
+                                            'ShortName' => 'registryPut',
+                                            'Source' => 'propertyconfigurator.cpp',
+                                            'SourceLine' => '470'
+                                          },
+                            '11894520' => {
+                                            'Class' => '10458167',
+                                            'Header' => 'propertyconfigurator.h',
+                                            'MnglName' => '_ZN7log4cxx20PropertyConfigurator11registryGetERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '11900252'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'name',
+                                                                  'type' => '207559'
+                                                                }
+                                                       },
+                                            'Protected' => 1,
+                                            'Return' => '207541',
+                                            'ShortName' => 'registryGet',
+                                            'Source' => 'propertyconfigurator.cpp',
+                                            'SourceLine' => '475'
+                                          },
+                            '11894768' => {
+                                            'Class' => '11894647',
+                                            'Const' => 1,
+                                            'Header' => 'propertyconfigurator.h',
+                                            'InLine' => 2,
+                                            'Line' => '109',
+                                            'MnglName' => '_ZNK7log4cxx20PropertyConfigurator25ClazzPropertyConfigurator7getNameB5cxx11Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '11900333'
+                                                                }
+                                                       },
+                                            'Return' => '54480',
+                                            'ShortName' => 'getName',
+                                            'Virt' => 1,
+                                            'VirtPos' => '3'
+                                          },
+                            '11894808' => {
+                                            'Class' => '11894647',
+                                            'Const' => 1,
+                                            'Header' => 'propertyconfigurator.h',
+                                            'InLine' => 2,
+                                            'Line' => '109',
+                                            'MnglName' => '_ZNK7log4cxx20PropertyConfigurator25ClazzPropertyConfigurator11newInstanceEv',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '11900333'
+                                                                }
+                                                       },
+                                            'Return' => '10459482',
+                                            'ShortName' => 'newInstance',
+                                            'Virt' => 1,
+                                            'VirtPos' => '4'
+                                          },
+                            '11894869' => {
+                                            'Data' => 1,
+                                            'Line' => '77',
+                                            'MnglName' => '_ZN7log4cxx7classes32PropertyConfiguratorRegistrationE',
+                                            'NameSpace' => 'log4cxx::classes',
+                                            'Return' => '55284',
+                                            'ShortName' => 'PropertyConfiguratorRegistration',
+                                            'Source' => 'propertyconfigurator.cpp'
+                                          },
+                            '11898477' => {
+                                            'Class' => '10458167',
+                                            'Data' => 1,
+                                            'Header' => 'propertyconfigurator.h',
+                                            'MnglName' => '_ZN7log4cxx20PropertyConfigurator4pdogE',
+                                            'Return' => '11898466',
+                                            'ShortName' => 'pdog',
+                                            'Source' => 'propertyconfigurator.cpp',
+                                            'SourceLine' => '73'
+                                          },
+                            '11901722' => {
+                                            'Artificial' => 1,
+                                            'Class' => '11893538',
+                                            'Destructor' => 1,
+                                            'InLine' => 1,
+                                            'Line' => '53',
+                                            'MnglName' => '_ZN7log4cxx16PropertyWatchdogD0Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '11898472'
+                                                                }
+                                                       },
+                                            'ShortName' => 'PropertyWatchdog',
+                                            'Source' => 'propertyconfigurator.cpp',
+                                            'Virt' => 1
+                                          },
+                            '11901723' => {
+                                            'Artificial' => 1,
+                                            'Class' => '11893538',
+                                            'Destructor' => 1,
+                                            'InLine' => 1,
+                                            'Line' => '53',
+                                            'MnglName' => '_ZN7log4cxx16PropertyWatchdogD1Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '11898472'
+                                                                }
+                                                       },
+                                            'ShortName' => 'PropertyWatchdog',
+                                            'Source' => 'propertyconfigurator.cpp',
+                                            'Virt' => 1
+                                          },
+                            '11901865' => {
+                                            'Artificial' => 1,
+                                            'Class' => '11893538',
+                                            'Destructor' => 1,
+                                            'InLine' => 1,
+                                            'Line' => '53',
+                                            'MnglName' => '_ZN7log4cxx16PropertyWatchdogD2Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '11898472'
+                                                                }
+                                                       },
+                                            'ShortName' => 'PropertyWatchdog',
+                                            'Source' => 'propertyconfigurator.cpp',
+                                            'Virt' => 1
+                                          },
+                            '119168' => {
+                                          'Class' => '119080',
+                                          'Const' => 1,
+                                          'Header' => 'filter.h',
+                                          'InLine' => 2,
+                                          'Line' => '82',
+                                          'MnglName' => '_ZNK7log4cxx3spi6Filter10instanceofERKNS_7helpers5ClassE',
+                                          'Param' => {
+                                                       '0' => {
+                                                                'name' => 'this',
+                                                                'type' => '138056'
+                                                              },
+                                                       '1' => {
+                                                                'name' => 'clazz',
+                                                                'type' => '55278'
+                                                              }
+                                                     },
+                                          'Return' => '41824',
+                                          'ShortName' => 'instanceof',
+                                          'Virt' => 1,
+                                          'VirtPos' => '3'
+                                        },
+                            '119212' => {
+                                          'Class' => '119080',
+                                          'Const' => 1,
+                                          'Header' => 'filter.h',
+                                          'InLine' => 2,
+                                          'Line' => '79',
+                                          'MnglName' => '_ZNK7log4cxx3spi6Filter4castERKNS_7helpers5ClassE',
+                                          'Param' => {
+                                                       '0' => {
+                                                                'name' => 'this',
+                                                                'type' => '138056'
+                                                              },
+                                                       '1' => {
+                                                                'name' => 'clazz',
+                                                                'type' => '55278'
+                                                              }
+                                                     },
+                                          'Return' => '45584',
+                                          'ShortName' => 'cast',
+                                          'Virt' => 1,
+                                          'VirtPos' => '4'
+                                        },
+                            '119256' => {
+                                          'Class' => '119080',
+                                          'Const' => 1,
+                                          'Header' => 'filter.h',
+                                          'Line' => '84',
+                                          'MnglName' => '_ZNK7log4cxx3spi6Filter7getNextEv',
+                                          'Param' => {
+                                                       '0' => {
+                                                                'name' => 'this',
+                                                                'type' => '138056'
+                                                              }
+                                                     },
+                                          'Private' => 1,
+                                          'Reg' => {
+                                                     '0' => 'rsi'
+                                                   },
+                                          'Return' => '119298',
+                                          'ShortName' => 'getNext',
+                                          'Source' => 'filter.cpp',
+                                          'SourceLine' => '29'
+                                        },
+                            '119268' => {
+                                          'Class' => '119080',
+                                          'Header' => 'filter.h',
+                                          'Line' => '85',
+                                          'MnglName' => '_ZN7log4cxx3spi6Filter7setNextERKSt10shared_ptrIS1_E',
+                                          'Param' => {
+                                                       '0' => {
+                                                                'name' => 'this',
+                                                                'type' => '120471'
+                                                              },
+                                                       '1' => {
+                                                                'name' => 'newNext',
+                                                                'type' => '120668'
+                                                              }
+                                                     },
+                                          'Private' => 1,
+                                          'Return' => '1',
+                                          'ShortName' => 'setNext',
+                                          'Source' => 'filter.cpp',
+                                          'SourceLine' => '34'
+                                        },
+                            '119280' => {
+                                          'Class' => '119080',
+                                          'Header' => 'filter.h',
+                                          'Line' => '78',
+                                          'MnglName' => '_ZN7log4cxx3spi6Filter14getStaticClassEv',
+                                          'Private' => 1,
+                                          'Return' => '55278',
+                                          'ShortName' => 'getStaticClass',
+                                          'Source' => 'loader.cpp',
+                                          'SourceLine' => '45',
+                                          'Static' => 1
+                                        },
+                            '1193513' => {
+                                           'Class' => '1043859',
+                                           'Destructor' => 1,
+                                           'Header' => 'bytebuffer.h',
+                                           'Line' => '43',
+                                           'MnglName' => '_ZN7log4cxx7helpers10ByteBufferD2Ev',
+                                           'Param' => {
+                                                        '0' => {
+                                                                 'name' => 'this',
+                                                                 'type' => '1045603'
+                                                               }
+                                                      },
+                                           'Reg' => {
+                                                      '0' => 'rdi'
+                                                    },
+                                           'ShortName' => 'ByteBuffer',
+                                           'Source' => 'bytebuffer.cpp',
+                                           'SourceLine' => '30'
+                                         },
+                            '1193607' => {
+                                           'Class' => '1043859',
+                                           'Constructor' => 1,
+                                           'Header' => 'bytebuffer.h',
+                                           'Line' => '42',
+                                           'MnglName' => '_ZN7log4cxx7helpers10ByteBufferC2EPcm',
+                                           'Param' => {
+                                                        '0' => {
+                                                                 'name' => 'this',
+                                                                 'type' => '1045603'
+                                                               },
+                                                        '1' => {
+                                                                 'name' => 'data1',
+                                                                 'type' => '43431'
+                                                               },
+                                                        '2' => {
+                                                                 'name' => 'capacity',
+                                                                 'type' => '41980'
+                                                               }
+                                                      },
+                                           'Reg' => {
+                                                      '0' => 'rdi',
+                                                      '1' => 'rsi',
+                                                      '2' => 'rdx'
+                                                    },
+                                           'ShortName' => 'ByteBuffer',
+                                           'Source' => 'bytebuffer.cpp',
+                                           'SourceLine' => '25'
+                                         },
+                            '1193608' => {
+                                           'Class' => '1043859',
+                                           'Constructor' => 1,
+                                           'Header' => 'bytebuffer.h',
+                                           'Line' => '42',
+                                           'MnglName' => '_ZN7log4cxx7helpers10ByteBufferC1EPcm',
+                                           'Param' => {
+                                                        '0' => {
+                                                                 'name' => 'this',
+                                                                 'type' => '1045603'
+                                                               },
+                                                        '1' => {
+                                                                 'name' => 'data1',
+                                                                 'type' => '43431'
+                                                               },
+                                                        '2' => {
+                                                                 'name' => 'capacity',
+                                                                 'type' => '41980'
+                                                               }
+                                                      },
+                                           'Reg' => {
+                                                      '0' => 'rdi',
+                                                      '1' => 'rsi',
+                                                      '2' => 'rdx'
+                                                    },
+                                           'ShortName' => 'ByteBuffer',
+                                           'Source' => 'bytebuffer.cpp',
+                                           'SourceLine' => '25'
+                                         },
+                            '119415' => {
+                                          'Class' => '119333',
+                                          'Header' => 'optionhandler.h',
+                                          'Line' => '37',
+                                          'MnglName' => '_ZN7log4cxx3spi13OptionHandler14getStaticClassEv',
+                                          'Private' => 1,
+                                          'Return' => '55278',
+                                          'ShortName' => 'getStaticClass',
+                                          'Source' => 'loader.cpp',
+                                          'SourceLine' => '42',
+                                          'Static' => 1
+                                        },
+                            '119581' => {
+                                          'Class' => '119441',
+                                          'Const' => 1,
+                                          'Header' => 'andfilter.h',
+                                          'MnglName' => '_ZNK7log4cxx6filter9AndFilter8getClassEv',
+                                          'Param' => {
+                                                       '0' => {
+                                                                'name' => 'this',
+                                                                'type' => '120663'
+                                                              }
+                                                     },
+                                          'Return' => '55278',
+                                          'ShortName' => 'getClass',
+                                          'Source' => 'andfilter.cpp',
+                                          'SourceLine' => '28',
+                                          'Virt' => 1,
+                                          'VirtPos' => '0'
+                                        },
+                            '119620' => {
+                                          'Class' => '119441',
+                                          'Header' => 'andfilter.h',
+                                          'MnglName' => '_ZN7log4cxx6filter9AndFilter14getStaticClassEv',
+                                          'Return' => '55278',
+                                          'ShortName' => 'getStaticClass',
+                                          'Source' => 'andfilter.cpp',
+                                          'SourceLine' => '28',
+                                          'Static' => 1
+                                        },
+                            '119638' => {
+                                          'Class' => '119441',
+                                          'Header' => 'andfilter.h',
+                                          'MnglName' => '_ZN7log4cxx6filter9AndFilter13registerClassEv',
+                                          'Return' => '55284',
+                                          'ShortName' => 'registerClass',
+                                          'Source' => 'andfilter.cpp',
+                                          'SourceLine' => '28',
+                                          'Static' => 1
+                                        },
+                            '119656' => {
+                                          'Class' => '119441',
+                                          'Const' => 1,
+                                          'Header' => 'andfilter.h',
+                                          'InLine' => 2,
+                                          'Line' => '89',
+                                          'MnglName' => '_ZNK7log4cxx6filter9AndFilter4castERKNS_7helpers5ClassE',
+                                          'Param' => {
+                                                       '0' => {
+                                                                'name' => 'this',
+                                                                'type' => '120663'
+                                                              },
+                                                       '1' => {
+                                                                'name' => 'clazz',
+                                                                'type' => '55278'
+                                                              }
+                                                     },
+                                          'Return' => '45584',
+                                          'ShortName' => 'cast',
+                                          'Virt' => 1,
+                                          'VirtPos' => '4'
+                                        },
+                            '119700' => {
+                                          'Class' => '119441',
+                                          'Const' => 1,
+                                          'Header' => 'andfilter.h',
+                                          'InLine' => 2,
+                                          'Line' => '91',
+                                          'MnglName' => '_ZNK7log4cxx6filter9AndFilter10instanceofERKNS_7helpers5ClassE',
+                                          'Param' => {
+                                                       '0' => {
+                                                                'name' => 'this',
+                                                                'type' => '120663'
+                                                              },
+                                                       '1' => {
+                                                                'name' => 'clazz',
+                                                                'type' => '55278'
+                                                              }
+                                                     },
+                                          'Return' => '41824',
+                                          'ShortName' => 'instanceof',
+                                          'Virt' => 1,
+                                          'VirtPos' => '3'
+                                        },
+                            '119781' => {
+                                          'Class' => '119441',
+                                          'Header' => 'andfilter.h',
+                                          'MnglName' => '_ZN7log4cxx6filter9AndFilter9addFilterERKSt10shared_ptrINS_3spi6FilterEE',
+                                          'Param' => {
+                                                       '0' => {
+                                                                'name' => 'this',
+                                                                'type' => '120629'
+                                                              },
+                                                       '1' => {
+                                                                'name' => 'filter',
+                                                                'type' => '120668'
+                                                              }
+                                                     },
+                                          'Return' => '1',
+                                          'ShortName' => 'addFilter',
+                                          'Source' => 'andfilter.cpp',
+                                          'SourceLine' => '36'
+                                        },
+                            '119813' => {
+                                          'Class' => '119441',
+                                          'Header' => 'andfilter.h',
+                                          'MnglName' => '_ZN7log4cxx6filter9AndFilter16setAcceptOnMatchEb',
+                                          'Param' => {
+                                                       '0' => {
+                                                                'name' => 'this',
+                                                                'type' => '120629'
+                                                              },
+                                                       '1' => {
+                                                                'name' => 'newValue',
+                                                                'type' => '41824'
+                                                              }
+                                                     },
+                                          'Reg' => {
+                                                     '0' => 'rdi',
+                                                     '1' => 'rsi'
+                                                   },
+                                          'Return' => '1',
+                                          'ShortName' => 'setAcceptOnMatch',
+                                          'Source' => 'andfilter.cpp',
+                                          'SourceLine' => '50'
+                                        },
+                            '119845' => {
+                                          'Class' => '119441',
+                                          'Const' => 1,
+                                          'Header' => 'andfilter.h',
+                                          'MnglName' => '_ZNK7log4cxx6filter9AndFilter6decideERKSt10shared_ptrINS_3spi12LoggingEventEE',
+                                          'Param' => {
+                                                       '0' => {
+                                                                'name' => 'this',
+                                                                'type' => '120663'
+                                                              },
+                                                       '1' => {
+                                                                'name' => 'event',
+                                                                'type' => '120674'
+                                                              }
+                                                     },
+                                          'Return' => '119089',
+                                          'ShortName' => 'decide',
+                                          'Source' => 'andfilter.cpp',
+                                          'SourceLine' => '55',
+                                          'Virt' => 1,
+                                          'VirtPos' => '7'
+                                        },
+                            '120009' => {
+                                          'Class' => '119889',
+                                          'Const' => 1,
+                                          'Header' => 'andfilter.h',
+                                          'InLine' => 2,
+                                          'Line' => '88',
+                                          'MnglName' => '_ZNK7log4cxx6filter9AndFilter14ClazzAndFilter7getNameB5cxx11Ev',
+                                          'Param' => {
+                                                       '0' => {
+                                                                'name' => 'this',
+                                                                'type' => '120703'
+                                                              }
+                                                     },
+                                          'Return' => '54480',
+                                          'ShortName' => 'getName',
+                                          'Virt' => 1,
+                                          'VirtPos' => '3'
+                                        },
+                            '120048' => {
+                                          'Class' => '119889',
+                                          'Const' => 1,
+                                          'Header' => 'andfilter.h',
+                                          'InLine' => 2,
+                                          'Line' => '88',
+                                          'MnglName' => '_ZNK7log4cxx6filter9AndFilter14ClazzAndFilter11newInstanceEv',
+                                          'Param' => {
+                                                       '0' => {
+                                                                'name' => 'this',
+                                                                'type' => '120703'
+                                                              }
+                                                     },
+                                          'Return' => '120623',
+                                          'ShortName' => 'newInstance',
+                                          'Virt' => 1,
+                                          'VirtPos' => '4'
+                                        },
+                            '120142' => {
+                                          'Data' => 1,
+                                          'Line' => '28',
+                                          'MnglName' => '_ZN7log4cxx7classes21AndFilterRegistrationE',
+                                          'NameSpace' => 'log4cxx::classes',
+                                          'Return' => '55284',
+                                          'ShortName' => 'AndFilterRegistration',
+                                          'Source' => 'andfilter.cpp'
+                                        },
+                            '121098' => {
+                                          'Artificial' => 1,
+                                          'Class' => '119441',
+                                          'Destructor' => 1,
+                                          'Header' => 'andfilter.h',
+                                          'InLine' => 1,
+                                          'Line' => '77',
+                                          'MnglName' => '_ZN7log4cxx6filter9AndFilterD0Ev',
+                                          'Param' => {
+                                                       '0' => {
+                                                                'name' => 'this',
+                                                                'type' => '120629'
+                                                              }
+                                                     },
+                                          'ShortName' => 'AndFilter',
+                                          'Virt' => 1
+                                        },
+                            '121099' => {
+                                          'Artificial' => 1,
+                                          'Class' => '119441',
+                                          'Destructor' => 1,
+                                          'Header' => 'andfilter.h',
+                                          'InLine' => 1,
+                                          'Line' => '77',
+                                          'MnglName' => '_ZN7log4cxx6filter9AndFilterD2Ev',
+                                          'Param' => {
+                                                       '0' => {
+                                                                'name' => 'this',
+                                                                'type' => '120629'
+                                                              }
+                                                     },
+                                          'ShortName' => 'AndFilter',
+                                          'Virt' => 1
+                                        },
+                            '12220331' => {
+                                            'Class' => '10458167',
+                                            'Destructor' => 1,
+                                            'Header' => 'propertyconfigurator.h',
+                                            'MnglName' => '_ZN7log4cxx20PropertyConfiguratorD0Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '11900252'
+                                                                }
+                                                       },
+                                            'ShortName' => 'PropertyConfigurator',
+                                            'Source' => 'propertyconfigurator.cpp',
+                                            'SourceLine' => '84',
+                                            'Virt' => 1
+                                          },
+                            '12220430' => {
+                                            'Class' => '10458167',
+                                            'Destructor' => 1,
+                                            'Header' => 'propertyconfigurator.h',
+                                            'MnglName' => '_ZN7log4cxx20PropertyConfiguratorD1Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '11900252'
+                                                                }
+                                                       },
+                                            'ShortName' => 'PropertyConfigurator',
+                                            'Source' => 'propertyconfigurator.cpp',
+                                            'SourceLine' => '84',
+                                            'Virt' => 1
+                                          },
+                            '12221620' => {
+                                            'Class' => '10458167',
+                                            'Destructor' => 1,
+                                            'Header' => 'propertyconfigurator.h',
+                                            'MnglName' => '_ZN7log4cxx20PropertyConfiguratorD2Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '11900252'
+                                                                }
+                                                       },
+                                            'ShortName' => 'PropertyConfigurator',
+                                            'Source' => 'propertyconfigurator.cpp',
+                                            'SourceLine' => '84',
+                                            'Virt' => 1
+                                          },
+                            '12222804' => {
+                                            'Class' => '10458167',
+                                            'Constructor' => 1,
+                                            'Header' => 'propertyconfigurator.h',
+                                            'MnglName' => '_ZN7log4cxx20PropertyConfiguratorC1Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '11900252'
+                                                                }
+                                                       },
+                                            'ShortName' => 'PropertyConfigurator',
+                                            'Source' => 'propertyconfigurator.cpp',
+                                            'SourceLine' => '79'
+                                          },
+                            '12224014' => {
+                                            'Class' => '10458167',
+                                            'Constructor' => 1,
+                                            'Header' => 'propertyconfigurator.h',
+                                            'MnglName' => '_ZN7log4cxx20PropertyConfiguratorC2Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '11900252'
+                                                                }
+                                                       },
+                                            'ShortName' => 'PropertyConfigurator',
+                                            'Source' => 'propertyconfigurator.cpp',
+                                            'SourceLine' => '79'
+                                          },
+                            '12228440' => {
+                                            'Artificial' => 1,
+                                            'Class' => '11894647',
+                                            'Destructor' => 1,
+                                            'Header' => 'propertyconfigurator.h',
+                                            'InLine' => 1,
+                                            'Line' => '109',
+                                            'MnglName' => '_ZN7log4cxx20PropertyConfigurator25ClazzPropertyConfiguratorD0Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '11900316'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzPropertyConfigurator',
+                                            'Virt' => 1
+                                          },
+                            '12228441' => {
+                                            'Artificial' => 1,
+                                            'Class' => '11894647',
+                                            'Destructor' => 1,
+                                            'Header' => 'propertyconfigurator.h',
+                                            'InLine' => 1,
+                                            'Line' => '109',
+                                            'MnglName' => '_ZN7log4cxx20PropertyConfigurator25ClazzPropertyConfiguratorD1Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '11900316'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzPropertyConfigurator',
+                                            'Virt' => 1
+                                          },
+                            '12228582' => {
+                                            'Artificial' => 1,
+                                            'Class' => '11894647',
+                                            'Destructor' => 1,
+                                            'Header' => 'propertyconfigurator.h',
+                                            'InLine' => 1,
+                                            'Line' => '109',
+                                            'MnglName' => '_ZN7log4cxx20PropertyConfigurator25ClazzPropertyConfiguratorD2Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '11900316'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzPropertyConfigurator',
+                                            'Virt' => 1
+                                          },
+                            '12228672' => {
+                                            'Artificial' => 1,
+                                            'Class' => '11894647',
+                                            'Constructor' => 1,
+                                            'Header' => 'propertyconfigurator.h',
+                                            'InLine' => 1,
+                                            'Line' => '109',
+                                            'MnglName' => '_ZN7log4cxx20PropertyConfigurator25ClazzPropertyConfiguratorC2Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '11900316'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzPropertyConfigurator'
+                                          },
+                            '12228673' => {
+                                            'Artificial' => 1,
+                                            'Class' => '11894647',
+                                            'Constructor' => 1,
+                                            'Header' => 'propertyconfigurator.h',
+                                            'InLine' => 1,
+                                            'Line' => '109',
+                                            'MnglName' => '_ZN7log4cxx20PropertyConfigurator25ClazzPropertyConfiguratorC1Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '11900316'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzPropertyConfigurator'
+                                          },
+                            '12291827' => {
+                                            'Class' => '5743830',
+                                            'Const' => 1,
+                                            'Header' => 'resourcebundle.h',
+                                            'InLine' => 2,
+                                            'Line' => '41',
+                                            'MnglName' => '_ZNK7log4cxx7helpers14ResourceBundle10instanceofERKNS0_5ClassE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12308500'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'clazz',
+                                                                  'type' => '55278'
+                                                                }
+                                                       },
+                                            'Return' => '41824',
+                                            'ShortName' => 'instanceof',
+                                            'Virt' => 1,
+                                            'VirtPos' => '3'
+                                          },
+                            '12291871' => {
+                                            'Class' => '5743830',
+                                            'Const' => 1,
+                                            'Header' => 'resourcebundle.h',
+                                            'InLine' => 2,
+                                            'Line' => '39',
+                                            'MnglName' => '_ZNK7log4cxx7helpers14ResourceBundle4castERKNS0_5ClassE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12308500'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'clazz',
+                                                                  'type' => '55278'
+                                                                }
+                                                       },
+                                            'Return' => '45584',
+                                            'ShortName' => 'cast',
+                                            'Virt' => 1,
+                                            'VirtPos' => '4'
+                                          },
+                            '12291915' => {
+                                            'Class' => '5743830',
+                                            'Header' => 'resourcebundle.h',
+                                            'Line' => '38',
+                                            'MnglName' => '_ZN7log4cxx7helpers14ResourceBundle14getStaticClassEv',
+                                            'Private' => 1,
+                                            'Return' => '55278',
+                                            'ShortName' => 'getStaticClass',
+                                            'Source' => 'resourcebundle.cpp',
+                                            'SourceLine' => '28',
+                                            'Static' => 1
+                                          },
+                            '12292458' => {
+                                            'Class' => '12292374',
+                                            'Const' => 1,
+                                            'Header' => 'propertyresourcebundle.h',
+                                            'MnglName' => '_ZNK7log4cxx7helpers22PropertyResourceBundle8getClassEv',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12293839'
+                                                                }
+                                                       },
+                                            'Return' => '55278',
+                                            'ShortName' => 'getClass',
+                                            'Source' => 'propertyresourcebundle.cpp',
+                                            'SourceLine' => '28',
+                                            'Virt' => 1,
+                                            'VirtPos' => '0'
+                                          },
+                            '12292497' => {
+                                            'Class' => '12292374',
+                                            'Header' => 'propertyresourcebundle.h',
+                                            'Line' => '38',
+                                            'MnglName' => '_ZN7log4cxx7helpers22PropertyResourceBundle14getStaticClassEv',
+                                            'Return' => '55278',
+                                            'ShortName' => 'getStaticClass',
+                                            'Source' => 'propertyresourcebundle.cpp',
+                                            'SourceLine' => '28',
+                                            'Static' => 1
+                                          },
+                            '12292515' => {
+                                            'Class' => '12292374',
+                                            'Header' => 'propertyresourcebundle.h',
+                                            'MnglName' => '_ZN7log4cxx7helpers22PropertyResourceBundle13registerClassEv',
+                                            'Return' => '55284',
+                                            'ShortName' => 'registerClass',
+                                            'Source' => 'propertyresourcebundle.cpp',
+                                            'SourceLine' => '28',
+                                            'Static' => 1
+                                          },
+                            '12292533' => {
+                                            'Class' => '12292374',
+                                            'Const' => 1,
+                                            'Header' => 'propertyresourcebundle.h',
+                                            'InLine' => 2,
+                                            'Line' => '39',
+                                            'MnglName' => '_ZNK7log4cxx7helpers22PropertyResourceBundle4castERKNS0_5ClassE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12293839'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'clazz',
+                                                                  'type' => '55278'
+                                                                }
+                                                       },
+                                            'Return' => '45584',
+                                            'ShortName' => 'cast',
+                                            'Virt' => 1,
+                                            'VirtPos' => '4'
+                                          },
+                            '12292577' => {
+                                            'Class' => '12292374',
+                                            'Const' => 1,
+                                            'Header' => 'propertyresourcebundle.h',
+                                            'InLine' => 2,
+                                            'Line' => '42',
+                                            'MnglName' => '_ZNK7log4cxx7helpers22PropertyResourceBundle10instanceofERKNS0_5ClassE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12293839'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'clazz',
+                                                                  'type' => '55278'
+                                                                }
+                                                       },
+                                            'Return' => '41824',
+                                            'ShortName' => 'instanceof',
+                                            'Virt' => 1,
+                                            'VirtPos' => '3'
+                                          },
+                            '12292653' => {
+                                            'Class' => '12292374',
+                                            'Const' => 1,
+                                            'Header' => 'propertyresourcebundle.h',
+                                            'MnglName' => '_ZNK7log4cxx7helpers22PropertyResourceBundle9getStringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12293839'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'key',
+                                                                  'type' => '207559'
+                                                                }
+                                                       },
+                                            'Return' => '54480',
+                                            'ShortName' => 'getString',
+                                            'Source' => 'propertyresourcebundle.cpp',
+                                            'SourceLine' => '36',
+                                            'Virt' => 1,
+                                            'VirtPos' => '5'
+                                          },
+                            '12292832' => {
+                                            'Class' => '12292712',
+                                            'Const' => 1,
+                                            'Header' => 'propertyresourcebundle.h',
+                                            'InLine' => 2,
+                                            'Line' => '38',
+                                            'MnglName' => '_ZNK7log4cxx7helpers22PropertyResourceBundle27ClazzPropertyResourceBundle7getNameB5cxx11Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12293867'
+                                                                }
+                                                       },
+                                            'Return' => '54480',
+                                            'ShortName' => 'getName',
+                                            'Virt' => 1,
+                                            'VirtPos' => '3'
+                                          },
+                            '12293208' => {
+                                            'Data' => 1,
+                                            'Line' => '28',
+                                            'MnglName' => '_ZN7log4cxx7classes34PropertyResourceBundleRegistrationE',
+                                            'NameSpace' => 'log4cxx::classes',
+                                            'Return' => '55284',
+                                            'ShortName' => 'PropertyResourceBundleRegistration',
+                                            'Source' => 'propertyresourcebundle.cpp'
+                                          },
+                            '12294707' => {
+                                            'Artificial' => 1,
+                                            'Class' => '12292374',
+                                            'Destructor' => 1,
+                                            'Header' => 'propertyresourcebundle.h',
+                                            'InLine' => 1,
+                                            'Line' => '35',
+                                            'MnglName' => '_ZN7log4cxx7helpers22PropertyResourceBundleD0Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12293816'
+                                                                }
+                                                       },
+                                            'ShortName' => 'PropertyResourceBundle',
+                                            'Virt' => 1
+                                          },
+                            '12294708' => {
+                                            'Artificial' => 1,
+                                            'Class' => '12292374',
+                                            'Destructor' => 1,
+                                            'Header' => 'propertyresourcebundle.h',
+                                            'InLine' => 1,
+                                            'Line' => '35',
+                                            'MnglName' => '_ZN7log4cxx7helpers22PropertyResourceBundleD1Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12293816'
+                                                                }
+                                                       },
+                                            'ShortName' => 'PropertyResourceBundle',
+                                            'Virt' => 1
+                                          },
+                            '12295585' => {
+                                            'Artificial' => 1,
+                                            'Class' => '12292374',
+                                            'Destructor' => 1,
+                                            'Header' => 'propertyresourcebundle.h',
+                                            'InLine' => 1,
+                                            'Line' => '35',
+                                            'MnglName' => '_ZN7log4cxx7helpers22PropertyResourceBundleD2Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12293816'
+                                                                }
+                                                       },
+                                            'ShortName' => 'PropertyResourceBundle',
+                                            'Virt' => 1
+                                          },
+                            '12304097' => {
+                                            'Class' => '12292374',
+                                            'Constructor' => 1,
+                                            'Header' => 'propertyresourcebundle.h',
+                                            'MnglName' => '_ZN7log4cxx7helpers22PropertyResourceBundleC2ESt10shared_ptrINS0_11InputStreamEE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12293816'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'inStream',
+                                                                  'type' => '3297928'
+                                                                }
+                                                       },
+                                            'ShortName' => 'PropertyResourceBundle',
+                                            'Source' => 'propertyresourcebundle.cpp',
+                                            'SourceLine' => '31'
+                                          },
+                            '12304098' => {
+                                            'Class' => '12292374',
+                                            'Constructor' => 1,
+                                            'Header' => 'propertyresourcebundle.h',
+                                            'MnglName' => '_ZN7log4cxx7helpers22PropertyResourceBundleC1ESt10shared_ptrINS0_11InputStreamEE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12293816'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'inStream',
+                                                                  'type' => '3297928'
+                                                                }
+                                                       },
+                                            'ShortName' => 'PropertyResourceBundle',
+                                            'Source' => 'propertyresourcebundle.cpp',
+                                            'SourceLine' => '31'
+                                          },
+                            '12306226' => {
+                                            'Artificial' => 1,
+                                            'Class' => '5743830',
+                                            'Destructor' => 1,
+                                            'Header' => 'resourcebundle.h',
+                                            'InLine' => 1,
+                                            'Line' => '35',
+                                            'MnglName' => '_ZN7log4cxx7helpers14ResourceBundleD0Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12293356'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ResourceBundle',
+                                            'Virt' => 1
+                                          },
+                            '12306227' => {
+                                            'Artificial' => 1,
+                                            'Class' => '5743830',
+                                            'Destructor' => 1,
+                                            'Header' => 'resourcebundle.h',
+                                            'InLine' => 1,
+                                            'Line' => '35',
+                                            'MnglName' => '_ZN7log4cxx7helpers14ResourceBundleD1Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12293356'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ResourceBundle',
+                                            'Virt' => 1
+                                          },
+                            '12306249' => {
+                                            'Artificial' => 1,
+                                            'Class' => '5743830',
+                                            'Destructor' => 1,
+                                            'Header' => 'resourcebundle.h',
+                                            'InLine' => 1,
+                                            'Line' => '35',
+                                            'MnglName' => '_ZN7log4cxx7helpers14ResourceBundleD2Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12293356'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ResourceBundle',
+                                            'Virt' => 1
+                                          },
+                            '12306299' => {
+                                            'Artificial' => 1,
+                                            'Class' => '5743830',
+                                            'Constructor' => 1,
+                                            'Header' => 'resourcebundle.h',
+                                            'InLine' => 1,
+                                            'Line' => '35',
+                                            'MnglName' => '_ZN7log4cxx7helpers14ResourceBundleC2Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12293356'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ResourceBundle'
+                                          },
+                            '12306300' => {
+                                            'Artificial' => 1,
+                                            'Class' => '5743830',
+                                            'Constructor' => 1,
+                                            'Header' => 'resourcebundle.h',
+                                            'InLine' => 1,
+                                            'Line' => '35',
+                                            'MnglName' => '_ZN7log4cxx7helpers14ResourceBundleC1Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12293356'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ResourceBundle'
+                                          },
+                            '12308240' => {
+                                            'Artificial' => 1,
+                                            'Class' => '12292712',
+                                            'Destructor' => 1,
+                                            'Header' => 'propertyresourcebundle.h',
+                                            'InLine' => 1,
+                                            'Line' => '38',
+                                            'MnglName' => '_ZN7log4cxx7helpers22PropertyResourceBundle27ClazzPropertyResourceBundleD0Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12293850'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzPropertyResourceBundle',
+                                            'Virt' => 1
+                                          },
+                            '12308241' => {
+                                            'Artificial' => 1,
+                                            'Class' => '12292712',
+                                            'Destructor' => 1,
+                                            'Header' => 'propertyresourcebundle.h',
+                                            'InLine' => 1,
+                                            'Line' => '38',
+                                            'MnglName' => '_ZN7log4cxx7helpers22PropertyResourceBundle27ClazzPropertyResourceBundleD1Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12293850'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzPropertyResourceBundle',
+                                            'Virt' => 1
+                                          },
+                            '12308381' => {
+                                            'Artificial' => 1,
+                                            'Class' => '12292712',
+                                            'Destructor' => 1,
+                                            'Header' => 'propertyresourcebundle.h',
+                                            'InLine' => 1,
+                                            'Line' => '38',
+                                            'MnglName' => '_ZN7log4cxx7helpers22PropertyResourceBundle27ClazzPropertyResourceBundleD2Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12293850'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzPropertyResourceBundle',
+                                            'Virt' => 1
+                                          },
+                            '12308471' => {
+                                            'Artificial' => 1,
+                                            'Class' => '12292712',
+                                            'Constructor' => 1,
+                                            'Header' => 'propertyresourcebundle.h',
+                                            'InLine' => 1,
+                                            'Line' => '38',
+                                            'MnglName' => '_ZN7log4cxx7helpers22PropertyResourceBundle27ClazzPropertyResourceBundleC2Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12293850'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzPropertyResourceBundle'
+                                          },
+                            '12308472' => {
+                                            'Artificial' => 1,
+                                            'Class' => '12292712',
+                                            'Constructor' => 1,
+                                            'Header' => 'propertyresourcebundle.h',
+                                            'InLine' => 1,
+                                            'Line' => '38',
+                                            'MnglName' => '_ZN7log4cxx7helpers22PropertyResourceBundle27ClazzPropertyResourceBundleC1Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12293850'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzPropertyResourceBundle'
+                                          },
+                            '123357' => {
+                                          'Artificial' => 1,
+                                          'Class' => '119441',
+                                          'Destructor' => 1,
+                                          'Header' => 'andfilter.h',
+                                          'InLine' => 1,
+                                          'Line' => '77',
+                                          'MnglName' => '_ZN7log4cxx6filter9AndFilterD1Ev',
+                                          'Param' => {
+                                                       '0' => {
+                                                                'name' => 'this',
+                                                                'type' => '120629'
+                                                              }
+                                                     },
+                                          'ShortName' => 'AndFilter',
+                                          'Virt' => 1
+                                        },
+                            '12377330' => {
+                                            'Header' => 'object.h',
+                                            'InLine' => 2,
+                                            'Line' => '116',
+                                            'MnglName' => '_ZN7log4cxx4castINS_3spi13OptionHandlerENS_7helpers6ObjectELb0ELb1EEESt10shared_ptrIT_ERKS5_IT0_E',
+                                            'NameSpace' => 'log4cxx',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'incoming',
+                                                                  'type' => '2818137'
+                                                                }
+                                                       },
+                                            'Return' => '12356376',
+                                            'ShortName' => 'cast<log4cxx::spi::OptionHandler, log4cxx::helpers::Object>',
+                                            'TParam' => {
+                                                          '0' => {
+                                                                   'key' => 'Ret',
+                                                                   'type' => '119333'
+                                                                 },
+                                                          '1' => {
+                                                                   'key' => 'Type',
+                                                                   'type' => '54460'
+                                                                 }
+                                                        }
+                                          },
+                            '12421304' => {
+                                            'Class' => '3301621',
+                                            'Constructor' => 1,
+                                            'Header' => 'propertysetter.h',
+                                            'Line' => '65',
+                                            'MnglName' => '_ZN7log4cxx6config14PropertySetterC2ERKSt10shared_ptrINS_7helpers6ObjectEE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '3306452'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'obj1',
+                                                                  'type' => '641215'
+                                                                }
+                                                       },
+                                            'Reg' => {
+                                                       '0' => 'rdi',
+                                                       '1' => 'rsi'
+                                                     },
+                                            'ShortName' => 'PropertySetter',
+                                            'Source' => 'propertysetter.cpp',
+                                            'SourceLine' => '34'
+                                          },
+                            '12421305' => {
+                                            'Class' => '3301621',
+                                            'Constructor' => 1,
+                                            'Header' => 'propertysetter.h',
+                                            'Line' => '65',
+                                            'MnglName' => '_ZN7log4cxx6config14PropertySetterC1ERKSt10shared_ptrINS_7helpers6ObjectEE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '3306452'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'obj1',
+                                                                  'type' => '641215'
+                                                                }
+                                                       },
+                                            'Reg' => {
+                                                       '0' => 'rdi',
+                                                       '1' => 'rsi'
+                                                     },
+                                            'ShortName' => 'PropertySetter',
+                                            'Source' => 'propertysetter.cpp',
+                                            'SourceLine' => '34'
+                                          },
+                            '12475379' => {
+                                            'Class' => '6378743',
+                                            'Const' => 1,
+                                            'Header' => 'reader.h',
+                                            'MnglName' => '_ZNK7log4cxx7helpers6Reader8getClassEv',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '6399865'
+                                                                }
+                                                       },
+                                            'Return' => '55278',
+                                            'ShortName' => 'getClass',
+                                            'Source' => 'reader.cpp',
+                                            'SourceLine' => '23',
+                                            'Virt' => 1,
+                                            'VirtPos' => '0'
+                                          },
+                            '12475436' => {
+                                            'Class' => '6378743',
+                                            'Header' => 'reader.h',
+                                            'MnglName' => '_ZN7log4cxx7helpers6Reader13registerClassEv',
+                                            'Return' => '55284',
+                                            'ShortName' => 'registerClass',
+                                            'Source' => 'reader.cpp',
+                                            'SourceLine' => '23',
+                                            'Static' => 1
+                                          },
+                            '12475498' => {
+                                            'Class' => '6378743',
+                                            'Const' => 1,
+                                            'Header' => 'reader.h',
+                                            'InLine' => 2,
+                                            'Line' => '39',
+                                            'MnglName' => '_ZNK7log4cxx7helpers6Reader10instanceofERKNS0_5ClassE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '6399865'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'clazz',
+                                                                  'type' => '55278'
+                                                                }
+                                                       },
+                                            'Return' => '41824',
+                                            'ShortName' => 'instanceof',
+                                            'Virt' => 1,
+                                            'VirtPos' => '3'
+                                          },
+                            '12475606' => {
+                                            'Class' => '6378743',
+                                            'Header' => 'reader.h',
+                                            'Line' => '54',
+                                            'MnglName' => '_ZN7log4cxx7helpers6Reader5closeERNS0_4PoolE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12476198'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'p1',
+                                                                  'type' => '55243'
+                                                                }
+                                                       },
+                                            'PureVirt' => 1,
+                                            'Return' => '1',
+                                            'ShortName' => 'close',
+                                            'VirtPos' => '5'
+                                          },
+                            '12475647' => {
+                                            'Class' => '6378743',
+                                            'Header' => 'reader.h',
+                                            'Line' => '60',
+                                            'MnglName' => '_ZN7log4cxx7helpers6Reader4readB5cxx11ERNS0_4PoolE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12476198'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'p1',
+                                                                  'type' => '55243'
+                                                                }
+                                                       },
+                                            'PureVirt' => 1,
+                                            'Return' => '54480',
+                                            'ShortName' => 'read',
+                                            'VirtPos' => '6'
+                                          },
+                            '12475877' => {
+                                            'Class' => '12475757',
+                                            'Const' => 1,
+                                            'Header' => 'reader.h',
+                                            'InLine' => 2,
+                                            'Line' => '36',
+                                            'MnglName' => '_ZNK7log4cxx7helpers6Reader11ClazzReader7getNameB5cxx11Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12476244'
+                                                                }
+                                                       },
+                                            'Return' => '54480',
+                                            'ShortName' => 'getName',
+                                            'Virt' => 1,
+                                            'VirtPos' => '3'
+                                          },
+                            '12476028' => {
+                                            'Data' => 1,
+                                            'Line' => '23',
+                                            'MnglName' => '_ZN7log4cxx7classes18ReaderRegistrationE',
+                                            'NameSpace' => 'log4cxx::classes',
+                                            'Return' => '55284',
+                                            'ShortName' => 'ReaderRegistration',
+                                            'Source' => 'reader.cpp'
+                                          },
+                            '12479173' => {
+                                            'Class' => '6378743',
+                                            'Destructor' => 1,
+                                            'Header' => 'reader.h',
+                                            'MnglName' => '_ZN7log4cxx7helpers6ReaderD0Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12476204'
+                                                                }
+                                                       },
+                                            'Protected' => 1,
+                                            'ShortName' => 'Reader',
+                                            'Source' => 'reader.cpp',
+                                            'SourceLine' => '29',
+                                            'Virt' => 1
+                                          },
+                            '12479174' => {
+                                            'Class' => '6378743',
+                                            'Destructor' => 1,
+                                            'Header' => 'reader.h',
+                                            'MnglName' => '_ZN7log4cxx7helpers6ReaderD1Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12476204'
+                                                                }
+                                                       },
+                                            'Protected' => 1,
+                                            'ShortName' => 'Reader',
+                                            'Source' => 'reader.cpp',
+                                            'SourceLine' => '29',
+                                            'Virt' => 1
+                                          },
+                            '12479268' => {
+                                            'Class' => '6378743',
+                                            'Destructor' => 1,
+                                            'Header' => 'reader.h',
+                                            'MnglName' => '_ZN7log4cxx7helpers6ReaderD2Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12476204'
+                                                                }
+                                                       },
+                                            'Protected' => 1,
+                                            'Reg' => {
+                                                       '0' => 'rdi'
+                                                     },
+                                            'ShortName' => 'Reader',
+                                            'Source' => 'reader.cpp',
+                                            'SourceLine' => '29',
+                                            'Virt' => 1
+                                          },
+                            '12479383' => {
+                                            'Class' => '6378743',
+                                            'Constructor' => 1,
+                                            'Header' => 'reader.h',
+                                            'MnglName' => '_ZN7log4cxx7helpers6ReaderC2Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12476204'
+                                                                }
+                                                       },
+                                            'Protected' => 1,
+                                            'Reg' => {
+                                                       '0' => 'rdi'
+                                                     },
+                                            'ShortName' => 'Reader',
+                                            'Source' => 'reader.cpp',
+                                            'SourceLine' => '25'
+                                          },
+                            '12479384' => {
+                                            'Class' => '6378743',
+                                            'Constructor' => 1,
+                                            'Header' => 'reader.h',
+                                            'MnglName' => '_ZN7log4cxx7helpers6ReaderC1Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12476204'
+                                                                }
+                                                       },
+                                            'Protected' => 1,
+                                            'Reg' => {
+                                                       '0' => 'rdi'
+                                                     },
+                                            'ShortName' => 'Reader',
+                                            'Source' => 'reader.cpp',
+                                            'SourceLine' => '25'
+                                          },
+                            '12481064' => {
+                                            'Artificial' => 1,
+                                            'Class' => '12475757',
+                                            'Destructor' => 1,
+                                            'Header' => 'reader.h',
+                                            'InLine' => 1,
+                                            'Line' => '36',
+                                            'MnglName' => '_ZN7log4cxx7helpers6Reader11ClazzReaderD0Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12476227'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzReader',
+                                            'Virt' => 1
+                                          },
+                            '12481065' => {
+                                            'Artificial' => 1,
+                                            'Class' => '12475757',
+                                            'Destructor' => 1,
+                                            'Header' => 'reader.h',
+                                            'InLine' => 1,
+                                            'Line' => '36',
+                                            'MnglName' => '_ZN7log4cxx7helpers6Reader11ClazzReaderD1Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12476227'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzReader',
+                                            'Virt' => 1
+                                          },
+                            '12481205' => {
+                                            'Artificial' => 1,
+                                            'Class' => '12475757',
+                                            'Destructor' => 1,
+                                            'Header' => 'reader.h',
+                                            'InLine' => 1,
+                                            'Line' => '36',
+                                            'MnglName' => '_ZN7log4cxx7helpers6Reader11ClazzReaderD2Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12476227'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzReader',
+                                            'Virt' => 1
+                                          },
+                            '12481295' => {
+                                            'Artificial' => 1,
+                                            'Class' => '12475757',
+                                            'Constructor' => 1,
+                                            'Header' => 'reader.h',
+                                            'InLine' => 1,
+                                            'Line' => '36',
+                                            'MnglName' => '_ZN7log4cxx7helpers6Reader11ClazzReaderC2Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12476227'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzReader'
+                                          },
+                            '12481296' => {
+                                            'Artificial' => 1,
+                                            'Class' => '12475757',
+                                            'Constructor' => 1,
+                                            'Header' => 'reader.h',
+                                            'InLine' => 1,
+                                            'Line' => '36',
+                                            'MnglName' => '_ZN7log4cxx7helpers6Reader11ClazzReaderC1Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12476227'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzReader'
+                                          },
+                            '1249977' => {
+                                           'Class' => '1249967',
+                                           'Const' => 1,
+                                           'Header' => 'dateformat.h',
+                                           'InLine' => 2,
+                                           'Line' => '39',
+                                           'MnglName' => '_ZNK7log4cxx7helpers10DateFormat10instanceofERKNS0_5ClassE',
+                                           'Param' => {
+                                                        '0' => {
+                                                                 'name' => 'this',
+                                                                 'type' => '1291385'
+                                                               },
+                                                        '1' => {
+                                                                 'name' => 'clazz',
+                                                                 'type' => '55278'
+                                                               }
+                                                      },
+                                           'Return' => '41824',
+                                           'ShortName' => 'instanceof',
+                                           'Virt' => 1,
+                                           'VirtPos' => '3'
+                                         },
+                            '1250022' => {
+                                           'Class' => '1249967',
+                                           'Const' => 1,
+                                           'Header' => 'dateformat.h',
+                                           'InLine' => 2,
+                                           'Line' => '37',
+                                           'MnglName' => '_ZNK7log4cxx7helpers10DateFormat4castERKNS0_5ClassE',
+                                           'Param' => {
+                                                        '0' => {
+                                                                 'name' => 'this',
+                                                                 'type' => '1291385'
+                                                               },
+                                                        '1' => {
+                                                                 'name' => 'clazz',
+                                                                 'type' => '55278'
+                                                               }
+                                                      },
+                                           'Return' => '45584',
+                                           'ShortName' => 'cast',
+                                           'Virt' => 1,
+                                           'VirtPos' => '4'
+                                         },
+                            '1250067' => {
+                                           'Class' => '1249967',
+                                           'Header' => 'dateformat.h',
+                                           'Line' => '36',
+                                           'MnglName' => '_ZN7log4cxx7helpers10DateFormat14getStaticClassEv',
+                                           'Private' => 1,
+                                           'Return' => '55278',
+                                           'ShortName' => 'getStaticClass',
+                                           'Source' => 'dateformat.cpp',
+                                           'SourceLine' => '26',
+                                           'Static' => 1
+                                         },
+                            '1250882' => {
+                                           'Class' => '1250605',
+                                           'Header' => 'cacheddateformat.h',
+                                           'MnglName' => '_ZN7log4cxx7pattern16CachedDateFormat20findMillisecondStartExRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt10shared_ptrINS_7helpers10DateFormatEERNSB_4PoolE',
+                                           'Param' => {
+                                                        '0' => {
+                                                                 'name' => 'time',
+                                                                 'type' => '513857'
+                                                               },
+                                                        '1' => {
+                                                                 'name' => 'formatted',
+                                                                 'type' => '207559'
+                                                               },
+                                                        '2' => {
+                                                                 'name' => 'formatter',
+                                                                 'type' => '1251861'
+                                                               },
+                                                        '3' => {
+                                                                 'name' => 'pool',
+                                                                 'type' => '55243'
+                                                               }
+                                                      },
+                                           'Return' => '41771',
+                                           'ShortName' => 'findMillisecondStart',
+                                           'Source' => 'cacheddateformat.cpp',
+                                           'SourceLine' => '114',
+                                           'Static' => 1
+                                         },
+                            '1250925' => {
+                                           'Class' => '1250605',
+                                           'Const' => 1,
+                                           'Header' => 'cacheddateformat.h',
+                                           'MnglName' => '_ZNK7log4cxx7pattern16CachedDateFormat6formatERNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEExRNS_7helpers4PoolE',
+                                           'Param' => {
+                                                        '0' => {
+                                                                 'name' => 'this',
+                                                                 'type' => '1251873'
+                                                               },
+                                                        '1' => {
+                                                                 'name' => 'buf',
+                                                                 'type' => '324863'
+                                                               },
+                                                        '2' => {
+                                                                 'name' => 'now',
+                                                                 'type' => '513857'
+                                                               },
+                                                        '3' => {
+                                                                 'name' => 'p',
+                                                                 'type' => '55243'
+                                                               }
+                                                      },
+                                           'Return' => '1',
+                                           'ShortName' => 'format',
+                                           'Source' => 'cacheddateformat.cpp',
+                                           'SourceLine' => '205',
+                                           'Virt' => 1,
+                                           'VirtPos' => '5'
+                                         },
+                            '1250976' => {
+                                           'Class' => '1250605',
+                                           'Header' => 'cacheddateformat.h',
+                                           'MnglName' => '_ZN7log4cxx7pattern16CachedDateFormat17millisecondFormatEiRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEi',
+                                           'Param' => {
+                                                        '0' => {
+                                                                 'name' => 'millis',
+                                                                 'type' => '41771'
+                                                               },
+                                                        '1' => {
+                                                                 'name' => 'buf',
+                                                                 'type' => '324863'
+                                                               },
+                                                        '2' => {
+                                                                 'name' => 'offset',
+                                                                 'type' => '41771'
+                                                               }
+                                                      },
+                                           'Private' => 1,
+                                           'Reg' => {
+                                                      '1' => 'rsi'
+                                                    },
+                                           'Return' => '1',
+                                           'ShortName' => 'millisecondFormat',
+                                           'Source' => 'cacheddateformat.cpp',
+                                           'SourceLine' => '280',
+                                           'Static' => 1
+                                         },
+                            '1251009' => {
+                                           'Class' => '1250605',
+                                           'Header' => 'cacheddateformat.h',
+                                           'MnglName' => '_ZN7log4cxx7pattern16CachedDateFormat11setTimeZoneERKSt10shared_ptrINS_7helpers8TimeZoneEE',
+                                           'Param' => {
+                                                        '0' => {
+                                                                 'name' => 'this',
+                                                                 'type' => '1251856'
+                                                               },
+                                                        '1' => {
+                                                                 'name' => 'timeZone',
+                                                                 'type' => '1251878'
+                                                               }
+                                                      },
+                                           'Return' => '1',
+                                           'ShortName' => 'setTimeZone',
+                                           'Source' => 'cacheddateformat.cpp',
+                                           'SourceLine' => '296',
+                                           'Virt' => 1,
+                                           'VirtPos' => '6'
+                                         },
+                            '1251051' => {
+                                           'Class' => '1250605',
+                                           'Const' => 1,
+                                           'Header' => 'cacheddateformat.h',
+                                           'MnglName' => '_ZNK7log4cxx7pattern16CachedDateFormat12numberFormatERNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiRNS_7helpers4PoolE',
+                                           'Param' => {
+                                                        '0' => {
+                                                                 'name' => 'this',
+                                                                 'type' => '1251873'
+                                                               },
+                                                        '1' => {
+                                                                 'name' => 's',
+                                                                 'type' => '324863'
+                                                               },
+                                                        '2' => {
+                                                                 'name' => 'n',
+                                                                 'type' => '41771'
+                                                               },
+                                                        '3' => {
+                                                                 'name' => 'p',
+                                                                 'type' => '55243'
+                                                               }
+                                                      },
+                                           'Return' => '1',
+                                           'ShortName' => 'numberFormat',
+                                           'Source' => 'cacheddateformat.cpp',
+                                           'SourceLine' => '305',
+                                           'Virt' => 1,
+                                           'VirtPos' => '7'
+                                         },
+                            '1251103' => {
+                                           'Class' => '1250605',
+                                           'Header' => 'cacheddateformat.h',
+                                           'Line' => '202',
+                                           'MnglName' => '_ZN7log4cxx7pattern16CachedDateFormat23getMaximumCacheValidityERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE',
+                                           'Param' => {
+                                                        '0' => {
+                                                                 'name' => 'pattern',
+                                                                 'type' => '207559'
+                                                               }
+                                                      },
+                                           'Return' => '41771',
+                                           'ShortName' => 'getMaximumCacheValidity',
+                                           'Source' => 'cacheddateformat.cpp',
+                                           'SourceLine' => '318',
+                                           'Static' => 1
+                                         },
+                            '1251198' => {
+                                           'Class' => '1250605',
+                                           'Header' => 'cacheddateformat.h',
+                                           'MnglName' => '_ZN7log4cxx7pattern16CachedDateFormat13regionMatchesERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEmS9_mm',
+                                           'Param' => {
+                                                        '0' => {
+                                                                 'name' => 'target',
+                                                                 'type' => '207559'
+                                                               },
+                                                        '1' => {
+                                                                 'name' => 'toffset',
+                                                                 'type' => '41980'
+                                                               },
+                                                        '2' => {
+                                                                 'name' => 'other',
+                                                                 'type' => '207559'
+                                                               },
+                                                        '3' => {
+                                                                 'name' => 'ooffset',
+                                                                 'type' => '41980'
+                                                               },
+                                                        '4' => {
+                                                                 'name' => 'len',
+                                                                 'type' => '41980'
+                                                               }
+                                                      },
+                                           'Private' => 1,
+                                           'Return' => '41824',
+                                           'ShortName' => 'regionMatches',
+                                           'Source' => 'cacheddateformat.cpp',
+                                           'SourceLine' => '355',
+                                           'Static' => 1
+                                         },
+                            '1251660' => {
+                                           'Class' => '1250605',
+                                           'Data' => 1,
+                                           'Header' => 'cacheddateformat.h',
+                                           'MnglName' => '_ZN7log4cxx7pattern16CachedDateFormat6digitsE',
+                                           'Return' => '1251655',
+                                           'ShortName' => 'digits',
+                                           'Source' => 'cacheddateformat.cpp',
+                                           'SourceLine' => '40',
+                                           'Value' => '30 31 32 33 34 35 36 37 38 39 00'
+                                         },
+                            '1251669' => {
+                                           'Class' => '1250605',
+                                           'Data' => 1,
+                                           'Header' => 'cacheddateformat.h',
+                                           'MnglName' => '_ZN7log4cxx7pattern16CachedDateFormat6magic1E',
+                                           'Return' => '41779',
+                                           'ShortName' => 'magic1',
+                                           'Source' => 'cacheddateformat.cpp',
+                                           'SourceLine' => '47',
+                                           'Value' => '654000'
+                                         },
+                            '1251699' => {
+                                           'Class' => '1250605',
+                                           'Data' => 1,
+                                           'Header' => 'cacheddateformat.h',
+                                           'MnglName' => '_ZN7log4cxx7pattern16CachedDateFormat12magicString1E',
+                                           'Return' => '1251694',
+                                           'ShortName' => 'magicString1',
+                                           'Source' => 'cacheddateformat.cpp',
+                                           'SourceLine' => '53',
+                                           'Value' => '36 35 34 00'
+                                         },
+                            '1251708' => {
+                                           'Class' => '1250605',
+                                           'Data' => 1,
+                                           'Header' => 'cacheddateformat.h',
+                                           'MnglName' => '_ZN7log4cxx7pattern16CachedDateFormat6magic2E',
+                                           'Return' => '41779',
+                                           'ShortName' => 'magic2',
+                                           'Source' => 'cacheddateformat.cpp',
+                                           'SourceLine' => '60',
+                                           'Value' => '987000'
+                                         },
+                            '1251717' => {
+                                           'Class' => '1250605',
+                                           'Data' => 1,
+                                           'Header' => 'cacheddateformat.h',
+                                           'MnglName' => '_ZN7log4cxx7pattern16CachedDateFormat12magicString2E',
+                                           'Return' => '1251694',
+                                           'ShortName' => 'magicString2',
+                                           'Source' => 'cacheddateformat.cpp',
+                                           'SourceLine' => '66',
+                                           'Value' => '39 38 37 00'
+                                         },
+                            '1251726' => {
+                                           'Class' => '1250605',
+                                           'Data' => 1,
+                                           'Header' => 'cacheddateformat.h',
+                                           'MnglName' => '_ZN7log4cxx7pattern16CachedDateFormat10zeroStringE',
+                                           'Return' => '1251694',
+                                           'ShortName' => 'zeroString',
+                                           'Source' => 'cacheddateformat.cpp',
+                                           'SourceLine' => '72',
+                                           'Value' => '30 30 30 00'
+                                         },
+                            '1252718' => {
+                                           'Artificial' => 1,
+                                           'Class' => '1250605',
+                                           'Destructor' => 1,
+                                           'Header' => 'cacheddateformat.h',
+                                           'InLine' => 1,
+                                           'Line' => '32',
+                                           'MnglName' => '_ZN7log4cxx7pattern16CachedDateFormatD0Ev',
+                                           'Param' => {
+                                                        '0' => {
+                                                                 'name' => 'this',
+                                                                 'type' => '1251856'
+                                                               }
+                                                      },
+                                           'ShortName' => 'CachedDateFormat',
+                                           'Virt' => 1
+                                         },
+                            '1252719' => {
+                                           'Artificial' => 1,
+                                           'Class' => '1250605',
+                                           'Destructor' => 1,
+                                           'Header' => 'cacheddateformat.h',
+                                           'InLine' => 1,
+                                           'Line' => '32',
+                                           'MnglName' => '_ZN7log4cxx7pattern16CachedDateFormatD1Ev',
+                                           'Param' => {
+                                                        '0' => {
+                                                                 'name' => 'this',
+                                                                 'type' => '1251856'
+                                                               }
+                                                      },
+                                           'ShortName' => 'CachedDateFormat',
+                                           'Virt' => 1
+                                         },
+                            '12533857' => {
+                                            'Class' => '2681134',
+                                            'Const' => 1,
+                                            'Header' => 'relativetimedateformat.h',
+                                            'MnglName' => '_ZNK7log4cxx7helpers22RelativeTimeDateFormat6formatERNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEExRNS0_4PoolE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12534567'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 's',
+                                                                  'type' => '324863'
+                                                                },
+                                                         '2' => {
+                                                                  'name' => 'date',
+                                                                  'type' => '513857'
+                                                                },
+                                                         '3' => {
+                                                                  'name' => 'p',
+                                                                  'type' => '55243'
+                                                                }
+                                                       },
+                                            'Return' => '1',
+                                            'ShortName' => 'format',
+                                            'Source' => 'relativetimedateformat.cpp',
+                                            'SourceLine' => '32',
+                                            'Virt' => 1,
+                                            'VirtPos' => '5'
+                                          },
+                            '12534764' => {
+                                            'Artificial' => 1,
+                                            'Class' => '2681134',
+                                            'Destructor' => 1,
+                                            'Header' => 'relativetimedateformat.h',
+                                            'InLine' => 1,
+                                            'Line' => '32',
+                                            'MnglName' => '_ZN7log4cxx7helpers22RelativeTimeDateFormatD0Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12534544'
+                                                                }
+                                                       },
+                                            'ShortName' => 'RelativeTimeDateFormat',
+                                            'Virt' => 1
+                                          },
+                            '12534765' => {
+                                            'Artificial' => 1,
+                                            'Class' => '2681134',
+                                            'Destructor' => 1,
+                                            'Header' => 'relativetimedateformat.h',
+                                            'InLine' => 1,
+                                            'Line' => '32',
+                                            'MnglName' => '_ZN7log4cxx7helpers22RelativeTimeDateFormatD1Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12534544'
+                                                                }
+                                                       },
+                                            'ShortName' => 'RelativeTimeDateFormat',
+                                            'Virt' => 1
+                                          },
+                            '12534906' => {
+                                            'Artificial' => 1,
+                                            'Class' => '2681134',
+                                            'Destructor' => 1,
+                                            'Header' => 'relativetimedateformat.h',
+                                            'InLine' => 1,
+                                            'Line' => '32',
+                                            'MnglName' => '_ZN7log4cxx7helpers22RelativeTimeDateFormatD2Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12534544'
+                                                                }
+                                                       },
+                                            'ShortName' => 'RelativeTimeDateFormat',
+                                            'Virt' => 1
+                                          },
+                            '12535151' => {
+                                            'Class' => '2681134',
+                                            'Constructor' => 1,
+                                            'Header' => 'relativetimedateformat.h',
+                                            'MnglName' => '_ZN7log4cxx7helpers22RelativeTimeDateFormatC2Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12534544'
+                                                                }
+                                                       },
+                                            'ShortName' => 'RelativeTimeDateFormat',
+                                            'Source' => 'relativetimedateformat.cpp',
+                                            'SourceLine' => '27'
+                                          },
+                            '12535152' => {
+                                            'Class' => '2681134',
+                                            'Constructor' => 1,
+                                            'Header' => 'relativetimedateformat.h',
+                                            'MnglName' => '_ZN7log4cxx7helpers22RelativeTimeDateFormatC1Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12534544'
+                                                                }
+                                                       },
+                                            'ShortName' => 'RelativeTimeDateFormat',
+                                            'Source' => 'relativetimedateformat.cpp',
+                                            'SourceLine' => '27'
+                                          },
+                            '1254148' => {
+                                           'Artificial' => 1,
+                                           'Class' => '1250605',
+                                           'Destructor' => 1,
+                                           'Header' => 'cacheddateformat.h',
+                                           'InLine' => 1,
+                                           'Line' => '32',
+                                           'MnglName' => '_ZN7log4cxx7pattern16CachedDateFormatD2Ev',
+                                           'Param' => {
+                                                        '0' => {
+                                                                 'name' => 'this',
+                                                                 'type' => '1251856'
+                                                               }
+                                                      },
+                                           'ShortName' => 'CachedDateFormat',
+                                           'Virt' => 1
+                                         },
+                            '12593941' => {
+                                            'Class' => '12593822',
+                                            'Const' => 1,
+                                            'Header' => 'relativetimepatternconverter.h',
+                                            'MnglName' => '_ZNK7log4cxx7pattern28RelativeTimePatternConverter8getClassEv',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12595520'
+                                                                }
+                                                       },
+                                            'Return' => '55278',
+                                            'ShortName' => 'getClass',
+                                            'Source' => 'relativetimepatternconverter.cpp',
+                                            'SourceLine' => '33',
+                                            'Virt' => 1,
+                                            'VirtPos' => '0'
+                                          },
+                            '12593980' => {
+                                            'Class' => '12593822',
+                                            'Header' => 'relativetimepatternconverter.h',
+                                            'MnglName' => '_ZN7log4cxx7pattern28RelativeTimePatternConverter14getStaticClassEv',
+                                            'Return' => '55278',
+                                            'ShortName' => 'getStaticClass',
+                                            'Source' => 'relativetimepatternconverter.cpp',
+                                            'SourceLine' => '33',
+                                            'Static' => 1
+                                          },
+                            '12593998' => {
+                                            'Class' => '12593822',
+                                            'Header' => 'relativetimepatternconverter.h',
+                                            'MnglName' => '_ZN7log4cxx7pattern28RelativeTimePatternConverter13registerClassEv',
+                                            'Return' => '55284',
+                                            'ShortName' => 'registerClass',
+                                            'Source' => 'relativetimepatternconverter.cpp',
+                                            'SourceLine' => '33',
+                                            'Static' => 1
+                                          },
+                            '12594016' => {
+                                            'Class' => '12593822',
+                                            'Const' => 1,
+                                            'Header' => 'relativetimepatternconverter.h',
+                                            'InLine' => 2,
+                                            'Line' => '39',
+                                            'MnglName' => '_ZNK7log4cxx7pattern28RelativeTimePatternConverter4castERKNS_7helpers5ClassE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12595520'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'clazz',
+                                                                  'type' => '55278'
+                                                                }
+                                                       },
+                                            'Return' => '45584',
+                                            'ShortName' => 'cast',
+                                            'Virt' => 1,
+                                            'VirtPos' => '4'
+                                          },
+                            '12594060' => {
+                                            'Class' => '12593822',
+                                            'Const' => 1,
+                                            'Header' => 'relativetimepatternconverter.h',
+                                            'InLine' => 2,
+                                            'Line' => '42',
+                                            'MnglName' => '_ZNK7log4cxx7pattern28RelativeTimePatternConverter10instanceofERKNS_7helpers5ClassE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12595520'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'clazz',
+                                                                  'type' => '55278'
+                                                                }
+                                                       },
+                                            'Return' => '41824',
+                                            'ShortName' => 'instanceof',
+                                            'Virt' => 1,
+                                            'VirtPos' => '3'
+                                          },
+                            '12594141' => {
+                                            'Class' => '12593822',
+                                            'Header' => 'relativetimepatternconverter.h',
+                                            'MnglName' => '_ZN7log4cxx7pattern28RelativeTimePatternConverter11newInstanceERKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'p1',
+                                                                  'type' => '325594'
+                                                                }
+                                                       },
+                                            'Reg' => {
+                                                       '0' => 'rsi'
+                                                     },
+                                            'Return' => '1783942',
+                                            'ShortName' => 'newInstance',
+                                            'Source' => 'relativetimepatternconverter.cpp',
+                                            'SourceLine' => '41',
+                                            'Static' => 1
+                                          },
+                            '12594168' => {
+                                            'Class' => '12593822',
+                                            'Const' => 1,
+                                            'Header' => 'relativetimepatternconverter.h',
+                                            'MnglName' => '_ZNK7log4cxx7pattern28RelativeTimePatternConverter6formatERKSt10shared_ptrINS_3spi12LoggingEventEERNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERNS_7helpers4PoolE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12595520'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'event',
+                                                                  'type' => '120674'
+                                                                },
+                                                         '2' => {
+                                                                  'name' => 'toAppendTo',
+                                                                  'type' => '324863'
+                                                                },
+                                                         '3' => {
+                                                                  'name' => 'p',
+                                                                  'type' => '55243'
+                                                                }
+                                                       },
+                                            'Return' => '1',
+                                            'ShortName' => 'format',
+                                            'Source' => 'relativetimepatternconverter.cpp',
+                                            'SourceLine' => '48',
+                                            'Virt' => 1,
+                                            'VirtPos' => '7'
+                                          },
+                            '12594339' => {
+                                            'Class' => '12594218',
+                                            'Const' => 1,
+                                            'Header' => 'relativetimepatternconverter.h',
+                                            'InLine' => 2,
+                                            'Line' => '38',
+                                            'MnglName' => '_ZNK7log4cxx7pattern28RelativeTimePatternConverter33ClazzRelativeTimePatternConverter7getNameB5cxx11Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12595548'
+                                                                }
+                                                       },
+                                            'Return' => '54480',
+                                            'ShortName' => 'getName',
+                                            'Virt' => 1,
+                                            'VirtPos' => '3'
+                                          },
+                            '12594815' => {
+                                            'Data' => 1,
+                                            'Line' => '33',
+                                            'MnglName' => '_ZN7log4cxx7classes40RelativeTimePatternConverterRegistrationE',
+                                            'NameSpace' => 'log4cxx::classes',
+                                            'Return' => '55284',
+                                            'ShortName' => 'RelativeTimePatternConverterRegistration',
+                                            'Source' => 'relativetimepatternconverter.cpp'
+                                          },
+                            '12597390' => {
+                                            'Artificial' => 1,
+                                            'Class' => '12593822',
+                                            'Destructor' => 1,
+                                            'Header' => 'relativetimepatternconverter.h',
+                                            'InLine' => 1,
+                                            'Line' => '35',
+                                            'MnglName' => '_ZN7log4cxx7pattern28RelativeTimePatternConverterD0Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12595303'
+                                                                }
+                                                       },
+                                            'ShortName' => 'RelativeTimePatternConverter',
+                                            'Virt' => 1
+                                          },
+                            '12597391' => {
+                                            'Artificial' => 1,
+                                            'Class' => '12593822',
+                                            'Destructor' => 1,
+                                            'Header' => 'relativetimepatternconverter.h',
+                                            'InLine' => 1,
+                                            'Line' => '35',
+                                            'MnglName' => '_ZN7log4cxx7pattern28RelativeTimePatternConverterD2Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12595303'
+                                                                }
+                                                       },
+                                            'ShortName' => 'RelativeTimePatternConverter',
+                                            'Virt' => 1
+                                          },
+                            '12597656' => {
+                                            'Artificial' => 1,
+                                            'Class' => '12593822',
+                                            'Destructor' => 1,
+                                            'Header' => 'relativetimepatternconverter.h',
+                                            'InLine' => 1,
+                                            'Line' => '35',
+                                            'MnglName' => '_ZN7log4cxx7pattern28RelativeTimePatternConverterD1Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12595303'
+                                                                }
+                                                       },
+                                            'ShortName' => 'RelativeTimePatternConverter',
+                                            'Virt' => 1
+                                          },
+                            '12603270' => {
+                                            'Class' => '12593822',
+                                            'Constructor' => 1,
+                                            'Header' => 'relativetimepatternconverter.h',
+                                            'MnglName' => '_ZN7log4cxx7pattern28RelativeTimePatternConverterC1Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12595303'
+                                                                }
+                                                       },
+                                            'ShortName' => 'RelativeTimePatternConverter',
+                                            'Source' => 'relativetimepatternconverter.cpp',
+                                            'SourceLine' => '35'
+                                          },
+                            '12607411' => {
+                                            'Class' => '12593822',
+                                            'Constructor' => 1,
+                                            'Header' => 'relativetimepatternconverter.h',
+                                            'MnglName' => '_ZN7log4cxx7pattern28RelativeTimePatternConverterC2Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12595303'
+                                                                }
+                                                       },
+                                            'ShortName' => 'RelativeTimePatternConverter',
+                                            'Source' => 'relativetimepatternconverter.cpp',
+                                            'SourceLine' => '35'
+                                          },
+                            '12613061' => {
+                                            'Artificial' => 1,
+                                            'Class' => '12594218',
+                                            'Destructor' => 1,
+                                            'Header' => 'relativetimepatternconverter.h',
+                                            'InLine' => 1,
+                                            'Line' => '38',
+                                            'MnglName' => '_ZN7log4cxx7pattern28RelativeTimePatternConverter33ClazzRelativeTimePatternConverterD0Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12595531'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzRelativeTimePatternConverter',
+                                            'Virt' => 1
+                                          },
+                            '12613062' => {
+                                            'Artificial' => 1,
+                                            'Class' => '12594218',
+                                            'Destructor' => 1,
+                                            'Header' => 'relativetimepatternconverter.h',
+                                            'InLine' => 1,
+                                            'Line' => '38',
+                                            'MnglName' => '_ZN7log4cxx7pattern28RelativeTimePatternConverter33ClazzRelativeTimePatternConverterD1Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12595531'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzRelativeTimePatternConverter',
+                                            'Virt' => 1
+                                          },
+                            '12613202' => {
+                                            'Artificial' => 1,
+                                            'Class' => '12594218',
+                                            'Destructor' => 1,
+                                            'Header' => 'relativetimepatternconverter.h',
+                                            'InLine' => 1,
+                                            'Line' => '38',
+                                            'MnglName' => '_ZN7log4cxx7pattern28RelativeTimePatternConverter33ClazzRelativeTimePatternConverterD2Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12595531'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzRelativeTimePatternConverter',
+                                            'Virt' => 1
+                                          },
+                            '12613292' => {
+                                            'Artificial' => 1,
+                                            'Class' => '12594218',
+                                            'Constructor' => 1,
+                                            'Header' => 'relativetimepatternconverter.h',
+                                            'InLine' => 1,
+                                            'Line' => '38',
+                                            'MnglName' => '_ZN7log4cxx7pattern28RelativeTimePatternConverter33ClazzRelativeTimePatternConverterC2Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12595531'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzRelativeTimePatternConverter'
+                                          },
+                            '12613293' => {
+                                            'Artificial' => 1,
+                                            'Class' => '12594218',
+                                            'Constructor' => 1,
+                                            'Header' => 'relativetimepatternconverter.h',
+                                            'InLine' => 1,
+                                            'Line' => '38',
+                                            'MnglName' => '_ZN7log4cxx7pattern28RelativeTimePatternConverter33ClazzRelativeTimePatternConverterC1Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12595531'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzRelativeTimePatternConverter'
+                                          },
+                            '12684126' => {
+                                            'Class' => '5743830',
+                                            'Const' => 1,
+                                            'Header' => 'resourcebundle.h',
+                                            'MnglName' => '_ZNK7log4cxx7helpers14ResourceBundle8getClassEv',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12308500'
+                                                                }
+                                                       },
+                                            'Return' => '55278',
+                                            'ShortName' => 'getClass',
+                                            'Source' => 'resourcebundle.cpp',
+                                            'SourceLine' => '28',
+                                            'Virt' => 1,
+                                            'VirtPos' => '0'
+                                          },
+                            '12684183' => {
+                                            'Class' => '5743830',
+                                            'Header' => 'resourcebundle.h',
+                                            'MnglName' => '_ZN7log4cxx7helpers14ResourceBundle13registerClassEv',
+                                            'Return' => '55284',
+                                            'ShortName' => 'registerClass',
+                                            'Source' => 'resourcebundle.cpp',
+                                            'SourceLine' => '28',
+                                            'Static' => 1
+                                          },
+                            '12684289' => {
+                                            'Class' => '5743830',
+                                            'Const' => 1,
+                                            'Header' => 'resourcebundle.h',
+                                            'Line' => '52',
+                                            'MnglName' => '_ZNK7log4cxx7helpers14ResourceBundle9getStringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12308494'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'p1',
+                                                                  'type' => '207559'
+                                                                }
+                                                       },
+                                            'PureVirt' => 1,
+                                            'Return' => '54480',
+                                            'ShortName' => 'getString',
+                                            'VirtPos' => '5'
+                                          },
+                            '12684333' => {
+                                            'Class' => '5743830',
+                                            'Header' => 'resourcebundle.h',
+                                            'MnglName' => '_ZN7log4cxx7helpers14ResourceBundle9getBundleERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKNS0_6LocaleE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'baseName',
+                                                                  'type' => '207559'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'locale',
+                                                                  'type' => '7612093'
+                                                                }
+                                                       },
+                                            'Return' => '5744749',
+                                            'ShortName' => 'getBundle',
+                                            'Source' => 'resourcebundle.cpp',
+                                            'SourceLine' => '30',
+                                            'Static' => 1
+                                          },
+                            '12684534' => {
+                                            'Class' => '12684413',
+                                            'Const' => 1,
+                                            'Header' => 'resourcebundle.h',
+                                            'InLine' => 2,
+                                            'Line' => '38',
+                                            'MnglName' => '_ZNK7log4cxx7helpers14ResourceBundle19ClazzResourceBundle7getNameB5cxx11Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12686666'
+                                                                }
+                                                       },
+                                            'Return' => '54480',
+                                            'ShortName' => 'getName',
+                                            'Virt' => 1,
+                                            'VirtPos' => '3'
+                                          },
+                            '12685381' => {
+                                            'Data' => 1,
+                                            'Line' => '28',
+                                            'MnglName' => '_ZN7log4cxx7classes26ResourceBundleRegistrationE',
+                                            'NameSpace' => 'log4cxx::classes',
+                                            'Return' => '55284',
+                                            'ShortName' => 'ResourceBundleRegistration',
+                                            'Source' => 'resourcebundle.cpp'
+                                          },
+                            '12685399' => {
+                                            'Header' => 'object.h',
+                                            'InLine' => 2,
+                                            'Line' => '116',
+                                            'MnglName' => '_ZN7log4cxx4castINS_7helpers22PropertyResourceBundleENS1_6ObjectELb0ELb1EEESt10shared_ptrIT_ERKS4_IT0_E',
+                                            'NameSpace' => 'log4cxx',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'incoming',
+                                                                  'type' => '2818137'
+                                                                }
+                                                       },
+                                            'Return' => '12659723',
+                                            'ShortName' => 'cast<log4cxx::helpers::PropertyResourceBundle, log4cxx::helpers::Object>',
+                                            'TParam' => {
+                                                          '0' => {
+                                                                   'key' => 'Ret',
+                                                                   'type' => '12292374'
+                                                                 },
+                                                          '1' => {
+                                                                   'key' => 'Type',
+                                                                   'type' => '54460'
+                                                                 }
+                                                        }
+                                          },
+                            '12794341' => {
+                                            'Artificial' => 1,
+                                            'Class' => '12684413',
+                                            'Destructor' => 1,
+                                            'Header' => 'resourcebundle.h',
+                                            'InLine' => 1,
+                                            'Line' => '38',
+                                            'MnglName' => '_ZN7log4cxx7helpers14ResourceBundle19ClazzResourceBundleD0Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12686649'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzResourceBundle',
+                                            'Virt' => 1
+                                          },
+                            '12794342' => {
+                                            'Artificial' => 1,
+                                            'Class' => '12684413',
+                                            'Destructor' => 1,
+                                            'Header' => 'resourcebundle.h',
+                                            'InLine' => 1,
+                                            'Line' => '38',
+                                            'MnglName' => '_ZN7log4cxx7helpers14ResourceBundle19ClazzResourceBundleD1Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12686649'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzResourceBundle',
+                                            'Virt' => 1
+                                          },
+                            '12794483' => {
+                                            'Artificial' => 1,
+                                            'Class' => '12684413',
+                                            'Destructor' => 1,
+                                            'Header' => 'resourcebundle.h',
+                                            'InLine' => 1,
+                                            'Line' => '38',
+                                            'MnglName' => '_ZN7log4cxx7helpers14ResourceBundle19ClazzResourceBundleD2Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12686649'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzResourceBundle',
+                                            'Virt' => 1
+                                          },
+                            '12794573' => {
+                                            'Artificial' => 1,
+                                            'Class' => '12684413',
+                                            'Constructor' => 1,
+                                            'Header' => 'resourcebundle.h',
+                                            'InLine' => 1,
+                                            'Line' => '38',
+                                            'MnglName' => '_ZN7log4cxx7helpers14ResourceBundle19ClazzResourceBundleC2Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12686649'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzResourceBundle'
+                                          },
+                            '12794574' => {
+                                            'Artificial' => 1,
+                                            'Class' => '12684413',
+                                            'Constructor' => 1,
+                                            'Header' => 'resourcebundle.h',
+                                            'InLine' => 1,
+                                            'Line' => '38',
+                                            'MnglName' => '_ZN7log4cxx7helpers14ResourceBundle19ClazzResourceBundleC1Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12686649'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzResourceBundle'
+                                          },
+                            '1285829' => {
+                                           'Class' => '1250605',
+                                           'Constructor' => 1,
+                                           'Header' => 'cacheddateformat.h',
+                                           'MnglName' => '_ZN7log4cxx7pattern16CachedDateFormatC2ERKSt10shared_ptrINS_7helpers10DateFormatEEi',
+                                           'Param' => {
+                                                        '0' => {
+                                                                 'name' => 'this',
+                                                                 'type' => '1251856'
+                                                               },
+                                                        '1' => {
+                                                                 'name' => 'dateFormat',
+                                                                 'type' => '1251861'
+                                                               },
+                                                        '2' => {
+                                                                 'name' => 'expiration1',
+                                                                 'type' => '41771'
+                                                               }
+                                                      },
+                                           'ShortName' => 'CachedDateFormat',
+                                           'Source' => 'cacheddateformat.cpp',
+                                           'SourceLine' => '84'
+                                         },
+                            '1285830' => {
+                                           'Class' => '1250605',
+                                           'Constructor' => 1,
+                                           'Header' => 'cacheddateformat.h',
+                                           'MnglName' => '_ZN7log4cxx7pattern16CachedDateFormatC1ERKSt10shared_ptrINS_7helpers10DateFormatEEi',
+                                           'Param' => {
+                                                        '0' => {
+                                                                 'name' => 'this',
+                                                                 'type' => '1251856'
+                                                               },
+                                                        '1' => {
+                                                                 'name' => 'dateFormat',
+                                                                 'type' => '1251861'
+                                                               },
+                                                        '2' => {
+                                                                 'name' => 'expiration1',
+                                                                 'type' => '41771'
+                                                               }
+                                                      },
+                                           'ShortName' => 'CachedDateFormat',
+                                           'Source' => 'cacheddateformat.cpp',
+                                           'SourceLine' => '84'
+                                         },
+                            '12918754' => {
+                                            'Class' => '3300536',
+                                            'Const' => 1,
+                                            'Header' => 'rollingfileappender.h',
+                                            'MnglName' => '_ZNK7log4cxx7rolling19RollingFileAppender8getClassEv',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12924861'
+                                                                }
+                                                       },
+                                            'Return' => '55278',
+                                            'ShortName' => 'getClass',
+                                            'Source' => 'rollingfileappender.cpp',
+                                            'SourceLine' => '50',
+                                            'Virt' => 1,
+                                            'VirtPos' => '0'
+                                          },
+                            '12918811' => {
+                                            'Class' => '3300536',
+                                            'Header' => 'rollingfileappender.h',
+                                            'MnglName' => '_ZN7log4cxx7rolling19RollingFileAppender13registerClassEv',
+                                            'Return' => '55284',
+                                            'ShortName' => 'registerClass',
+                                            'Source' => 'rollingfileappender.cpp',
+                                            'SourceLine' => '50',
+                                            'Static' => 1
+                                          },
+                            '12918829' => {
+                                            'Class' => '3300536',
+                                            'Const' => 1,
+                                            'Header' => 'rollingfileappender.h',
+                                            'InLine' => 2,
+                                            'Line' => '78',
+                                            'MnglName' => '_ZNK7log4cxx7rolling19RollingFileAppender4castERKNS_7helpers5ClassE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12924861'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'clazz',
+                                                                  'type' => '55278'
+                                                                }
+                                                       },
+                                            'Return' => '45584',
+                                            'ShortName' => 'cast',
+                                            'Virt' => 1,
+                                            'VirtPos' => '4'
+                                          },
+                            '12918873' => {
+                                            'Class' => '3300536',
+                                            'Const' => 1,
+                                            'Header' => 'rollingfileappender.h',
+                                            'InLine' => 2,
+                                            'Line' => '81',
+                                            'MnglName' => '_ZNK7log4cxx7rolling19RollingFileAppender10instanceofERKNS_7helpers5ClassE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12924861'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'clazz',
+                                                                  'type' => '55278'
+                                                                }
+                                                       },
+                                            'Return' => '41824',
+                                            'ShortName' => 'instanceof',
+                                            'Virt' => 1,
+                                            'VirtPos' => '3'
+                                          },
+                            '12919074' => {
+                                            'Class' => '12918954',
+                                            'Const' => 1,
+                                            'Header' => 'rollingfileappender.h',
+                                            'InLine' => 2,
+                                            'Line' => '77',
+                                            'MnglName' => '_ZNK7log4cxx7rolling19RollingFileAppender24ClazzRollingFileAppender7getNameB5cxx11Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12924913'
+                                                                }
+                                                       },
+                                            'Return' => '54480',
+                                            'ShortName' => 'getName',
+                                            'Virt' => 1,
+                                            'VirtPos' => '3'
+                                          },
+                            '12919113' => {
+                                            'Class' => '12918954',
+                                            'Const' => 1,
+                                            'Header' => 'rollingfileappender.h',
+                                            'InLine' => 2,
+                                            'Line' => '77',
+                                            'MnglName' => '_ZNK7log4cxx7rolling19RollingFileAppender24ClazzRollingFileAppender11newInstanceEv',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12924913'
+                                                                }
+                                                       },
+                                            'Return' => '3310956',
+                                            'ShortName' => 'newInstance',
+                                            'Virt' => 1,
+                                            'VirtPos' => '4'
+                                          },
+                            '12919302' => {
+                                            'Class' => '2272096',
+                                            'Const' => 1,
+                                            'Header' => 'rollingfileappenderskeleton.h',
+                                            'MnglName' => '_ZNK7log4cxx7rolling27RollingFileAppenderSkeleton8getClassEv',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '2275965'
+                                                                }
+                                                       },
+                                            'Return' => '55278',
+                                            'ShortName' => 'getClass',
+                                            'Source' => 'rollingfileappender.cpp',
+                                            'SourceLine' => '49',
+                                            'Virt' => 1,
+                                            'VirtPos' => '0'
+                                          },
+                            '12919359' => {
+                                            'Class' => '2272096',
+                                            'Header' => 'rollingfileappenderskeleton.h',
+                                            'MnglName' => '_ZN7log4cxx7rolling27RollingFileAppenderSkeleton13registerClassEv',
+                                            'Return' => '55284',
+                                            'ShortName' => 'registerClass',
+                                            'Source' => 'rollingfileappender.cpp',
+                                            'SourceLine' => '49',
+                                            'Static' => 1
+                                          },
+                            '12919607' => {
+                                            'Class' => '2272096',
+                                            'Header' => 'rollingfileappenderskeleton.h',
+                                            'MnglName' => '_ZN7log4cxx7rolling27RollingFileAppenderSkeleton8rolloverERNS_7helpers4PoolE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '2275976'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'p',
+                                                                  'type' => '55243'
+                                                                }
+                                                       },
+                                            'Return' => '41824',
+                                            'ShortName' => 'rollover',
+                                            'Source' => 'rollingfileappender.cpp',
+                                            'SourceLine' => '182'
+                                          },
+                            '12919643' => {
+                                            'Class' => '2272096',
+                                            'Header' => 'rollingfileappenderskeleton.h',
+                                            'MnglName' => '_ZN7log4cxx7rolling27RollingFileAppenderSkeleton9subAppendERKSt10shared_ptrINS_3spi12LoggingEventEERNS_7helpers4PoolE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '2275976'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'event',
+                                                                  'type' => '120674'
+                                                                },
+                                                         '2' => {
+                                                                  'name' => 'p',
+                                                                  'type' => '55243'
+                                                                }
+                                                       },
+                                            'Protected' => 1,
+                                            'Return' => '1',
+                                            'ShortName' => 'subAppend',
+                                            'Source' => 'rollingfileappender.cpp',
+                                            'SourceLine' => '443',
+                                            'Virt' => 1,
+                                            'VirtPos' => '20'
+                                          },
+                            '12919689' => {
+                                            'Class' => '2272096',
+                                            'Header' => 'rollingfileappenderskeleton.h',
+                                            'MnglName' => '_ZN7log4cxx7rolling27RollingFileAppenderSkeleton16rolloverInternalERNS_7helpers4PoolE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '2275976'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'p',
+                                                                  'type' => '55243'
+                                                                }
+                                                       },
+                                            'Protected' => 1,
+                                            'Return' => '41824',
+                                            'ShortName' => 'rolloverInternal',
+                                            'Source' => 'rollingfileappender.cpp',
+                                            'SourceLine' => '188'
+                                          },
+                            '12919851' => {
+                                            'Class' => '2272096',
+                                            'Header' => 'rollingfileappenderskeleton.h',
+                                            'MnglName' => '_ZN7log4cxx7rolling27RollingFileAppenderSkeleton5closeEv',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '2275976'
+                                                                }
+                                                       },
+                                            'Return' => '1',
+                                            'ShortName' => 'close',
+                                            'Source' => 'rollingfileappender.cpp',
+                                            'SourceLine' => '540',
+                                            'Virt' => 1,
+                                            'VirtPos' => '10'
+                                          },
+                            '12919887' => {
+                                            'Class' => '2272096',
+                                            'Header' => 'rollingfileappenderskeleton.h',
+                                            'MnglName' => '_ZN7log4cxx7rolling27RollingFileAppenderSkeleton12createWriterERSt10shared_ptrINS_7helpers12OutputStreamEE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '2275976'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'os',
+                                                                  'type' => '10735540'
+                                                                }
+                                                       },
+                                            'Protected' => 1,
+                                            'Return' => '967055',
+                                            'ShortName' => 'createWriter',
+                                            'Source' => 'rollingfileappender.cpp',
+                                            'SourceLine' => '631',
+                                            'Virt' => 1,
+                                            'VirtPos' => '19'
+                                          },
+                            '12919933' => {
+                                            'Class' => '2272096',
+                                            'Const' => 1,
+                                            'Header' => 'rollingfileappenderskeleton.h',
+                                            'MnglName' => '_ZNK7log4cxx7rolling27RollingFileAppenderSkeleton13getFileLengthEv',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '2275965'
+                                                                }
+                                                       },
+                                            'Reg' => {
+                                                       '0' => 'rdi'
+                                                     },
+                                            'Return' => '41980',
+                                            'ShortName' => 'getFileLength',
+                                            'Source' => 'rollingfileappender.cpp',
+                                            'SourceLine' => '641'
+                                          },
+                            '12919965' => {
+                                            'Class' => '2272096',
+                                            'Header' => 'rollingfileappenderskeleton.h',
+                                            'MnglName' => '_ZN7log4cxx7rolling27RollingFileAppenderSkeleton19incrementFileLengthEm',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '2275976'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'increment',
+                                                                  'type' => '41980'
+                                                                }
+                                                       },
+                                            'Reg' => {
+                                                       '0' => 'rdi',
+                                                       '1' => 'rsi'
+                                                     },
+                                            'Return' => '1',
+                                            'ShortName' => 'incrementFileLength',
+                                            'Source' => 'rollingfileappender.cpp',
+                                            'SourceLine' => '657'
+                                          },
+                            '12920118' => {
+                                            'Class' => '12919998',
+                                            'Const' => 1,
+                                            'Header' => 'rollingfileappenderskeleton.h',
+                                            'InLine' => 2,
+                                            'Line' => '42',
+                                            'MnglName' => '_ZNK7log4cxx7rolling27RollingFileAppenderSkeleton32ClazzRollingFileAppenderSkeleton7getNameB5cxx11Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12924941'
+                                                                }
+                                                       },
+                                            'Return' => '54480',
+                                            'ShortName' => 'getName',
+                                            'Virt' => 1,
+                                            'VirtPos' => '3'
+                                          },
+                            '12920157' => {
+                                            'Class' => '12919998',
+                                            'Const' => 1,
+                                            'Header' => 'rollingfileappenderskeleton.h',
+                                            'InLine' => 2,
+                                            'Line' => '42',
+                                            'MnglName' => '_ZNK7log4cxx7rolling27RollingFileAppenderSkeleton32ClazzRollingFileAppenderSkeleton11newInstanceEv',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12924941'
+                                                                }
+                                                       },
+                                            'Return' => '2275970',
+                                            'ShortName' => 'newInstance',
+                                            'Virt' => 1,
+                                            'VirtPos' => '4'
+                                          },
+                            '12920294' => {
+                                            'Class' => '5253163',
+                                            'Const' => 1,
+                                            'Header' => 'rolloverdescription.h',
+                                            'Line' => '80',
+                                            'MnglName' => '_ZNK7log4cxx7rolling19RolloverDescription9getAppendEv',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '13305010'
+                                                                }
+                                                       },
+                                            'Private' => 1,
+                                            'Reg' => {
+                                                       '0' => 'rdi'
+                                                     },
+                                            'Return' => '41824',
+                                            'ShortName' => 'getAppend',
+                                            'Source' => 'rolloverdescription.cpp',
+                                            'SourceLine' => '49'
+                                          },
+                            '12920306' => {
+                                            'Class' => '5253163',
+                                            'Const' => 1,
+                                            'Header' => 'rolloverdescription.h',
+                                            'Line' => '96',
+                                            'MnglName' => '_ZNK7log4cxx7rolling19RolloverDescription15getAsynchronousEv',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '13305010'
+                                                                }
+                                                       },
+                                            'Private' => 1,
+                                            'Reg' => {
+                                                       '0' => 'rsi'
+                                                     },
+                                            'Return' => '5253447',
+                                            'ShortName' => 'getAsynchronous',
+                                            'Source' => 'rolloverdescription.cpp',
+                                            'SourceLine' => '65'
+                                          },
+                            '12920318' => {
+                                            'Class' => '5253163',
+                                            'Const' => 1,
+                                            'Header' => 'rolloverdescription.h',
+                                            'Line' => '78',
+                                            'MnglName' => '_ZNK7log4cxx7rolling19RolloverDescription17getActiveFileNameB5cxx11Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '13305010'
+                                                                }
+                                                       },
+                                            'Private' => 1,
+                                            'Return' => '54480',
+                                            'ShortName' => 'getActiveFileName',
+                                            'Source' => 'rolloverdescription.cpp',
+                                            'SourceLine' => '44'
+                                          },
+                            '12920330' => {
+                                            'Class' => '5253163',
+                                            'Const' => 1,
+                                            'Header' => 'rolloverdescription.h',
+                                            'Line' => '88',
+                                            'MnglName' => '_ZNK7log4cxx7rolling19RolloverDescription14getSynchronousEv',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '13305010'
+                                                                }
+                                                       },
+                                            'Private' => 1,
+                                            'Reg' => {
+                                                       '0' => 'rsi'
+                                                     },
+                                            'Return' => '5253447',
+                                            'ShortName' => 'getSynchronous',
+                                            'Source' => 'rolloverdescription.cpp',
+                                            'SourceLine' => '54'
+                                          },
+                            '12920494' => {
+                                            'Class' => '12920343',
+                                            'InLine' => 2,
+                                            'Line' => '581',
+                                            'MnglName' => '_ZN7log4cxx7rolling20CountingOutputStream5closeERNS_7helpers4PoolE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12924533'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'p',
+                                                                  'type' => '55243'
+                                                                }
+                                                       },
+                                            'Return' => '1',
+                                            'ShortName' => 'close',
+                                            'Source' => 'rollingfileappender.cpp',
+                                            'Virt' => 1,
+                                            'VirtPos' => '5'
+                                          },
+                            '12920535' => {
+                                            'Class' => '12920343',
+                                            'InLine' => 2,
+                                            'Line' => '590',
+                                            'MnglName' => '_ZN7log4cxx7rolling20CountingOutputStream5flushERNS_7helpers4PoolE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12924533'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'p',
+                                                                  'type' => '55243'
+                                                                }
+                                                       },
+                                            'Return' => '1',
+                                            'ShortName' => 'flush',
+                                            'Source' => 'rollingfileappender.cpp',
+                                            'Virt' => 1,
+                                            'VirtPos' => '6'
+                                          },
+                            '12920576' => {
+                                            'Class' => '12920343',
+                                            'InLine' => 2,
+                                            'Line' => '598',
+                                            'MnglName' => '_ZN7log4cxx7rolling20CountingOutputStream5writeERNS_7helpers10ByteBufferERNS2_4PoolE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12924533'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'buf',
+                                                                  'type' => '1045313'
+                                                                },
+                                                         '2' => {
+                                                                  'name' => 'p',
+                                                                  'type' => '55243'
+                                                                }
+                                                       },
+                                            'Return' => '1',
+                                            'ShortName' => 'write',
+                                            'Source' => 'rollingfileappender.cpp',
+                                            'Virt' => 1,
+                                            'VirtPos' => '7'
+                                          },
+                            '12920717' => {
+                                            'Data' => 1,
+                                            'Line' => '49',
+                                            'MnglName' => '_ZN7log4cxx7classes39RollingFileAppenderSkeletonRegistrationE',
+                                            'NameSpace' => 'log4cxx::classes',
+                                            'Return' => '55284',
+                                            'ShortName' => 'RollingFileAppenderSkeletonRegistration',
+                                            'Source' => 'rollingfileappender.cpp'
+                                          },
+                            '12920734' => {
+                                            'Data' => 1,
+                                            'Line' => '50',
+                                            'MnglName' => '_ZN7log4cxx7classes31RollingFileAppenderRegistrationE',
+                                            'NameSpace' => 'log4cxx::classes',
+                                            'Return' => '55284',
+                                            'ShortName' => 'RollingFileAppenderRegistration',
+                                            'Source' => 'rollingfileappender.cpp'
+                                          },
+                            '12921062' => {
+                                            'Class' => '2008428',
+                                            'Header' => 'writerappender.h',
+                                            'Line' => '166',
+                                            'MnglName' => '_ZN7log4cxx14WriterAppender12createWriterERSt10shared_ptrINS_7helpers12OutputStreamEE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '17203162'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'os',
+                                                                  'type' => '10735540'
+                                                                }
+                                                       },
+                                            'Private' => 1,
+                                            'Protected' => 1,
+                                            'Return' => '967055',
+                                            'ShortName' => 'createWriter',
+                                            'Source' => 'writerappender.cpp',
+                                            'SourceLine' => '196',
+                                            'Virt' => 1,
+                                            'VirtPos' => '19'
+                                          },
+                            '12921074' => {
+                                            'Class' => '2008428',
+                                            'Header' => 'writerappender.h',
+                                            'Line' => '152',
+                                            'MnglName' => '_ZN7log4cxx14WriterAppender5closeEv',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '17203162'
+                                                                }
+                                                       },
+                                            'Private' => 1,
+                                            'Return' => '1',
+                                            'ShortName' => 'close',
+                                            'Source' => 'writerappender.cpp',
+                                            'SourceLine' => '151',
+                                            'Virt' => 1,
+                                            'VirtPos' => '10'
+                                          },
+                            '12921086' => {
+                                            'Class' => '2008428',
+                                            'Header' => 'writerappender.h',
+                                            'Line' => '201',
+                                            'MnglName' => '_ZN7log4cxx14WriterAppender9subAppendERKSt10shared_ptrINS_3spi12LoggingEventEERNS_7helpers4PoolE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '17203162'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'event',
+                                                                  'type' => '120674'
+                                                                },
+                                                         '2' => {
+                                                                  'name' => 'p',
+                                                                  'type' => '55243'
+                                                                }
+                                                       },
+                                            'Private' => 1,
+                                            'Protected' => 1,
+                                            'Return' => '1',
+                                            'ShortName' => 'subAppend',
+                                            'Source' => 'writerappender.cpp',
+                                            'SourceLine' => '240',
+                                            'Virt' => 1,
+                                            'VirtPos' => '20'
+                                          },
+                            '12921594' => {
+                                            'Header' => 'object.h',
+                                            'InLine' => 2,
+                                            'Line' => '116',
+                                            'MnglName' => '_ZN7log4cxx4castINS_7rolling16TriggeringPolicyENS1_13RollingPolicyELb0ELb0EEESt10shared_ptrIT_ERKS4_IT0_E',
+                                            'NameSpace' => 'log4cxx',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'incoming',
+                                                                  'type' => '2275923'
+                                                                }
+                                                       },
+                                            'Return' => '2251701',
+                                            'ShortName' => 'cast<log4cxx::rolling::TriggeringPolicy, log4cxx::rolling::RollingPolicy>',
+                                            'TParam' => {
+                                                          '0' => {
+                                                                   'key' => 'Ret',
+                                                                   'type' => '2272086'
+                                                                 },
+                                                          '1' => {
+                                                                   'key' => 'Type',
+                                                                   'type' => '2272091'
+                                                                 }
+                                                        }
+                                          },
+                            '12926666' => {
+                                            'Artificial' => 1,
+                                            'Class' => '3300536',
+                                            'Destructor' => 1,
+                                            'Header' => 'rollingfileappender.h',
+                                            'InLine' => 1,
+                                            'Line' => '75',
+                                            'MnglName' => '_ZN7log4cxx7rolling19RollingFileAppenderD0Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12924827'
+                                                                }
+                                                       },
+                                            'ShortName' => 'RollingFileAppender',
+                                            'Virt' => 1
+                                          },
+                            '12926667' => {
+                                            'Artificial' => 1,
+                                            'Class' => '3300536',
+                                            'Destructor' => 1,
+                                            'Header' => 'rollingfileappender.h',
+                                            'InLine' => 1,
+                                            'Line' => '75',
+                                            'MnglName' => '_ZN7log4cxx7rolling19RollingFileAppenderD2Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12924827'
+                                                                }
+                                                       },
+                                            'ShortName' => 'RollingFileAppender',
+                                            'Virt' => 1
+                                          },
+                            '12928390' => {
+                                            'Artificial' => 1,
+                                            'Class' => '3300536',
+                                            'Destructor' => 1,
+                                            'Header' => 'rollingfileappender.h',
+                                            'InLine' => 1,
+                                            'Line' => '75',
+                                            'MnglName' => '_ZN7log4cxx7rolling19RollingFileAppenderD1Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12924827'
+                                                                }
+                                                       },
+                                            'ShortName' => 'RollingFileAppender',
+                                            'Virt' => 1
+                                          },
+                            '12932108' => {
+                                            'Artificial' => 1,
+                                            'Class' => '12920343',
+                                            'Destructor' => 1,
+                                            'InLine' => 1,
+                                            'Line' => '553',
+                                            'MnglName' => '_ZN7log4cxx7rolling20CountingOutputStreamD0Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12924533'
+                                                                }
+                                                       },
+                                            'ShortName' => 'CountingOutputStream',
+                                            'Source' => 'rollingfileappender.cpp',
+                                            'Virt' => 1
+                                          },
+                            '12932109' => {
+                                            'Artificial' => 1,
+                                            'Class' => '12920343',
+                                            'Destructor' => 1,
+                                            'InLine' => 1,
+                                            'Line' => '553',
+                                            'MnglName' => '_ZN7log4cxx7rolling20CountingOutputStreamD1Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12924533'
+                                                                }
+                                                       },
+                                            'ShortName' => 'CountingOutputStream',
+                                            'Source' => 'rollingfileappender.cpp',
+                                            'Virt' => 1
+                                          },
+                            '12932915' => {
+                                            'Artificial' => 1,
+                                            'Class' => '12920343',
+                                            'Destructor' => 1,
+                                            'InLine' => 1,
+                                            'Line' => '553',
+                                            'MnglName' => '_ZN7log4cxx7rolling20CountingOutputStreamD2Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12924533'
+                                                                }
+                                                       },
+                                            'ShortName' => 'CountingOutputStream',
+                                            'Source' => 'rollingfileappender.cpp',
+                                            'Virt' => 1
+                                          },
+                            '13026222' => {
+                                            'Class' => '3300536',
+                                            'Constructor' => 1,
+                                            'Header' => 'rollingfileappender.h',
+                                            'MnglName' => '_ZN7log4cxx7rolling19RollingFileAppenderC1Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12924827'
+                                                                }
+                                                       },
+                                            'ShortName' => 'RollingFileAppender',
+                                            'Source' => 'rollingfileappender.cpp',
+                                            'SourceLine' => '60'
+                                          },
+                            '13026486' => {
+                                            'Class' => '3300536',
+                                            'Constructor' => 1,
+                                            'Header' => 'rollingfileappender.h',
+                                            'MnglName' => '_ZN7log4cxx7rolling19RollingFileAppenderC2Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12924827'
+                                                                }
+                                                       },
+                                            'ShortName' => 'RollingFileAppender',
+                                            'Source' => 'rollingfileappender.cpp',
+                                            'SourceLine' => '60'
+                                          },
+                            '13026619' => {
+                                            'Artificial' => 1,
+                                            'Class' => '2272096',
+                                            'Destructor' => 1,
+                                            'Header' => 'rollingfileappenderskeleton.h',
+                                            'InLine' => 1,
+                                            'Line' => '40',
+                                            'MnglName' => '_ZN7log4cxx7rolling27RollingFileAppenderSkeletonD0Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '2275976'
+                                                                }
+                                                       },
+                                            'ShortName' => 'RollingFileAppenderSkeleton',
+                                            'Virt' => 1
+                                          },
+                            '13028294' => {
+                                            'Artificial' => 1,
+                                            'Class' => '2272096',
+                                            'Destructor' => 1,
+                                            'Header' => 'rollingfileappenderskeleton.h',
+                                            'InLine' => 1,
+                                            'Line' => '40',
+                                            'MnglName' => '_ZN7log4cxx7rolling27RollingFileAppenderSkeletonD1Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '2275976'
+                                                                }
+                                                       },
+                                            'ShortName' => 'RollingFileAppenderSkeleton',
+                                            'Virt' => 1
+                                          },
+                            '13029972' => {
+                                            'Class' => '2272096',
+                                            'Constructor' => 1,
+                                            'Header' => 'rollingfileappenderskeleton.h',
+                                            'MnglName' => '_ZN7log4cxx7rolling27RollingFileAppenderSkeletonC1Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '2275976'
+                                                                }
+                                                       },
+                                            'ShortName' => 'RollingFileAppenderSkeleton',
+                                            'Source' => 'rollingfileappender.cpp',
+                                            'SourceLine' => '56'
+                                          },
+                            '13030530' => {
+                                            'Class' => '2272096',
+                                            'Constructor' => 1,
+                                            'Header' => 'rollingfileappenderskeleton.h',
+                                            'MnglName' => '_ZN7log4cxx7rolling27RollingFileAppenderSkeletonC2Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '2275976'
+                                                                }
+                                                       },
+                                            'ShortName' => 'RollingFileAppenderSkeleton',
+                                            'Source' => 'rollingfileappender.cpp',
+                                            'SourceLine' => '56'
+                                          },
+                            '13033391' => {
+                                            'Artificial' => 1,
+                                            'Class' => '12918954',
+                                            'Destructor' => 1,
+                                            'Header' => 'rollingfileappender.h',
+                                            'InLine' => 1,
+                                            'Line' => '77',
+                                            'MnglName' => '_ZN7log4cxx7rolling19RollingFileAppender24ClazzRollingFileAppenderD0Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12924896'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzRollingFileAppender',
+                                            'Virt' => 1
+                                          },
+                            '13033392' => {
+                                            'Artificial' => 1,
+                                            'Class' => '12918954',
+                                            'Destructor' => 1,
+                                            'Header' => 'rollingfileappender.h',
+                                            'InLine' => 1,
+                                            'Line' => '77',
+                                            'MnglName' => '_ZN7log4cxx7rolling19RollingFileAppender24ClazzRollingFileAppenderD1Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12924896'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzRollingFileAppender',
+                                            'Virt' => 1
+                                          },
+                            '13033533' => {
+                                            'Artificial' => 1,
+                                            'Class' => '12918954',
+                                            'Destructor' => 1,
+                                            'Header' => 'rollingfileappender.h',
+                                            'InLine' => 1,
+                                            'Line' => '77',
+                                            'MnglName' => '_ZN7log4cxx7rolling19RollingFileAppender24ClazzRollingFileAppenderD2Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12924896'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzRollingFileAppender',
+                                            'Virt' => 1
+                                          },
+                            '13033623' => {
+                                            'Artificial' => 1,
+                                            'Class' => '12918954',
+                                            'Constructor' => 1,
+                                            'Header' => 'rollingfileappender.h',
+                                            'InLine' => 1,
+                                            'Line' => '77',
+                                            'MnglName' => '_ZN7log4cxx7rolling19RollingFileAppender24ClazzRollingFileAppenderC2Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12924896'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzRollingFileAppender'
+                                          },
+                            '13033624' => {
+                                            'Artificial' => 1,
+                                            'Class' => '12918954',
+                                            'Constructor' => 1,
+                                            'Header' => 'rollingfileappender.h',
+                                            'InLine' => 1,
+                                            'Line' => '77',
+                                            'MnglName' => '_ZN7log4cxx7rolling19RollingFileAppender24ClazzRollingFileAppenderC1Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12924896'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzRollingFileAppender'
+                                          },
+                            '13034536' => {
+                                            'Artificial' => 1,
+                                            'Class' => '12919998',
+                                            'Destructor' => 1,
+                                            'Header' => 'rollingfileappenderskeleton.h',
+                                            'InLine' => 1,
+                                            'Line' => '42',
+                                            'MnglName' => '_ZN7log4cxx7rolling27RollingFileAppenderSkeleton32ClazzRollingFileAppenderSkeletonD0Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12924924'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzRollingFileAppenderSkeleton',
+                                            'Virt' => 1
+                                          },
+                            '13034537' => {
+                                            'Artificial' => 1,
+                                            'Class' => '12919998',
+                                            'Destructor' => 1,
+                                            'Header' => 'rollingfileappenderskeleton.h',
+                                            'InLine' => 1,
+                                            'Line' => '42',
+                                            'MnglName' => '_ZN7log4cxx7rolling27RollingFileAppenderSkeleton32ClazzRollingFileAppenderSkeletonD1Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12924924'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzRollingFileAppenderSkeleton',
+                                            'Virt' => 1
+                                          },
+                            '13034678' => {
+                                            'Artificial' => 1,
+                                            'Class' => '12919998',
+                                            'Destructor' => 1,
+                                            'Header' => 'rollingfileappenderskeleton.h',
+                                            'InLine' => 1,
+                                            'Line' => '42',
+                                            'MnglName' => '_ZN7log4cxx7rolling27RollingFileAppenderSkeleton32ClazzRollingFileAppenderSkeletonD2Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12924924'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzRollingFileAppenderSkeleton',
+                                            'Virt' => 1
+                                          },
+                            '13034768' => {
+                                            'Artificial' => 1,
+                                            'Class' => '12919998',
+                                            'Constructor' => 1,
+                                            'Header' => 'rollingfileappenderskeleton.h',
+                                            'InLine' => 1,
+                                            'Line' => '42',
+                                            'MnglName' => '_ZN7log4cxx7rolling27RollingFileAppenderSkeleton32ClazzRollingFileAppenderSkeletonC2Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12924924'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzRollingFileAppenderSkeleton'
+                                          },
+                            '13034769' => {
+                                            'Artificial' => 1,
+                                            'Class' => '12919998',
+                                            'Constructor' => 1,
+                                            'Header' => 'rollingfileappenderskeleton.h',
+                                            'InLine' => 1,
+                                            'Line' => '42',
+                                            'MnglName' => '_ZN7log4cxx7rolling27RollingFileAppenderSkeleton32ClazzRollingFileAppenderSkeletonC1Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '12924924'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzRollingFileAppenderSkeleton'
+                                          },
+                            '13096343' => {
+                                            'Class' => '2272091',
+                                            'Const' => 1,
+                                            'Header' => 'rollingpolicy.h',
+                                            'MnglName' => '_ZNK7log4cxx7rolling13RollingPolicy8getClassEv',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '13097131'
+                                                                }
+                                                       },
+                                            'Return' => '55278',
+                                            'ShortName' => 'getClass',
+                                            'Source' => 'rollingpolicy.cpp',
+                                            'SourceLine' => '23',
+                                            'Virt' => 1,
+                                            'VirtPos' => '0'
+                                          },
+                            '13096400' => {
+                                            'Class' => '2272091',
+                                            'Header' => 'rollingpolicy.h',
+                                            'MnglName' => '_ZN7log4cxx7rolling13RollingPolicy13registerClassEv',
+                                            'Return' => '55284',
+                                            'ShortName' => 'registerClass',
+                                            'Source' => 'rollingpolicy.cpp',
+                                            'SourceLine' => '23',
+                                            'Static' => 1
+                                          },
+                            '13096461' => {
+                                            'Class' => '2272091',
+                                            'Header' => 'rollingpolicy.h',
+                                            'Line' => '60',
+                                            'MnglName' => '_ZN7log4cxx7rolling13RollingPolicy10initializeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEbRNS_7helpers4PoolE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '3308401'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'p1',
+                                                                  'type' => '207559'
+                                                                },
+                                                         '2' => {
+                                                                  'name' => 'p2',
+                                                                  'type' => '41824'
+                                                                },
+                                                         '3' => {
+                                                                  'name' => 'p3',
+                                                                  'type' => '55243'
+                                                                }
+                                                       },
+                                            'PureVirt' => 1,
+                                            'Return' => '5253335',
+                                            'ShortName' => 'initialize',
+                                            'VirtPos' => '7'
+                                          },
+                            '13096515' => {
+                                            'Class' => '2272091',
+                                            'Header' => 'rollingpolicy.h',
+                                            'Line' => '78',
+                                            'MnglName' => '_ZN7log4cxx7rolling13RollingPolicy8rolloverERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEbRNS_7helpers4PoolE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '3308401'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'p1',
+                                                                  'type' => '207559'
+                                                                },
+                                                         '2' => {
+                                                                  'name' => 'p2',
+                                                                  'type' => '41824'
+                                                                },
+                                                         '3' => {
+                                                                  'name' => 'p3',
+                                                                  'type' => '55243'
+                                                                }
+                                                       },
+                                            'PureVirt' => 1,
+                                            'Return' => '5253335',
+                                            'ShortName' => 'rollover',
+                                            'VirtPos' => '8'
+                                          },
+                            '13096690' => {
+                                            'Class' => '13096569',
+                                            'Const' => 1,
+                                            'Header' => 'rollingpolicy.h',
+                                            'InLine' => 2,
+                                            'Line' => '45',
+                                            'MnglName' => '_ZNK7log4cxx7rolling13RollingPolicy18ClazzRollingPolicy7getNameB5cxx11Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '13097171'
+                                                                }
+                                                       },
+                                            'Return' => '54480',
+                                            'ShortName' => 'getName',
+                                            'Virt' => 1,
+                                            'VirtPos' => '3'
+                                          },
+                            '13096779' => {
+                                            'Data' => 1,
+                                            'Line' => '23',
+                                            'MnglName' => '_ZN7log4cxx7classes25RollingPolicyRegistrationE',
+                                            'NameSpace' => 'log4cxx::classes',
+                                            'Return' => '55284',
+                                            'ShortName' => 'RollingPolicyRegistration',
+                                            'Source' => 'rollingpolicy.cpp'
+                                          },
+                            '13101472' => {
+                                            'Artificial' => 1,
+                                            'Class' => '13096569',
+                                            'Destructor' => 1,
+                                            'Header' => 'rollingpolicy.h',
+                                            'InLine' => 1,
+                                            'Line' => '45',
+                                            'MnglName' => '_ZN7log4cxx7rolling13RollingPolicy18ClazzRollingPolicyD0Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '13097154'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzRollingPolicy',
+                                            'Virt' => 1
+                                          },
+                            '13101473' => {
+                                            'Artificial' => 1,
+                                            'Class' => '13096569',
+                                            'Destructor' => 1,
+                                            'Header' => 'rollingpolicy.h',
+                                            'InLine' => 1,
+                                            'Line' => '45',
+                                            'MnglName' => '_ZN7log4cxx7rolling13RollingPolicy18ClazzRollingPolicyD1Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '13097154'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzRollingPolicy',
+                                            'Virt' => 1
+                                          },
+                            '13101614' => {
+                                            'Artificial' => 1,
+                                            'Class' => '13096569',
+                                            'Destructor' => 1,
+                                            'Header' => 'rollingpolicy.h',
+                                            'InLine' => 1,
+                                            'Line' => '45',
+                                            'MnglName' => '_ZN7log4cxx7rolling13RollingPolicy18ClazzRollingPolicyD2Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '13097154'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzRollingPolicy',
+                                            'Virt' => 1
+                                          },
+                            '13101705' => {
+                                            'Artificial' => 1,
+                                            'Class' => '13096569',
+                                            'Constructor' => 1,
+                                            'Header' => 'rollingpolicy.h',
+                                            'InLine' => 1,
+                                            'Line' => '45',
+                                            'MnglName' => '_ZN7log4cxx7rolling13RollingPolicy18ClazzRollingPolicyC2Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '13097154'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzRollingPolicy'
+                                          },
+                            '13101706' => {
+                                            'Artificial' => 1,
+                                            'Class' => '13096569',
+                                            'Constructor' => 1,
+                                            'Header' => 'rollingpolicy.h',
+                                            'InLine' => 1,
+                                            'Line' => '45',
+                                            'MnglName' => '_ZN7log4cxx7rolling13RollingPolicy18ClazzRollingPolicyC1Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '13097154'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzRollingPolicy'
+                                          },
+                            '13189616' => {
+                                            'Class' => '5253183',
+                                            'Const' => 1,
+                                            'Header' => 'rollingpolicybase.h',
+                                            'MnglName' => '_ZNK7log4cxx7rolling17RollingPolicyBase8getClassEv',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '5377626'
+                                                                }
+                                                       },
+                                            'Return' => '55278',
+                                            'ShortName' => 'getClass',
+                                            'Source' => 'rollingpolicybase.cpp',
+                                            'SourceLine' => '37',
+                                            'Virt' => 1,
+                                            'VirtPos' => '0'
+                                          },
+                            '13189655' => {
+                                            'Class' => '5253183',
+                                            'Header' => 'rollingpolicybase.h',
+                                            'MnglName' => '_ZN7log4cxx7rolling17RollingPolicyBase14getStaticClassEv',
+                                            'Return' => '55278',
+                                            'ShortName' => 'getStaticClass',
+                                            'Source' => 'rollingpolicybase.cpp',
+                                            'SourceLine' => '37',
+                                            'Static' => 1
+                                          },
+                            '13189673' => {
+                                            'Class' => '5253183',
+                                            'Header' => 'rollingpolicybase.h',
+                                            'MnglName' => '_ZN7log4cxx7rolling17RollingPolicyBase13registerClassEv',
+                                            'Return' => '55284',
+                                            'ShortName' => 'registerClass',
+                                            'Source' => 'rollingpolicybase.cpp',
+                                            'SourceLine' => '37',
+                                            'Static' => 1
+                                          },
+                            '13189938' => {
+                                            'Class' => '5253183',
+                                            'Const' => 1,
+                                            'Header' => 'rollingpolicybase.h',
+                                            'Line' => '82',
+                                            'MnglName' => '_ZNK7log4cxx7rolling17RollingPolicyBase19getFormatSpecifiersB5cxx11Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '5377620'
+                                                                }
+                                                       },
+                                            'PureVirt' => 1,
+                                            'Return' => '5254271',
+                                            'ShortName' => 'getFormatSpecifiers',
+                                            'VirtPos' => '9'
+                                          },
+                            '13190022' => {
+                                            'Class' => '5253183',
+                                            'Header' => 'rollingpolicybase.h',
+                                            'MnglName' => '_ZN7log4cxx7rolling17RollingPolicyBase18setFileNamePatternERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '13193269'
+                                                                },
+                                                         '1' => {
+                                                                  'name' => 'fnp',
+                                                                  'type' => '207559'
+                                                                }
+                                                       },
+                                            'Return' => '1',
+                                            'ShortName' => 'setFileNamePattern',
+                                            'Source' => 'rollingpolicybase.cpp',
+                                            'SourceLine' => '74'
+                                          },
+                            '13190054' => {
+                                            'Class' => '5253183',
+                                            'Const' => 1,
+                                            'Header' => 'rollingpolicybase.h',
+                                            'Line' => '97',
+                                            'MnglName' => '_ZNK7log4cxx7rolling17RollingPolicyBase18getFileNamePatternB5cxx11Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '5377626'
+                                                                }
+                                                       },
+                                            'Return' => '54480',
+                                            'ShortName' => 'getFileNamePattern',
+                                            'Source' => 'rollingpolicybase.cpp',
+                                            'SourceLine' => '80'
+                                          },
+                            '13190085' => {
+                                            'Class' => '5253183',
+                                            'Header' => 'rollingpolicybase.h',
+                                            'Line' => '110',
+                                            'MnglName' => '_ZN7log4cxx7rolling17RollingPolicyBase20parseFileNamePatternEv',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '13193269'
+                                                                }
+                                                       },
+                                            'Protected' => 1,
+                                            'Return' => '1',
+                                            'ShortName' => 'parseFileNamePattern',
+                                            'Source' => 'rollingpolicybase.cpp',
+                                            'SourceLine' => '88'
+                                          },
+                            '13190185' => {
+                                            'Class' => '5253183',
+                                            'Const' => 1,
+                                            'Header' => 'rollingpolicybase.h',
+                                            'Line' => '123',
+                                            'MnglName' => '_ZNK7log4cxx7rolling17RollingPolicyBase23getDatePatternConverterEv',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '5377626'
+                                                                }
+                                                       },
+                                            'Protected' => 1,
+                                            'Return' => '1783942',
+                                            'ShortName' => 'getDatePatternConverter',
+                                            'Source' => 'rollingpolicybase.cpp',
+                                            'SourceLine' => '145'
+                                          },
+                            '13190337' => {
+                                            'Class' => '13190216',
+                                            'Const' => 1,
+                                            'Header' => 'rollingpolicybase.h',
+                                            'InLine' => 2,
+                                            'Line' => '54',
+                                            'MnglName' => '_ZNK7log4cxx7rolling17RollingPolicyBase22ClazzRollingPolicyBase7getNameB5cxx11Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '13193331'
+                                                                }
+                                                       },
+                                            'Return' => '54480',
+                                            'ShortName' => 'getName',
+                                            'Virt' => 1,
+                                            'VirtPos' => '3'
+                                          },
+                            '13191049' => {
+                                            'Data' => 1,
+                                            'Line' => '37',
+                                            'MnglName' => '_ZN7log4cxx7classes29RollingPolicyBaseRegistrationE',
+                                            'NameSpace' => 'log4cxx::classes',
+                                            'Return' => '55284',
+                                            'ShortName' => 'RollingPolicyBaseRegistration',
+                                            'Source' => 'rollingpolicybase.cpp'
+                                          },
+                            '13191067' => {
+                                            'Header' => 'object.h',
+                                            'InLine' => 2,
+                                            'Line' => '116',
+                                            'MnglName' => '_ZN7log4cxx4castINS_7pattern20DatePatternConverterENS1_16PatternConverterELb0ELb0EEESt10shared_ptrIT_ERKS4_IT0_E',
+                                            'NameSpace' => 'log4cxx',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'incoming',
+                                                                  'type' => '1784534'
+                                                                }
+                                                       },
+                                            'Return' => '13163034',
+                                            'ShortName' => 'cast<log4cxx::pattern::DatePatternConverter, log4cxx::pattern::PatternConverter>',
+                                            'TParam' => {
+                                                          '0' => {
+                                                                   'key' => 'Ret',
+                                                                   'type' => '2815443'
+                                                                 },
+                                                          '1' => {
+                                                                   'key' => 'Type',
+                                                                   'type' => '1783648'
+                                                                 }
+                                                        }
+                                          },
+                            '13191111' => {
+                                            'Header' => 'object.h',
+                                            'InLine' => 2,
+                                            'Line' => '116',
+                                            'MnglName' => '_ZN7log4cxx4castINS_7pattern23IntegerPatternConverterENS1_16PatternConverterELb0ELb0EEESt10shared_ptrIT_ERKS4_IT0_E',
+                                            'NameSpace' => 'log4cxx',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'incoming',
+                                                                  'type' => '1784534'
+                                                                }
+                                                       },
+                                            'Return' => '13161132',
+                                            'ShortName' => 'cast<log4cxx::pattern::IntegerPatternConverter, log4cxx::pattern::PatternConverter>',
+                                            'TParam' => {
+                                                          '0' => {
+                                                                   'key' => 'Ret',
+                                                                   'type' => '6518989'
+                                                                 },
+                                                          '1' => {
+                                                                   'key' => 'Type',
+                                                                   'type' => '1783648'
+                                                                 }
+                                                        }
+                                          },
+                            '13236383' => {
+                                            'Class' => '5253183',
+                                            'Destructor' => 1,
+                                            'Header' => 'rollingpolicybase.h',
+                                            'MnglName' => '_ZN7log4cxx7rolling17RollingPolicyBaseD0Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '13193269'
+                                                                }
+                                                       },
+                                            'ShortName' => 'RollingPolicyBase',
+                                            'Source' => 'rollingpolicybase.cpp',
+                                            'SourceLine' => '43',
+                                            'Virt' => 1
+                                          },
+                            '13236482' => {
+                                            'Class' => '5253183',
+                                            'Destructor' => 1,
+                                            'Header' => 'rollingpolicybase.h',
+                                            'MnglName' => '_ZN7log4cxx7rolling17RollingPolicyBaseD1Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '13193269'
+                                                                }
+                                                       },
+                                            'ShortName' => 'RollingPolicyBase',
+                                            'Source' => 'rollingpolicybase.cpp',
+                                            'SourceLine' => '43',
+                                            'Virt' => 1
+                                          },
+                            '13239752' => {
+                                            'Class' => '5253183',
+                                            'Destructor' => 1,
+                                            'Header' => 'rollingpolicybase.h',
+                                            'MnglName' => '_ZN7log4cxx7rolling17RollingPolicyBaseD2Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '13193269'
+                                                                }
+                                                       },
+                                            'ShortName' => 'RollingPolicyBase',
+                                            'Source' => 'rollingpolicybase.cpp',
+                                            'SourceLine' => '43',
+                                            'Virt' => 1
+                                          },
+                            '13243077' => {
+                                            'Class' => '5253183',
+                                            'Constructor' => 1,
+                                            'Header' => 'rollingpolicybase.h',
+                                            'MnglName' => '_ZN7log4cxx7rolling17RollingPolicyBaseC1Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '13193269'
+                                                                }
+                                                       },
+                                            'Reg' => {
+                                                       '0' => 'rdi'
+                                                     },
+                                            'ShortName' => 'RollingPolicyBase',
+                                            'Source' => 'rollingpolicybase.cpp',
+                                            'SourceLine' => '39'
+                                          },
+                            '13244283' => {
+                                            'Class' => '5253183',
+                                            'Constructor' => 1,
+                                            'Header' => 'rollingpolicybase.h',
+                                            'MnglName' => '_ZN7log4cxx7rolling17RollingPolicyBaseC2Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '13193269'
+                                                                }
+                                                       },
+                                            'Reg' => {
+                                                       '0' => 'rdi'
+                                                     },
+                                            'ShortName' => 'RollingPolicyBase',
+                                            'Source' => 'rollingpolicybase.cpp',
+                                            'SourceLine' => '39'
+                                          },
+                            '13246914' => {
+                                            'Artificial' => 1,
+                                            'Class' => '13190216',
+                                            'Destructor' => 1,
+                                            'Header' => 'rollingpolicybase.h',
+                                            'InLine' => 1,
+                                            'Line' => '54',
+                                            'MnglName' => '_ZN7log4cxx7rolling17RollingPolicyBase22ClazzRollingPolicyBaseD0Ev',
+                                            'Param' => {
+                                                         '0' => {
+                                                                  'name' => 'this',
+                                                                  'type' => '13193314'
+                                                                }
+                                                       },
+                                            'ShortName' => 'ClazzRollingPolicyBase',
+                                            'Virt' => 1
+                                          },
+                            '13246915' => {
+                                            'Artificial' => 1,
+                                            'Class' => '13190216',
... 103846 lines suppressed ...