/src/logging-log4cxx/src/main/include/log4cxx/helpers/object.h
Line | Count | Source |
1 | | /* |
2 | | * Licensed to the Apache Software Foundation (ASF) under one or more |
3 | | * contributor license agreements. See the NOTICE file distributed with |
4 | | * this work for additional information regarding copyright ownership. |
5 | | * The ASF licenses this file to You under the Apache License, Version 2.0 |
6 | | * (the "License"); you may not use this file except in compliance with |
7 | | * the License. You may obtain a copy of the License at |
8 | | * |
9 | | * http://www.apache.org/licenses/LICENSE-2.0 |
10 | | * |
11 | | * Unless required by applicable law or agreed to in writing, software |
12 | | * distributed under the License is distributed on an "AS IS" BASIS, |
13 | | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
14 | | * See the License for the specific language governing permissions and |
15 | | * limitations under the License. |
16 | | */ |
17 | | |
18 | | #ifndef _LOG4CXX_HELPERS_OBJECT_H |
19 | | #define _LOG4CXX_HELPERS_OBJECT_H |
20 | | |
21 | | #include <log4cxx/logstring.h> |
22 | | #include <log4cxx/helpers/class.h> |
23 | | #include <log4cxx/helpers/classregistration.h> |
24 | | #include <log4cxx/helpers/widelife.h> |
25 | | |
26 | | |
27 | | #define DECLARE_LOG4CXX_CLAZZ_OBJECT(object)\ |
28 | | public:\ |
29 | | class Clazz##object : public LOG4CXX_NS::helpers::Class\ |
30 | | {\ |
31 | | public:\ |
32 | 3.29k | LogString getName() const override { return LOG4CXX_STR(#object); }\log4cxx::helpers::Object::ClazzObject::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::spi::OptionHandler::ClazzOptionHandler::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::Appender::ClazzAppender::getName() const Line | Count | Source | 32 | 908 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::spi::AppenderAttachable::ClazzAppenderAttachable::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
Unexecuted instantiation: log4cxx::helpers::ResourceBundle::ClazzResourceBundle::getName() const log4cxx::Logger::ClazzLogger::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::spi::LoggerFactory::ClazzLoggerFactory::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::spi::LoggerRepository::ClazzLoggerRepository::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::Layout::ClazzLayout::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::pattern::PatternConverter::ClazzPatternConverter::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::pattern::LoggingEventPatternConverter::ClazzLoggingEventPatternConverter::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::pattern::FormattingInfo::ClazzFormattingInfo::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::spi::ErrorHandler::ClazzErrorHandler::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::spi::Filter::ClazzFilter::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::AppenderSkeleton::ClazzAppenderSkeleton::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::helpers::OutputStream::ClazzOutputStream::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::helpers::Writer::ClazzWriter::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::helpers::CharsetEncoder::ClazzCharsetEncoder::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::helpers::OutputStreamWriter::ClazzOutputStreamWriter::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::WriterAppender::ClazzWriterAppender::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::rolling::TriggeringPolicy::ClazzTriggeringPolicy::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::rolling::Action::ClazzAction::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::rolling::RollingPolicy::ClazzRollingPolicy::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::spi::RepositorySelector::ClazzRepositorySelector::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::rolling::RollingPolicyBase::ClazzRollingPolicyBase::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::helpers::FileOutputStream::ClazzFileOutputStream::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::helpers::BufferedWriter::ClazzBufferedWriter::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::helpers::XMLDOMNode::ClazzXMLDOMNode::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::helpers::XMLDOMDocument::ClazzXMLDOMDocument::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::helpers::XMLDOMElement::ClazzXMLDOMElement::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::helpers::XMLDOMNodeList::ClazzXMLDOMNodeList::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::spi::TriggeringEventEvaluator::ClazzTriggeringEventEvaluator::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::helpers::InputStream::ClazzInputStream::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::helpers::FileInputStream::ClazzFileInputStream::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::Hierarchy::ClazzHierarchy::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::helpers::AppenderAttachableImpl::ClazzAppenderAttachableImpl::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::helpers::InetAddress::ClazzInetAddress::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::helpers::Socket::ClazzSocket::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::spi::DefaultRepositorySelector::ClazzDefaultRepositorySelector::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::spi::Configurator::ClazzConfigurator::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::helpers::CharsetDecoder::ClazzCharsetDecoder::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::pattern::NameAbbreviator::ClazzNameAbbreviator::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::pattern::NamePatternConverter::ClazzNamePatternConverter::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::pattern::LoggerPatternConverter::ClazzLoggerPatternConverter::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::pattern::ColorEndPatternConverter::ClazzColorEndPatternConverter::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::pattern::ColorStartPatternConverter::ClazzColorStartPatternConverter::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::pattern::ShortFileLocationPatternConverter::ClazzShortFileLocationPatternConverter::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::pattern::LiteralPatternConverter::ClazzLiteralPatternConverter::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::pattern::ClassNamePatternConverter::ClazzClassNamePatternConverter::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::helpers::TimeZone::ClazzTimeZone::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::helpers::DateFormat::ClazzDateFormat::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::pattern::DatePatternConverter::ClazzDatePatternConverter::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::pattern::FileLocationPatternConverter::ClazzFileLocationPatternConverter::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::pattern::FullLocationPatternConverter::ClazzFullLocationPatternConverter::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::pattern::IntegerPatternConverter::ClazzIntegerPatternConverter::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::pattern::LineLocationPatternConverter::ClazzLineLocationPatternConverter::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::pattern::MessagePatternConverter::ClazzMessagePatternConverter::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::pattern::LineSeparatorPatternConverter::ClazzLineSeparatorPatternConverter::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::pattern::MethodLocationPatternConverter::ClazzMethodLocationPatternConverter::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::pattern::LevelPatternConverter::ClazzLevelPatternConverter::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::pattern::RelativeTimePatternConverter::ClazzRelativeTimePatternConverter::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::pattern::ThreadPatternConverter::ClazzThreadPatternConverter::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::pattern::MDCPatternConverter::ClazzMDCPatternConverter::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::pattern::NDCPatternConverter::ClazzNDCPatternConverter::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::pattern::PropertiesPatternConverter::ClazzPropertiesPatternConverter::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::pattern::ThrowableInformationPatternConverter::ClazzThrowableInformationPatternConverter::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::pattern::ThreadUsernamePatternConverter::ClazzThreadUsernamePatternConverter::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::helpers::Reader::ClazzReader::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::helpers::InputStreamReader::ClazzInputStreamReader::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::DefaultLoggerFactory::ClazzDefaultLoggerFactory::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::rolling::FileRenameAction::ClazzFileRenameAction::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::rolling::GZCompressAction::ClazzGZCompressAction::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::rolling::ZipCompressAction::ClazzZipCompressAction::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::helpers::DatagramPacket::ClazzDatagramPacket::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::helpers::DatagramSocket::ClazzDatagramSocket::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::helpers::SocketOutputStream::ClazzSocketOutputStream::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::pattern::NOPAbbreviator::ClazzNOPAbbreviator::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::pattern::MaxElementAbbreviator::ClazzMaxElementAbbreviator::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::pattern::PatternAbbreviator::ClazzPatternAbbreviator::getName() const Line | Count | Source | 32 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
Unexecuted instantiation: log4cxx::helpers::ByteArrayOutputStream::ClazzByteArrayOutputStream::getName() const |
33 | | };\ |
34 | | static const helpers::Class& getStaticClass();\ |
35 | | static const helpers::ClassRegistration& registerClass(); |
36 | | |
37 | | #define DECLARE_ABSTRACT_LOG4CXX_OBJECT(object)\ |
38 | | DECLARE_LOG4CXX_CLAZZ_OBJECT(object)\ |
39 | | const helpers::Class& getClass() const override; |
40 | | |
41 | | #define DECLARE_LOG4CXX_OBJECT(object)\ |
42 | | public:\ |
43 | | class Clazz##object : public LOG4CXX_NS::helpers::Class\ |
44 | | {\ |
45 | | public:\ |
46 | 1.08k | LogString getName() const override { return LOG4CXX_STR(#object); }\log4cxx::spi::LoggingEvent::ClazzLoggingEvent::getName() const Line | Count | Source | 46 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::PatternLayout::ClazzPatternLayout::getName() const Line | Count | Source | 46 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::FileAppender::ClazzFileAppender::getName() const Line | Count | Source | 46 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::rolling::RolloverDescription::ClazzRolloverDescription::getName() const Line | Count | Source | 46 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::rolling::RollingFileAppender::ClazzRollingFileAppender::getName() const Line | Count | Source | 46 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::rolling::TimeBasedRollingPolicy::ClazzTimeBasedRollingPolicy::getName() const Line | Count | Source | 46 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::helpers::OnlyOnceErrorHandler::ClazzOnlyOnceErrorHandler::getName() const Line | Count | Source | 46 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::filter::DenyAllFilter::ClazzDenyAllFilter::getName() const Line | Count | Source | 46 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::helpers::Date::ClazzDate::getName() const Line | Count | Source | 46 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::helpers::SystemErrWriter::ClazzSystemErrWriter::getName() const Line | Count | Source | 46 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::PropertyConfigurator::ClazzPropertyConfigurator::getName() const Line | Count | Source | 46 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::xml::DOMConfigurator::ClazzDOMConfigurator::getName() const Line | Count | Source | 46 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::AsyncAppender::ClazzAsyncAppender::getName() const Line | Count | Source | 46 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::rolling::FixedWindowRollingPolicy::ClazzFixedWindowRollingPolicy::getName() const Line | Count | Source | 46 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::rolling::SizeBasedTriggeringPolicy::ClazzSizeBasedTriggeringPolicy::getName() const Line | Count | Source | 46 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::rolling::FilterBasedTriggeringPolicy::ClazzFilterBasedTriggeringPolicy::getName() const Line | Count | Source | 46 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::net::SMTPAppender::ClazzSMTPAppender::getName() const Line | Count | Source | 46 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::ConsoleAppender::ClazzConsoleAppender::getName() const Line | Count | Source | 46 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::db::ODBCAppender::ClazzODBCAppender::getName() const Line | Count | Source | 46 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::net::SyslogAppender::ClazzSyslogAppender::getName() const Line | Count | Source | 46 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::net::TelnetAppender::ClazzTelnetAppender::getName() const Line | Count | Source | 46 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::net::XMLSocketAppender::ClazzXMLSocketAppender::getName() const Line | Count | Source | 46 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::JSONLayout::ClazzJSONLayout::getName() const Line | Count | Source | 46 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::HTMLLayout::ClazzHTMLLayout::getName() const Line | Count | Source | 46 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::SimpleLayout::ClazzSimpleLayout::getName() const Line | Count | Source | 46 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::xml::XMLLayout::ClazzXMLLayout::getName() const Line | Count | Source | 46 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::filter::LevelMatchFilter::ClazzLevelMatchFilter::getName() const Line | Count | Source | 46 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::filter::LevelRangeFilter::ClazzLevelRangeFilter::getName() const Line | Count | Source | 46 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::filter::StringMatchFilter::ClazzStringMatchFilter::getName() const Line | Count | Source | 46 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::filter::LocationInfoFilter::ClazzLocationInfoFilter::getName() const Line | Count | Source | 46 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::rolling::ManualTriggeringPolicy::ClazzManualTriggeringPolicy::getName() const Line | Count | Source | 46 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::varia::FallbackErrorHandler::ClazzFallbackErrorHandler::getName() const Line | Count | Source | 46 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::helpers::SystemOutWriter::ClazzSystemOutWriter::getName() const Line | Count | Source | 46 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::helpers::Integer::ClazzInteger::getName() const Line | Count | Source | 46 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::net::DefaultEvaluator::ClazzDefaultEvaluator::getName() const Line | Count | Source | 46 | 31 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
log4cxx::fuzzer::EncodingAppender::ClazzEncodingAppender::getName() const Line | Count | Source | 46 | 4 | LogString getName() const override { return LOG4CXX_STR(#object); }\ |
Unexecuted instantiation: log4cxx::nt::NTEventLogAppender::ClazzNTEventLogAppender::getName() const |
47 | | object* newInstance() const override\ |
48 | 4 | {\ |
49 | 4 | return new object();\ |
50 | 4 | }\ Unexecuted instantiation: log4cxx::spi::LoggingEvent::ClazzLoggingEvent::newInstance() const log4cxx::PatternLayout::ClazzPatternLayout::newInstance() const Line | Count | Source | 48 | 2 | {\ | 49 | 2 | return new object();\ | 50 | 2 | }\ |
Unexecuted instantiation: log4cxx::FileAppender::ClazzFileAppender::newInstance() const Unexecuted instantiation: log4cxx::rolling::RolloverDescription::ClazzRolloverDescription::newInstance() const Unexecuted instantiation: log4cxx::rolling::RollingFileAppender::ClazzRollingFileAppender::newInstance() const Unexecuted instantiation: log4cxx::rolling::TimeBasedRollingPolicy::ClazzTimeBasedRollingPolicy::newInstance() const Unexecuted instantiation: log4cxx::helpers::OnlyOnceErrorHandler::ClazzOnlyOnceErrorHandler::newInstance() const Unexecuted instantiation: log4cxx::filter::DenyAllFilter::ClazzDenyAllFilter::newInstance() const Unexecuted instantiation: log4cxx::helpers::Date::ClazzDate::newInstance() const Unexecuted instantiation: log4cxx::helpers::SystemErrWriter::ClazzSystemErrWriter::newInstance() const Unexecuted instantiation: log4cxx::PropertyConfigurator::ClazzPropertyConfigurator::newInstance() const Unexecuted instantiation: log4cxx::xml::DOMConfigurator::ClazzDOMConfigurator::newInstance() const Unexecuted instantiation: log4cxx::AsyncAppender::ClazzAsyncAppender::newInstance() const Unexecuted instantiation: log4cxx::rolling::FixedWindowRollingPolicy::ClazzFixedWindowRollingPolicy::newInstance() const Unexecuted instantiation: log4cxx::rolling::SizeBasedTriggeringPolicy::ClazzSizeBasedTriggeringPolicy::newInstance() const Unexecuted instantiation: log4cxx::rolling::FilterBasedTriggeringPolicy::ClazzFilterBasedTriggeringPolicy::newInstance() const Unexecuted instantiation: log4cxx::net::SMTPAppender::ClazzSMTPAppender::newInstance() const Unexecuted instantiation: log4cxx::ConsoleAppender::ClazzConsoleAppender::newInstance() const Unexecuted instantiation: log4cxx::db::ODBCAppender::ClazzODBCAppender::newInstance() const Unexecuted instantiation: log4cxx::net::SyslogAppender::ClazzSyslogAppender::newInstance() const Unexecuted instantiation: log4cxx::net::TelnetAppender::ClazzTelnetAppender::newInstance() const Unexecuted instantiation: log4cxx::net::XMLSocketAppender::ClazzXMLSocketAppender::newInstance() const Unexecuted instantiation: log4cxx::JSONLayout::ClazzJSONLayout::newInstance() const Unexecuted instantiation: log4cxx::HTMLLayout::ClazzHTMLLayout::newInstance() const Unexecuted instantiation: log4cxx::SimpleLayout::ClazzSimpleLayout::newInstance() const Unexecuted instantiation: log4cxx::xml::XMLLayout::ClazzXMLLayout::newInstance() const Unexecuted instantiation: log4cxx::filter::LevelMatchFilter::ClazzLevelMatchFilter::newInstance() const Unexecuted instantiation: log4cxx::filter::LevelRangeFilter::ClazzLevelRangeFilter::newInstance() const Unexecuted instantiation: log4cxx::filter::StringMatchFilter::ClazzStringMatchFilter::newInstance() const Unexecuted instantiation: log4cxx::filter::LocationInfoFilter::ClazzLocationInfoFilter::newInstance() const Unexecuted instantiation: log4cxx::rolling::ManualTriggeringPolicy::ClazzManualTriggeringPolicy::newInstance() const Unexecuted instantiation: log4cxx::varia::FallbackErrorHandler::ClazzFallbackErrorHandler::newInstance() const Unexecuted instantiation: log4cxx::helpers::SystemOutWriter::ClazzSystemOutWriter::newInstance() const Unexecuted instantiation: log4cxx::helpers::Integer::ClazzInteger::newInstance() const Unexecuted instantiation: log4cxx::net::DefaultEvaluator::ClazzDefaultEvaluator::newInstance() const log4cxx::fuzzer::EncodingAppender::ClazzEncodingAppender::newInstance() const Line | Count | Source | 48 | 2 | {\ | 49 | 2 | return new object();\ | 50 | 2 | }\ |
Unexecuted instantiation: log4cxx::nt::NTEventLogAppender::ClazzNTEventLogAppender::newInstance() const |
51 | | };\ |
52 | | const helpers::Class& getClass() const override;\ |
53 | | static const helpers::Class& getStaticClass(); \ |
54 | | static const helpers::ClassRegistration& registerClass(); |
55 | | |
56 | | #define DECLARE_LOG4CXX_OBJECT_WITH_CUSTOM_CLASS(object, class)\ |
57 | | public:\ |
58 | | const helpers::Class& getClass() const override;\ |
59 | | static const helpers::Class& getStaticClass();\ |
60 | | static const helpers::ClassRegistration& registerClass(); |
61 | | |
62 | | #define IMPLEMENT_LOG4CXX_OBJECT(object)\ |
63 | 0 | const ::LOG4CXX_NS::helpers::Class& object::getClass() const { return getStaticClass(); }\Unexecuted instantiation: log4cxx::FileAppender::getClass() const Unexecuted instantiation: log4cxx::helpers::FileOutputStream::getClass() const Unexecuted instantiation: log4cxx::helpers::Object::getClass() const Unexecuted instantiation: log4cxx::spi::OptionHandler::getClass() const Unexecuted instantiation: log4cxx::spi::ErrorHandler::getClass() const Unexecuted instantiation: log4cxx::Appender::getClass() const Unexecuted instantiation: log4cxx::spi::Filter::getClass() const Unexecuted instantiation: log4cxx::spi::AppenderAttachable::getClass() const Unexecuted instantiation: log4cxx::spi::LoggerFactory::getClass() const Unexecuted instantiation: log4cxx::spi::LoggerRepository::getClass() const Unexecuted instantiation: log4cxx::filter::DenyAllFilter::getClass() const Unexecuted instantiation: log4cxx::spi::RepositorySelector::getClass() const Unexecuted instantiation: log4cxx::helpers::XMLDOMNode::getClass() const Unexecuted instantiation: log4cxx::helpers::XMLDOMDocument::getClass() const Unexecuted instantiation: log4cxx::helpers::XMLDOMElement::getClass() const Unexecuted instantiation: log4cxx::helpers::XMLDOMNodeList::getClass() const Unexecuted instantiation: log4cxx::spi::TriggeringEventEvaluator::getClass() const Unexecuted instantiation: log4cxx::Logger::getClass() const Unexecuted instantiation: log4cxx::spi::LoggingEvent::getClass() const Unexecuted instantiation: log4cxx::spi::DefaultRepositorySelector::getClass() const Unexecuted instantiation: log4cxx::helpers::OnlyOnceErrorHandler::getClass() const Unexecuted instantiation: log4cxx::helpers::OutputStream::getClass() const Unexecuted instantiation: log4cxx::PatternLayout::getClass() const Unexecuted instantiation: log4cxx::pattern::PropertiesPatternConverter::getClass() const Unexecuted instantiation: log4cxx::PropertyConfigurator::getClass() const Unexecuted instantiation: log4cxx::pattern::RelativeTimePatternConverter::getClass() const Unexecuted instantiation: log4cxx::rolling::RollingFileAppender::getClass() const Unexecuted instantiation: log4cxx::rolling::RollingPolicy::getClass() const Unexecuted instantiation: log4cxx::rolling::RollingPolicyBase::getClass() const Unexecuted instantiation: log4cxx::rolling::RolloverDescription::getClass() const Unexecuted instantiation: log4cxx::pattern::ShortFileLocationPatternConverter::getClass() const Unexecuted instantiation: log4cxx::rolling::SizeBasedTriggeringPolicy::getClass() const Unexecuted instantiation: log4cxx::helpers::SystemErrWriter::getClass() const Unexecuted instantiation: log4cxx::pattern::ThreadPatternConverter::getClass() const Unexecuted instantiation: log4cxx::pattern::ThreadUsernamePatternConverter::getClass() const Unexecuted instantiation: log4cxx::pattern::ThrowableInformationPatternConverter::getClass() const Unexecuted instantiation: log4cxx::rolling::TimeBasedRollingPolicy::getClass() const Unexecuted instantiation: log4cxx::rolling::TriggeringPolicy::getClass() const Unexecuted instantiation: log4cxx::helpers::Writer::getClass() const Unexecuted instantiation: log4cxx::WriterAppender::getClass() const Unexecuted instantiation: log4cxx::rolling::ZipCompressAction::getClass() const Unexecuted instantiation: log4cxx::xml::DOMConfigurator::getClass() const Unexecuted instantiation: log4cxx::rolling::Action::getClass() const Unexecuted instantiation: log4cxx::helpers::AppenderAttachableImpl::getClass() const Unexecuted instantiation: log4cxx::AppenderSkeleton::getClass() const Unexecuted instantiation: log4cxx::AsyncAppender::getClass() const Unexecuted instantiation: log4cxx::helpers::BufferedWriter::getClass() const Unexecuted instantiation: log4cxx::helpers::CharsetDecoder::getClass() const Unexecuted instantiation: log4cxx::helpers::CharsetEncoder::getClass() const Unexecuted instantiation: log4cxx::pattern::ClassNamePatternConverter::getClass() const Unexecuted instantiation: log4cxx::pattern::ColorStartPatternConverter::getClass() const Unexecuted instantiation: log4cxx::pattern::ColorEndPatternConverter::getClass() const Unexecuted instantiation: log4cxx::spi::Configurator::getClass() const Unexecuted instantiation: log4cxx::ConsoleAppender::getClass() const Unexecuted instantiation: log4cxx::helpers::Date::getClass() const Unexecuted instantiation: log4cxx::pattern::DatePatternConverter::getClass() const Unexecuted instantiation: log4cxx::DefaultLoggerFactory::getClass() const Unexecuted instantiation: log4cxx::varia::FallbackErrorHandler::getClass() const Unexecuted instantiation: log4cxx::helpers::FileInputStream::getClass() const Unexecuted instantiation: log4cxx::pattern::FileLocationPatternConverter::getClass() const Unexecuted instantiation: log4cxx::rolling::FileRenameAction::getClass() const Unexecuted instantiation: log4cxx::rolling::FilterBasedTriggeringPolicy::getClass() const Unexecuted instantiation: log4cxx::rolling::FixedWindowRollingPolicy::getClass() const Unexecuted instantiation: log4cxx::pattern::FormattingInfo::getClass() const Unexecuted instantiation: log4cxx::pattern::FullLocationPatternConverter::getClass() const Unexecuted instantiation: log4cxx::rolling::GZCompressAction::getClass() const Unexecuted instantiation: log4cxx::Hierarchy::getClass() const Unexecuted instantiation: log4cxx::HTMLLayout::getClass() const Unexecuted instantiation: log4cxx::helpers::InputStream::getClass() const Unexecuted instantiation: log4cxx::helpers::InputStreamReader::getClass() const Unexecuted instantiation: log4cxx::helpers::Integer::getClass() const Unexecuted instantiation: log4cxx::pattern::IntegerPatternConverter::getClass() const Unexecuted instantiation: log4cxx::JSONLayout::getClass() const Unexecuted instantiation: log4cxx::Layout::getClass() const Unexecuted instantiation: log4cxx::filter::LevelMatchFilter::getClass() const Unexecuted instantiation: log4cxx::pattern::LevelPatternConverter::getClass() const Unexecuted instantiation: log4cxx::filter::LevelRangeFilter::getClass() const Unexecuted instantiation: log4cxx::pattern::LineLocationPatternConverter::getClass() const Unexecuted instantiation: log4cxx::pattern::LineSeparatorPatternConverter::getClass() const Unexecuted instantiation: log4cxx::pattern::LiteralPatternConverter::getClass() const Unexecuted instantiation: log4cxx::filter::LocationInfoFilter::getClass() const Unexecuted instantiation: log4cxx::pattern::LoggerPatternConverter::getClass() const Unexecuted instantiation: log4cxx::pattern::LoggingEventPatternConverter::getClass() const Unexecuted instantiation: log4cxx::rolling::ManualTriggeringPolicy::getClass() const Unexecuted instantiation: log4cxx::pattern::MessagePatternConverter::getClass() const Unexecuted instantiation: log4cxx::pattern::MethodLocationPatternConverter::getClass() const Unexecuted instantiation: log4cxx::pattern::NamePatternConverter::getClass() const Unexecuted instantiation: log4cxx::pattern::MDCPatternConverter::getClass() const Unexecuted instantiation: log4cxx::pattern::NDCPatternConverter::getClass() const Unexecuted instantiation: log4cxx::db::ODBCAppender::getClass() const Unexecuted instantiation: log4cxx::helpers::OutputStreamWriter::getClass() const Unexecuted instantiation: log4cxx::pattern::PatternConverter::getClass() const Unexecuted instantiation: log4cxx::helpers::Reader::getClass() const Unexecuted instantiation: log4cxx::SimpleLayout::getClass() const Unexecuted instantiation: log4cxx::net::DefaultEvaluator::getClass() const Unexecuted instantiation: log4cxx::net::SMTPAppender::getClass() const Unexecuted instantiation: log4cxx::filter::StringMatchFilter::getClass() const Unexecuted instantiation: log4cxx::helpers::SystemOutWriter::getClass() const Unexecuted instantiation: log4cxx::helpers::TimeZone::getClass() const Unexecuted instantiation: log4cxx::xml::XMLLayout::getClass() const Unexecuted instantiation: log4cxx::net::TelnetAppender::getClass() const Unexecuted instantiation: log4cxx::net::XMLSocketAppender::getClass() const Unexecuted instantiation: log4cxx::net::SyslogAppender::getClass() const Unexecuted instantiation: log4cxx::helpers::DateFormat::getClass() const Unexecuted instantiation: log4cxx::helpers::InetAddress::getClass() const Unexecuted instantiation: log4cxx::pattern::NameAbbreviator::getClass() const Unexecuted instantiation: log4cxx::pattern::NOPAbbreviator::getClass() const Unexecuted instantiation: log4cxx::pattern::MaxElementAbbreviator::getClass() const Unexecuted instantiation: log4cxx::pattern::PatternAbbreviator::getClass() const Unexecuted instantiation: log4cxx::helpers::SocketOutputStream::getClass() const Unexecuted instantiation: log4cxx::helpers::DatagramPacket::getClass() const Unexecuted instantiation: log4cxx::helpers::DatagramSocket::getClass() const Unexecuted instantiation: log4cxx::helpers::Socket::getClass() const Unexecuted instantiation: log4cxx::fuzzer::EncodingAppender::getClass() const |
64 | 72.8k | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ |
65 | 72.8k | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ |
66 | 72.8k | return theClass; \ |
67 | 72.8k | } \ log4cxx::FileAppender::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::helpers::FileOutputStream::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::helpers::Object::getStaticClass() Line | Count | Source | 64 | 31.7k | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31.7k | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31.7k | return theClass; \ | 67 | 31.7k | } \ |
log4cxx::spi::OptionHandler::getStaticClass() Line | Count | Source | 64 | 436 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 436 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 436 | return theClass; \ | 67 | 436 | } \ |
log4cxx::spi::ErrorHandler::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::Appender::getStaticClass() Line | Count | Source | 64 | 930 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 930 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 930 | return theClass; \ | 67 | 930 | } \ |
log4cxx::spi::Filter::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::spi::AppenderAttachable::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::spi::LoggerFactory::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::spi::LoggerRepository::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::filter::DenyAllFilter::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::spi::RepositorySelector::getStaticClass() Line | Count | Source | 64 | 11.9k | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 11.9k | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 11.9k | return theClass; \ | 67 | 11.9k | } \ |
log4cxx::helpers::XMLDOMNode::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::helpers::XMLDOMDocument::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::helpers::XMLDOMElement::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::helpers::XMLDOMNodeList::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::spi::TriggeringEventEvaluator::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::Logger::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::spi::LoggingEvent::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::spi::DefaultRepositorySelector::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::helpers::OnlyOnceErrorHandler::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::helpers::OutputStream::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::PatternLayout::getStaticClass() Line | Count | Source | 64 | 43 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 43 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 43 | return theClass; \ | 67 | 43 | } \ |
log4cxx::pattern::PropertiesPatternConverter::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::PropertyConfigurator::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::pattern::RelativeTimePatternConverter::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::rolling::RollingFileAppender::getStaticClass() Line | Count | Source | 64 | 33 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 33 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 33 | return theClass; \ | 67 | 33 | } \ |
log4cxx::rolling::RollingPolicy::getStaticClass() Line | Count | Source | 64 | 404 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 404 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 404 | return theClass; \ | 67 | 404 | } \ |
log4cxx::rolling::RollingPolicyBase::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::rolling::RolloverDescription::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::pattern::ShortFileLocationPatternConverter::getStaticClass() Line | Count | Source | 64 | 33 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 33 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 33 | return theClass; \ | 67 | 33 | } \ |
log4cxx::rolling::SizeBasedTriggeringPolicy::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::helpers::SystemErrWriter::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::pattern::ThreadPatternConverter::getStaticClass() Line | Count | Source | 64 | 33 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 33 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 33 | return theClass; \ | 67 | 33 | } \ |
log4cxx::pattern::ThreadUsernamePatternConverter::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::pattern::ThrowableInformationPatternConverter::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::rolling::TimeBasedRollingPolicy::getStaticClass() Line | Count | Source | 64 | 404 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 404 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 404 | return theClass; \ | 67 | 404 | } \ |
log4cxx::rolling::TriggeringPolicy::getStaticClass() Line | Count | Source | 64 | 777 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 777 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 777 | return theClass; \ | 67 | 777 | } \ |
log4cxx::helpers::Writer::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::WriterAppender::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::rolling::ZipCompressAction::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::xml::DOMConfigurator::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::rolling::Action::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::helpers::AppenderAttachableImpl::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::AppenderSkeleton::getStaticClass() Line | Count | Source | 64 | 47 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 47 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 47 | return theClass; \ | 67 | 47 | } \ |
log4cxx::AsyncAppender::getStaticClass() Line | Count | Source | 64 | 33 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 33 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 33 | return theClass; \ | 67 | 33 | } \ |
log4cxx::helpers::BufferedWriter::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::helpers::CharsetDecoder::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::helpers::CharsetEncoder::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::pattern::ClassNamePatternConverter::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::pattern::ColorStartPatternConverter::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::pattern::ColorEndPatternConverter::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::spi::Configurator::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::ConsoleAppender::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::helpers::Date::getStaticClass() Line | Count | Source | 64 | 6.74k | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 6.74k | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 6.74k | return theClass; \ | 67 | 6.74k | } \ |
log4cxx::pattern::DatePatternConverter::getStaticClass() Line | Count | Source | 64 | 5.62k | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 5.62k | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 5.62k | return theClass; \ | 67 | 5.62k | } \ |
log4cxx::DefaultLoggerFactory::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::varia::FallbackErrorHandler::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::helpers::FileInputStream::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::pattern::FileLocationPatternConverter::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::rolling::FileRenameAction::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::rolling::FilterBasedTriggeringPolicy::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::rolling::FixedWindowRollingPolicy::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::pattern::FormattingInfo::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::pattern::FullLocationPatternConverter::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::rolling::GZCompressAction::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::Hierarchy::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::HTMLLayout::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::helpers::InputStream::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::helpers::InputStreamReader::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::helpers::Integer::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::pattern::IntegerPatternConverter::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::JSONLayout::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::Layout::getStaticClass() Line | Count | Source | 64 | 47 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 47 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 47 | return theClass; \ | 67 | 47 | } \ |
log4cxx::filter::LevelMatchFilter::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::pattern::LevelPatternConverter::getStaticClass() Line | Count | Source | 64 | 33 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 33 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 33 | return theClass; \ | 67 | 33 | } \ |
log4cxx::filter::LevelRangeFilter::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::pattern::LineLocationPatternConverter::getStaticClass() Line | Count | Source | 64 | 33 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 33 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 33 | return theClass; \ | 67 | 33 | } \ |
log4cxx::pattern::LineSeparatorPatternConverter::getStaticClass() Line | Count | Source | 64 | 406 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 406 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 406 | return theClass; \ | 67 | 406 | } \ |
log4cxx::pattern::LiteralPatternConverter::getStaticClass() Line | Count | Source | 64 | 2.27k | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 2.27k | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 2.27k | return theClass; \ | 67 | 2.27k | } \ |
log4cxx::filter::LocationInfoFilter::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::pattern::LoggerPatternConverter::getStaticClass() Line | Count | Source | 64 | 404 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 404 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 404 | return theClass; \ | 67 | 404 | } \ |
log4cxx::pattern::LoggingEventPatternConverter::getStaticClass() Line | Count | Source | 64 | 4.92k | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 4.92k | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 4.92k | return theClass; \ | 67 | 4.92k | } \ |
log4cxx::rolling::ManualTriggeringPolicy::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::pattern::MessagePatternConverter::getStaticClass() Line | Count | Source | 64 | 406 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 406 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 406 | return theClass; \ | 67 | 406 | } \ |
log4cxx::pattern::MethodLocationPatternConverter::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::pattern::NamePatternConverter::getStaticClass() Line | Count | Source | 64 | 404 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 404 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 404 | return theClass; \ | 67 | 404 | } \ |
log4cxx::pattern::MDCPatternConverter::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::pattern::NDCPatternConverter::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::db::ODBCAppender::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::helpers::OutputStreamWriter::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::pattern::PatternConverter::getStaticClass() Line | Count | Source | 64 | 1.89k | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 1.89k | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 1.89k | return theClass; \ | 67 | 1.89k | } \ |
log4cxx::helpers::Reader::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::SimpleLayout::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::net::DefaultEvaluator::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::net::SMTPAppender::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::filter::StringMatchFilter::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::helpers::SystemOutWriter::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::helpers::TimeZone::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::xml::XMLLayout::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::net::TelnetAppender::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::net::XMLSocketAppender::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::net::SyslogAppender::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::helpers::DateFormat::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::helpers::InetAddress::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::pattern::NameAbbreviator::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::pattern::NOPAbbreviator::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::pattern::MaxElementAbbreviator::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::pattern::PatternAbbreviator::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::helpers::SocketOutputStream::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::helpers::DatagramPacket::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::helpers::DatagramSocket::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::helpers::Socket::getStaticClass() Line | Count | Source | 64 | 31 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 31 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 31 | return theClass; \ | 67 | 31 | } \ |
log4cxx::fuzzer::EncodingAppender::getStaticClass() Line | Count | Source | 64 | 20 | const ::LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ | 65 | 20 | static ::LOG4CXX_NS::helpers::WideLife<Clazz##object> theClass; \ | 66 | 20 | return theClass; \ | 67 | 20 | } \ |
|
68 | 9.30k | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ |
69 | 9.30k | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ |
70 | 9.30k | return classReg; \ |
71 | 9.30k | }\ log4cxx::FileAppender::registerClass() Line | Count | Source | 68 | 254 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 254 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 254 | return classReg; \ | 71 | 254 | }\ |
log4cxx::helpers::FileOutputStream::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::helpers::Object::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::spi::OptionHandler::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::spi::ErrorHandler::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::Appender::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::spi::Filter::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::spi::AppenderAttachable::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::spi::LoggerFactory::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::spi::LoggerRepository::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::filter::DenyAllFilter::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::spi::RepositorySelector::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::helpers::XMLDOMNode::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::helpers::XMLDOMDocument::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::helpers::XMLDOMElement::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::helpers::XMLDOMNodeList::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::spi::TriggeringEventEvaluator::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::Logger::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::spi::LoggingEvent::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::spi::DefaultRepositorySelector::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::helpers::OnlyOnceErrorHandler::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::helpers::OutputStream::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::PatternLayout::registerClass() Line | Count | Source | 68 | 254 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 254 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 254 | return classReg; \ | 71 | 254 | }\ |
log4cxx::pattern::PropertiesPatternConverter::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::PropertyConfigurator::registerClass() Line | Count | Source | 68 | 254 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 254 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 254 | return classReg; \ | 71 | 254 | }\ |
log4cxx::pattern::RelativeTimePatternConverter::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::rolling::RollingFileAppender::registerClass() Line | Count | Source | 68 | 254 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 254 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 254 | return classReg; \ | 71 | 254 | }\ |
log4cxx::rolling::RollingPolicy::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::rolling::RollingPolicyBase::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::rolling::RolloverDescription::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::pattern::ShortFileLocationPatternConverter::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::rolling::SizeBasedTriggeringPolicy::registerClass() Line | Count | Source | 68 | 254 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 254 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 254 | return classReg; \ | 71 | 254 | }\ |
log4cxx::helpers::SystemErrWriter::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::pattern::ThreadPatternConverter::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::pattern::ThreadUsernamePatternConverter::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::pattern::ThrowableInformationPatternConverter::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::rolling::TimeBasedRollingPolicy::registerClass() Line | Count | Source | 68 | 254 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 254 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 254 | return classReg; \ | 71 | 254 | }\ |
log4cxx::rolling::TriggeringPolicy::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::helpers::Writer::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::WriterAppender::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::rolling::ZipCompressAction::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::xml::DOMConfigurator::registerClass() Line | Count | Source | 68 | 254 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 254 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 254 | return classReg; \ | 71 | 254 | }\ |
log4cxx::rolling::Action::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::helpers::AppenderAttachableImpl::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::AppenderSkeleton::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::AsyncAppender::registerClass() Line | Count | Source | 68 | 254 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 254 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 254 | return classReg; \ | 71 | 254 | }\ |
log4cxx::helpers::BufferedWriter::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::helpers::CharsetDecoder::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::helpers::CharsetEncoder::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::pattern::ClassNamePatternConverter::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::pattern::ColorStartPatternConverter::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::pattern::ColorEndPatternConverter::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::spi::Configurator::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::ConsoleAppender::registerClass() Line | Count | Source | 68 | 254 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 254 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 254 | return classReg; \ | 71 | 254 | }\ |
log4cxx::helpers::Date::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::pattern::DatePatternConverter::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::DefaultLoggerFactory::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::varia::FallbackErrorHandler::registerClass() Line | Count | Source | 68 | 254 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 254 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 254 | return classReg; \ | 71 | 254 | }\ |
log4cxx::helpers::FileInputStream::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::pattern::FileLocationPatternConverter::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::rolling::FileRenameAction::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::rolling::FilterBasedTriggeringPolicy::registerClass() Line | Count | Source | 68 | 254 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 254 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 254 | return classReg; \ | 71 | 254 | }\ |
log4cxx::rolling::FixedWindowRollingPolicy::registerClass() Line | Count | Source | 68 | 254 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 254 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 254 | return classReg; \ | 71 | 254 | }\ |
log4cxx::pattern::FormattingInfo::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::pattern::FullLocationPatternConverter::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::rolling::GZCompressAction::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::Hierarchy::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::HTMLLayout::registerClass() Line | Count | Source | 68 | 254 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 254 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 254 | return classReg; \ | 71 | 254 | }\ |
log4cxx::helpers::InputStream::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::helpers::InputStreamReader::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::helpers::Integer::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::pattern::IntegerPatternConverter::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::JSONLayout::registerClass() Line | Count | Source | 68 | 254 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 254 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 254 | return classReg; \ | 71 | 254 | }\ |
log4cxx::Layout::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::filter::LevelMatchFilter::registerClass() Line | Count | Source | 68 | 254 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 254 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 254 | return classReg; \ | 71 | 254 | }\ |
log4cxx::pattern::LevelPatternConverter::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::filter::LevelRangeFilter::registerClass() Line | Count | Source | 68 | 254 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 254 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 254 | return classReg; \ | 71 | 254 | }\ |
log4cxx::pattern::LineLocationPatternConverter::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::pattern::LineSeparatorPatternConverter::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::pattern::LiteralPatternConverter::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::filter::LocationInfoFilter::registerClass() Line | Count | Source | 68 | 254 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 254 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 254 | return classReg; \ | 71 | 254 | }\ |
log4cxx::pattern::LoggerPatternConverter::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::pattern::LoggingEventPatternConverter::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::rolling::ManualTriggeringPolicy::registerClass() Line | Count | Source | 68 | 254 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 254 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 254 | return classReg; \ | 71 | 254 | }\ |
log4cxx::pattern::MessagePatternConverter::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::pattern::MethodLocationPatternConverter::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::pattern::NamePatternConverter::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::pattern::MDCPatternConverter::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::pattern::NDCPatternConverter::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::db::ODBCAppender::registerClass() Line | Count | Source | 68 | 254 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 254 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 254 | return classReg; \ | 71 | 254 | }\ |
log4cxx::helpers::OutputStreamWriter::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::pattern::PatternConverter::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::helpers::Reader::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::SimpleLayout::registerClass() Line | Count | Source | 68 | 254 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 254 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 254 | return classReg; \ | 71 | 254 | }\ |
log4cxx::net::DefaultEvaluator::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::net::SMTPAppender::registerClass() Line | Count | Source | 68 | 254 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 254 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 254 | return classReg; \ | 71 | 254 | }\ |
log4cxx::filter::StringMatchFilter::registerClass() Line | Count | Source | 68 | 254 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 254 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 254 | return classReg; \ | 71 | 254 | }\ |
log4cxx::helpers::SystemOutWriter::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::helpers::TimeZone::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::xml::XMLLayout::registerClass() Line | Count | Source | 68 | 254 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 254 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 254 | return classReg; \ | 71 | 254 | }\ |
log4cxx::net::TelnetAppender::registerClass() Line | Count | Source | 68 | 254 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 254 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 254 | return classReg; \ | 71 | 254 | }\ |
log4cxx::net::XMLSocketAppender::registerClass() Line | Count | Source | 68 | 254 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 254 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 254 | return classReg; \ | 71 | 254 | }\ |
log4cxx::net::SyslogAppender::registerClass() Line | Count | Source | 68 | 254 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 254 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 254 | return classReg; \ | 71 | 254 | }\ |
log4cxx::helpers::DateFormat::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::helpers::InetAddress::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::pattern::NameAbbreviator::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::pattern::NOPAbbreviator::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::pattern::MaxElementAbbreviator::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::pattern::PatternAbbreviator::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::helpers::SocketOutputStream::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::helpers::DatagramPacket::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::helpers::DatagramSocket::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::helpers::Socket::registerClass() Line | Count | Source | 68 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 31 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 31 | return classReg; \ | 71 | 31 | }\ |
log4cxx::fuzzer::EncodingAppender::registerClass() Line | Count | Source | 68 | 4 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ | 69 | 4 | static ::LOG4CXX_NS::helpers::WideLife<::LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ | 70 | 4 | return classReg; \ | 71 | 4 | }\ |
|
72 | | namespace LOG4CXX_NS { namespace classes { \ |
73 | | const helpers::ClassRegistration& object##Registration = object::registerClass(); \ |
74 | | } } |
75 | | |
76 | | |
77 | | #define IMPLEMENT_LOG4CXX_OBJECT_WITH_CUSTOM_CLASS(object, class)\ |
78 | 0 | const LOG4CXX_NS::helpers::Class& object::getClass() const { return getStaticClass(); }\ |
79 | 479 | const LOG4CXX_NS::helpers::Class& object::getStaticClass() { \ |
80 | 479 | static LOG4CXX_NS::helpers::WideLife<class> theClass; \ |
81 | 479 | return theClass; \ |
82 | 479 | } \ |
83 | 31 | const LOG4CXX_NS::helpers::ClassRegistration& object::registerClass() { \ |
84 | 31 | static LOG4CXX_NS::helpers::WideLife<LOG4CXX_NS::helpers::ClassRegistration> classReg(object::getStaticClass); \ |
85 | 31 | return classReg; \ |
86 | 31 | }\ |
87 | | namespace LOG4CXX_NS { namespace classes { \ |
88 | | const helpers::ClassRegistration& object##Registration = object::registerClass(); \ |
89 | | } } |
90 | | |
91 | | namespace LOG4CXX_NS |
92 | | { |
93 | | class AppenderSkeleton; |
94 | | class Logger; |
95 | | |
96 | | namespace helpers |
97 | | { |
98 | | class Pool; |
99 | | |
100 | | /** base class for java-like objects.*/ |
101 | | class LOG4CXX_EXPORT Object |
102 | | { |
103 | | public: |
104 | 863k | virtual ~Object() {} |
105 | | virtual const helpers::Class& getClass() const = 0; |
106 | | virtual bool instanceof(const Class& clazz) const = 0; |
107 | | virtual const void* cast(const Class& clazz) const = 0; |
108 | | DECLARE_LOG4CXX_CLAZZ_OBJECT(Object) |
109 | | }; |
110 | | LOG4CXX_PTR_DEF(Object); |
111 | | } |
112 | | |
113 | | /** |
114 | | * Attempt to cast one Object to another kind of Object. |
115 | | * |
116 | | * On success, returns a new shared pointer that points at incoming. |
117 | | * On failure, returns an invalid shared pointer. |
118 | | */ |
119 | | template<typename Ret, |
120 | | typename Type, |
121 | | bool = std::is_base_of<Ret, helpers::Object>::value, |
122 | | bool = std::is_base_of<Type, helpers::Object>::value> |
123 | | std::shared_ptr<Ret> cast(const std::shared_ptr<Type>& incoming) |
124 | 20.1k | { |
125 | 20.1k | if(!incoming) |
126 | 0 | { |
127 | 0 | return std::shared_ptr<Ret>(); |
128 | 0 | } |
129 | | |
130 | 20.1k | Ret* casted = reinterpret_cast<Ret*>(const_cast<void*>(incoming->cast(Ret::getStaticClass()))); |
131 | | |
132 | 20.1k | if ( casted ) |
133 | 18.2k | { |
134 | 18.2k | return std::shared_ptr<Ret>( incoming, casted ); |
135 | 18.2k | } |
136 | | |
137 | 1.86k | return std::shared_ptr<Ret>(); |
138 | 20.1k | } std::__1::shared_ptr<log4cxx::spi::RepositorySelector> log4cxx::cast<log4cxx::spi::RepositorySelector, log4cxx::helpers::Object, false, true>(std::__1::shared_ptr<log4cxx::helpers::Object> const&) Line | Count | Source | 124 | 5.94k | { | 125 | 5.94k | if(!incoming) | 126 | 0 | { | 127 | 0 | return std::shared_ptr<Ret>(); | 128 | 0 | } | 129 | | | 130 | 5.94k | Ret* casted = reinterpret_cast<Ret*>(const_cast<void*>(incoming->cast(Ret::getStaticClass()))); | 131 | | | 132 | 5.94k | if ( casted ) | 133 | 5.94k | { | 134 | 5.94k | return std::shared_ptr<Ret>( incoming, casted ); | 135 | 5.94k | } | 136 | | | 137 | 0 | return std::shared_ptr<Ret>(); | 138 | 5.94k | } |
Unexecuted instantiation: std::__1::shared_ptr<log4cxx::helpers::SingletonHolder<log4cxx::ConfiguratorWatchdog> > log4cxx::cast<log4cxx::helpers::SingletonHolder<log4cxx::ConfiguratorWatchdog>, log4cxx::helpers::Object, false, true>(std::__1::shared_ptr<log4cxx::helpers::Object> const&) Unexecuted instantiation: std::__1::shared_ptr<log4cxx::spi::Configurator> log4cxx::cast<log4cxx::spi::Configurator, log4cxx::helpers::Object, false, true>(std::__1::shared_ptr<log4cxx::helpers::Object> const&) std::__1::shared_ptr<log4cxx::pattern::LoggingEventPatternConverter> log4cxx::cast<log4cxx::pattern::LoggingEventPatternConverter, log4cxx::pattern::PatternConverter, false, false>(std::__1::shared_ptr<log4cxx::pattern::PatternConverter> const&) Line | Count | Source | 124 | 1.51k | { | 125 | 1.51k | if(!incoming) | 126 | 0 | { | 127 | 0 | return std::shared_ptr<Ret>(); | 128 | 0 | } | 129 | | | 130 | 1.51k | Ret* casted = reinterpret_cast<Ret*>(const_cast<void*>(incoming->cast(Ret::getStaticClass()))); | 131 | | | 132 | 1.51k | if ( casted ) | 133 | 1.51k | { | 134 | 1.51k | return std::shared_ptr<Ret>( incoming, casted ); | 135 | 1.51k | } | 136 | | | 137 | 0 | return std::shared_ptr<Ret>(); | 138 | 1.51k | } |
Unexecuted instantiation: std::__1::shared_ptr<log4cxx::helpers::SingletonHolder<log4cxx::PropertyWatchdog> > log4cxx::cast<log4cxx::helpers::SingletonHolder<log4cxx::PropertyWatchdog>, log4cxx::helpers::Object, false, true>(std::__1::shared_ptr<log4cxx::helpers::Object> const&) Unexecuted instantiation: std::__1::shared_ptr<log4cxx::spi::LoggerFactory> log4cxx::cast<log4cxx::spi::LoggerFactory, log4cxx::helpers::Object, false, true>(std::__1::shared_ptr<log4cxx::helpers::Object> const&) std::__1::shared_ptr<log4cxx::AsyncAppender> log4cxx::cast<log4cxx::AsyncAppender, log4cxx::Appender, false, false>(std::__1::shared_ptr<log4cxx::Appender> const&) Line | Count | Source | 124 | 2 | { | 125 | 2 | if(!incoming) | 126 | 0 | { | 127 | 0 | return std::shared_ptr<Ret>(); | 128 | 0 | } | 129 | | | 130 | 2 | Ret* casted = reinterpret_cast<Ret*>(const_cast<void*>(incoming->cast(Ret::getStaticClass()))); | 131 | | | 132 | 2 | if ( casted ) | 133 | 0 | { | 134 | 0 | return std::shared_ptr<Ret>( incoming, casted ); | 135 | 0 | } | 136 | | | 137 | 2 | return std::shared_ptr<Ret>(); | 138 | 2 | } |
std::__1::shared_ptr<log4cxx::Appender> log4cxx::cast<log4cxx::Appender, log4cxx::helpers::Object, false, true>(std::__1::shared_ptr<log4cxx::helpers::Object> const&) Line | Count | Source | 124 | 2 | { | 125 | 2 | if(!incoming) | 126 | 0 | { | 127 | 0 | return std::shared_ptr<Ret>(); | 128 | 0 | } | 129 | | | 130 | 2 | Ret* casted = reinterpret_cast<Ret*>(const_cast<void*>(incoming->cast(Ret::getStaticClass()))); | 131 | | | 132 | 2 | if ( casted ) | 133 | 2 | { | 134 | 2 | return std::shared_ptr<Ret>( incoming, casted ); | 135 | 2 | } | 136 | | | 137 | 0 | return std::shared_ptr<Ret>(); | 138 | 2 | } |
std::__1::shared_ptr<log4cxx::Layout> log4cxx::cast<log4cxx::Layout, log4cxx::helpers::Object, false, true>(std::__1::shared_ptr<log4cxx::helpers::Object> const&) Line | Count | Source | 124 | 2 | { | 125 | 2 | if(!incoming) | 126 | 0 | { | 127 | 0 | return std::shared_ptr<Ret>(); | 128 | 0 | } | 129 | | | 130 | 2 | Ret* casted = reinterpret_cast<Ret*>(const_cast<void*>(incoming->cast(Ret::getStaticClass()))); | 131 | | | 132 | 2 | if ( casted ) | 133 | 2 | { | 134 | 2 | return std::shared_ptr<Ret>( incoming, casted ); | 135 | 2 | } | 136 | | | 137 | 0 | return std::shared_ptr<Ret>(); | 138 | 2 | } |
std::__1::shared_ptr<log4cxx::rolling::RollingFileAppender> log4cxx::cast<log4cxx::rolling::RollingFileAppender, log4cxx::Appender, false, false>(std::__1::shared_ptr<log4cxx::Appender> const&) Line | Count | Source | 124 | 2 | { | 125 | 2 | if(!incoming) | 126 | 0 | { | 127 | 0 | return std::shared_ptr<Ret>(); | 128 | 0 | } | 129 | | | 130 | 2 | Ret* casted = reinterpret_cast<Ret*>(const_cast<void*>(incoming->cast(Ret::getStaticClass()))); | 131 | | | 132 | 2 | if ( casted ) | 133 | 0 | { | 134 | 0 | return std::shared_ptr<Ret>( incoming, casted ); | 135 | 0 | } | 136 | | | 137 | 2 | return std::shared_ptr<Ret>(); | 138 | 2 | } |
Unexecuted instantiation: std::__1::shared_ptr<log4cxx::rolling::RollingPolicy> log4cxx::cast<log4cxx::rolling::RollingPolicy, log4cxx::helpers::Object, false, true>(std::__1::shared_ptr<log4cxx::helpers::Object> const&) Unexecuted instantiation: std::__1::shared_ptr<log4cxx::rolling::TriggeringPolicy> log4cxx::cast<log4cxx::rolling::TriggeringPolicy, log4cxx::helpers::Object, false, true>(std::__1::shared_ptr<log4cxx::helpers::Object> const&) std::__1::shared_ptr<log4cxx::spi::OptionHandler> log4cxx::cast<log4cxx::spi::OptionHandler, log4cxx::helpers::Object, false, true>(std::__1::shared_ptr<log4cxx::helpers::Object> const&) Line | Count | Source | 124 | 6 | { | 125 | 6 | if(!incoming) | 126 | 0 | { | 127 | 0 | return std::shared_ptr<Ret>(); | 128 | 0 | } | 129 | | | 130 | 6 | Ret* casted = reinterpret_cast<Ret*>(const_cast<void*>(incoming->cast(Ret::getStaticClass()))); | 131 | | | 132 | 6 | if ( casted ) | 133 | 6 | { | 134 | 6 | return std::shared_ptr<Ret>( incoming, casted ); | 135 | 6 | } | 136 | | | 137 | 0 | return std::shared_ptr<Ret>(); | 138 | 6 | } |
Unexecuted instantiation: std::__1::shared_ptr<log4cxx::rolling::FixedWindowRollingPolicy> log4cxx::cast<log4cxx::rolling::FixedWindowRollingPolicy, log4cxx::rolling::RollingPolicy, false, false>(std::__1::shared_ptr<log4cxx::rolling::RollingPolicy> const&) Unexecuted instantiation: std::__1::shared_ptr<log4cxx::rolling::SizeBasedTriggeringPolicy> log4cxx::cast<log4cxx::rolling::SizeBasedTriggeringPolicy, log4cxx::rolling::TriggeringPolicy, false, false>(std::__1::shared_ptr<log4cxx::rolling::TriggeringPolicy> const&) Unexecuted instantiation: std::__1::shared_ptr<log4cxx::rolling::TimeBasedRollingPolicy> log4cxx::cast<log4cxx::rolling::TimeBasedRollingPolicy, log4cxx::rolling::RollingPolicy, false, false>(std::__1::shared_ptr<log4cxx::rolling::RollingPolicy> const&) std::__1::shared_ptr<log4cxx::rolling::TriggeringPolicy> log4cxx::cast<log4cxx::rolling::TriggeringPolicy, log4cxx::rolling::RollingPolicy, false, false>(std::__1::shared_ptr<log4cxx::rolling::RollingPolicy> const&) Line | Count | Source | 124 | 373 | { | 125 | 373 | if(!incoming) | 126 | 0 | { | 127 | 0 | return std::shared_ptr<Ret>(); | 128 | 0 | } | 129 | | | 130 | 373 | Ret* casted = reinterpret_cast<Ret*>(const_cast<void*>(incoming->cast(Ret::getStaticClass()))); | 131 | | | 132 | 373 | if ( casted ) | 133 | 373 | { | 134 | 373 | return std::shared_ptr<Ret>( incoming, casted ); | 135 | 373 | } | 136 | | | 137 | 0 | return std::shared_ptr<Ret>(); | 138 | 373 | } |
Unexecuted instantiation: std::__1::shared_ptr<log4cxx::pattern::IntegerPatternConverter> log4cxx::cast<log4cxx::pattern::IntegerPatternConverter, log4cxx::pattern::PatternConverter, false, false>(std::__1::shared_ptr<log4cxx::pattern::PatternConverter> const&) std::__1::shared_ptr<log4cxx::pattern::DatePatternConverter> log4cxx::cast<log4cxx::pattern::DatePatternConverter, log4cxx::pattern::PatternConverter, false, false>(std::__1::shared_ptr<log4cxx::pattern::PatternConverter> const&) Line | Count | Source | 124 | 3.73k | { | 125 | 3.73k | if(!incoming) | 126 | 0 | { | 127 | 0 | return std::shared_ptr<Ret>(); | 128 | 0 | } | 129 | | | 130 | 3.73k | Ret* casted = reinterpret_cast<Ret*>(const_cast<void*>(incoming->cast(Ret::getStaticClass()))); | 131 | | | 132 | 3.73k | if ( casted ) | 133 | 1.86k | { | 134 | 1.86k | return std::shared_ptr<Ret>( incoming, casted ); | 135 | 1.86k | } | 136 | | | 137 | 1.86k | return std::shared_ptr<Ret>(); | 138 | 3.73k | } |
std::__1::shared_ptr<log4cxx::helpers::SingletonHolder<log4cxx::helpers::ThreadUtility> > log4cxx::cast<log4cxx::helpers::SingletonHolder<log4cxx::helpers::ThreadUtility>, log4cxx::helpers::Object, false, true>(std::__1::shared_ptr<log4cxx::helpers::Object> const&) Line | Count | Source | 124 | 374 | { | 125 | 374 | if(!incoming) | 126 | 0 | { | 127 | 0 | return std::shared_ptr<Ret>(); | 128 | 0 | } | 129 | | | 130 | 374 | Ret* casted = reinterpret_cast<Ret*>(const_cast<void*>(incoming->cast(Ret::getStaticClass()))); | 131 | | | 132 | 374 | if ( casted ) | 133 | 374 | { | 134 | 374 | return std::shared_ptr<Ret>( incoming, casted ); | 135 | 374 | } | 136 | | | 137 | 0 | return std::shared_ptr<Ret>(); | 138 | 374 | } |
Unexecuted instantiation: std::__1::shared_ptr<log4cxx::helpers::SingletonHolder<log4cxx::xml::XMLWatchdog> > log4cxx::cast<log4cxx::helpers::SingletonHolder<log4cxx::xml::XMLWatchdog>, log4cxx::helpers::Object, false, true>(std::__1::shared_ptr<log4cxx::helpers::Object> const&) Unexecuted instantiation: std::__1::shared_ptr<log4cxx::net::SMTPAppender> log4cxx::cast<log4cxx::net::SMTPAppender, log4cxx::Appender, false, false>(std::__1::shared_ptr<log4cxx::Appender> const&) Unexecuted instantiation: std::__1::shared_ptr<log4cxx::spi::TriggeringEventEvaluator> log4cxx::cast<log4cxx::spi::TriggeringEventEvaluator, log4cxx::helpers::Object, false, true>(std::__1::shared_ptr<log4cxx::helpers::Object> const&) Unexecuted instantiation: std::__1::shared_ptr<log4cxx::spi::AppenderAttachable> log4cxx::cast<log4cxx::spi::AppenderAttachable, log4cxx::Appender, false, false>(std::__1::shared_ptr<log4cxx::Appender> const&) Unexecuted instantiation: std::__1::shared_ptr<log4cxx::spi::ErrorHandler> log4cxx::cast<log4cxx::spi::ErrorHandler, log4cxx::helpers::Object, false, true>(std::__1::shared_ptr<log4cxx::helpers::Object> const&) Unexecuted instantiation: std::__1::shared_ptr<log4cxx::AppenderSkeleton> log4cxx::cast<log4cxx::AppenderSkeleton, log4cxx::Appender, false, false>(std::__1::shared_ptr<log4cxx::Appender> const&) Unexecuted instantiation: std::__1::shared_ptr<log4cxx::spi::Filter> log4cxx::cast<log4cxx::spi::Filter, log4cxx::helpers::Object, false, true>(std::__1::shared_ptr<log4cxx::helpers::Object> const&) Unexecuted instantiation: std::__1::shared_ptr<log4cxx::rolling::FilterBasedTriggeringPolicy> log4cxx::cast<log4cxx::rolling::FilterBasedTriggeringPolicy, log4cxx::helpers::Object, false, true>(std::__1::shared_ptr<log4cxx::helpers::Object> const&) configurator.cpp:std::__1::shared_ptr<log4cxx::helpers::SingletonHolder<std::__1::pair<(anonymous namespace)::ConfiguratorTag, log4cxx::helpers::Properties> > > log4cxx::cast<log4cxx::helpers::SingletonHolder<std::__1::pair<(anonymous namespace)::ConfiguratorTag, log4cxx::helpers::Properties> >, log4cxx::helpers::Object, false, true>(std::__1::shared_ptr<log4cxx::helpers::Object> const&) Line | Count | Source | 124 | 4.81k | { | 125 | 4.81k | if(!incoming) | 126 | 0 | { | 127 | 0 | return std::shared_ptr<Ret>(); | 128 | 0 | } | 129 | | | 130 | 4.81k | Ret* casted = reinterpret_cast<Ret*>(const_cast<void*>(incoming->cast(Ret::getStaticClass()))); | 131 | | | 132 | 4.81k | if ( casted ) | 133 | 4.81k | { | 134 | 4.81k | return std::shared_ptr<Ret>( incoming, casted ); | 135 | 4.81k | } | 136 | | | 137 | 0 | return std::shared_ptr<Ret>(); | 138 | 4.81k | } |
std::__1::shared_ptr<log4cxx::helpers::Date> log4cxx::cast<log4cxx::helpers::Date, log4cxx::helpers::Object, false, true>(std::__1::shared_ptr<log4cxx::helpers::Object> const&) Line | Count | Source | 124 | 3.35k | { | 125 | 3.35k | if(!incoming) | 126 | 0 | { | 127 | 0 | return std::shared_ptr<Ret>(); | 128 | 0 | } | 129 | | | 130 | 3.35k | Ret* casted = reinterpret_cast<Ret*>(const_cast<void*>(incoming->cast(Ret::getStaticClass()))); | 131 | | | 132 | 3.35k | if ( casted ) | 133 | 3.35k | { | 134 | 3.35k | return std::shared_ptr<Ret>( incoming, casted ); | 135 | 3.35k | } | 136 | | | 137 | 0 | return std::shared_ptr<Ret>(); | 138 | 3.35k | } |
Unexecuted instantiation: std::__1::shared_ptr<log4cxx::spi::LoggingEvent> log4cxx::cast<log4cxx::spi::LoggingEvent, log4cxx::helpers::Object, false, true>(std::__1::shared_ptr<log4cxx::helpers::Object> const&) Unexecuted instantiation: std::__1::shared_ptr<log4cxx::helpers::Integer> log4cxx::cast<log4cxx::helpers::Integer, log4cxx::helpers::Object, false, true>(std::__1::shared_ptr<log4cxx::helpers::Object> const&) |
139 | | |
140 | | } |
141 | | |
142 | | #define BEGIN_LOG4CXX_CAST_MAP()\ |
143 | | const void * cast(const helpers::Class& clazz) const override\ |
144 | 26.5k | {\ |
145 | 26.5k | const void * object = 0;\ |
146 | 26.5k | if (&clazz == &helpers::Object::getStaticClass()) return (const helpers::Object *)this; |
147 | | |
148 | | #define END_LOG4CXX_CAST_MAP()\ |
149 | 5.97k | return object;\ |
150 | 17.5k | }\ |
151 | | bool instanceof(const helpers::Class& clazz) const override\ |
152 | 14 | { return cast(clazz) != 0; }Unexecuted instantiation: log4cxx::Level::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::helpers::ResourceBundle::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::Logger::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::spi::LoggingEvent::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::Layout::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::pattern::PatternConverter::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::pattern::LoggingEventPatternConverter::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::pattern::FormattingInfo::instanceof(log4cxx::helpers::Class const&) const log4cxx::PatternLayout::instanceof(log4cxx::helpers::Class const&) const Line | Count | Source | 152 | 6 | { return cast(clazz) != 0; } |
Unexecuted instantiation: log4cxx::spi::ErrorHandler::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::spi::Filter::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::AppenderSkeleton::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::helpers::OutputStream::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::helpers::Writer::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::helpers::CharsetEncoder::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::helpers::OutputStreamWriter::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::WriterAppender::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::FileAppender::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::rolling::TriggeringPolicy::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::rolling::Action::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::rolling::RolloverDescription::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::rolling::RollingFileAppender::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::rolling::RollingPolicyBase::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::rolling::TimeBasedRollingPolicy::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::helpers::FileOutputStream::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::helpers::BufferedWriter::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::helpers::OnlyOnceErrorHandler::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::filter::DenyAllFilter::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::helpers::InputStream::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::helpers::FileInputStream::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::Hierarchy::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::helpers::AppenderAttachableImpl::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::helpers::InetAddress::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::helpers::Socket::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::helpers::Date::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::helpers::SystemErrWriter::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::spi::DefaultRepositorySelector::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::helpers::SingletonHolder<log4cxx::ConfiguratorWatchdog>::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::PropertyConfigurator::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::helpers::CharsetDecoder::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::xml::DOMConfigurator::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::pattern::NameAbbreviator::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::pattern::NamePatternConverter::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::pattern::LoggerPatternConverter::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::pattern::ColorEndPatternConverter::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::pattern::ColorStartPatternConverter::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::pattern::ShortFileLocationPatternConverter::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::pattern::LiteralPatternConverter::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::pattern::ClassNamePatternConverter::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::helpers::TimeZone::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::helpers::DateFormat::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::pattern::DatePatternConverter::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::pattern::FileLocationPatternConverter::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::pattern::FullLocationPatternConverter::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::pattern::IntegerPatternConverter::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::pattern::LineLocationPatternConverter::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::pattern::MessagePatternConverter::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::pattern::LineSeparatorPatternConverter::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::pattern::MethodLocationPatternConverter::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::pattern::LevelPatternConverter::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::pattern::RelativeTimePatternConverter::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::pattern::ThreadPatternConverter::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::pattern::MDCPatternConverter::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::pattern::NDCPatternConverter::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::pattern::PropertiesPatternConverter::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::pattern::ThrowableInformationPatternConverter::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::pattern::ThreadUsernamePatternConverter::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::helpers::Reader::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::helpers::InputStreamReader::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::helpers::SingletonHolder<log4cxx::PropertyWatchdog>::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::AsyncAppender::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::DefaultLoggerFactory::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::rolling::FixedWindowRollingPolicy::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::rolling::SizeBasedTriggeringPolicy::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::helpers::SingletonHolder<log4cxx::helpers::ThreadUtility>::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::rolling::FileRenameAction::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::rolling::GZCompressAction::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::rolling::ZipCompressAction::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::helpers::SingletonHolder<log4cxx::xml::XMLWatchdog>::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::rolling::FilterBasedTriggeringPolicy::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::net::SMTPAppender::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::ConsoleAppender::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::db::ODBCAppender::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::helpers::DatagramPacket::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::helpers::DatagramSocket::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::net::SyslogAppender::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::net::TelnetAppender::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::net::XMLSocketAppender::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::JSONLayout::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::HTMLLayout::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::SimpleLayout::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::xml::XMLLayout::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::filter::LevelMatchFilter::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::filter::LevelRangeFilter::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::filter::StringMatchFilter::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::filter::LocationInfoFilter::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::rolling::ManualTriggeringPolicy::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::varia::FallbackErrorHandler::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: configurator.cpp:log4cxx::helpers::SingletonHolder<std::__1::pair<(anonymous namespace)::ConfiguratorTag, log4cxx::helpers::Properties> >::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::helpers::SystemOutWriter::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::helpers::Integer::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::net::DefaultEvaluator::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::helpers::SocketOutputStream::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::pattern::NOPAbbreviator::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::pattern::MaxElementAbbreviator::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::pattern::PatternAbbreviator::instanceof(log4cxx::helpers::Class const&) const Unexecuted instantiation: log4cxx::helpers::ByteArrayOutputStream::instanceof(log4cxx::helpers::Class const&) const log4cxx::fuzzer::EncodingAppender::instanceof(log4cxx::helpers::Class const&) const Line | Count | Source | 152 | 8 | { return cast(clazz) != 0; } |
Unexecuted instantiation: log4cxx::nt::NTEventLogAppender::instanceof(log4cxx::helpers::Class const&) const |
153 | | |
154 | | #define LOG4CXX_CAST_ENTRY(Interface)\ |
155 | 21.7k | if (&clazz == &Interface::getStaticClass()) return (const Interface *)this; |
156 | | |
157 | | #define LOG4CXX_CAST_ENTRY2(Interface, interface2)\ |
158 | | if (&clazz == &Interface::getStaticClass()) return (Interface *)(interface2 *)this; |
159 | | |
160 | | #define LOG4CXX_CAST_ENTRY_CHAIN(Interface)\ |
161 | 6.38k | object = Interface::cast(clazz);\ |
162 | 6.38k | if (object != 0) return object; |
163 | | |
164 | | #endif //_LOG4CXX_HELPERS_OBJECT_H |