Lines Matching refs:log4cxx
38 using namespace log4cxx;
39 using namespace log4cxx::helpers;
40 using namespace log4cxx::spi;
68 log4cxx::spi::LoggerRepository* rep = 0; in addAppender()
531 void Logger::trace(const std::string& msg, const log4cxx::spi::LocationInfo& location) const in trace()
535 forcedLog(log4cxx::Level::getTrace(), msg, location); in trace()
544 forcedLog(log4cxx::Level::getTrace(), msg); in trace()
548 void Logger::debug(const std::string& msg, const log4cxx::spi::LocationInfo& location) const in debug()
552 forcedLog(log4cxx::Level::getDebug(), msg, location); in debug()
560 forcedLog(log4cxx::Level::getDebug(), msg); in debug()
565 void Logger::error(const std::string& msg, const log4cxx::spi::LocationInfo& location) const in error()
569 forcedLog(log4cxx::Level::getError(), msg, location); in error()
578 forcedLog(log4cxx::Level::getError(), msg); in error()
582 void Logger::fatal(const std::string& msg, const log4cxx::spi::LocationInfo& location) const in fatal()
586 forcedLog(log4cxx::Level::getFatal(), msg, location); in fatal()
594 forcedLog(log4cxx::Level::getFatal(), msg); in fatal()
598 void Logger::info(const std::string& msg, const log4cxx::spi::LocationInfo& location) const in info()
602 forcedLog(log4cxx::Level::getInfo(), msg, location); in info()
610 forcedLog(log4cxx::Level::getInfo(), msg); in info()
615 const log4cxx::spi::LocationInfo& location) const in log()
632 const log4cxx::spi::LocationInfo& location) const in logLS()
640 void Logger::warn(const std::string& msg, const log4cxx::spi::LocationInfo& location) const in warn()
644 forcedLog(log4cxx::Level::getWarn(), msg, location); in warn()
652 forcedLog(log4cxx::Level::getWarn(), msg); in warn()
698 void Logger::trace(const std::wstring& msg, const log4cxx::spi::LocationInfo& location) const in trace()
702 forcedLog(log4cxx::Level::getTrace(), msg, location); in trace()
711 forcedLog(log4cxx::Level::getTrace(), msg); in trace()
715 void Logger::debug(const std::wstring& msg, const log4cxx::spi::LocationInfo& location) const in debug()
719 forcedLog(log4cxx::Level::getDebug(), msg, location); in debug()
727 forcedLog(log4cxx::Level::getDebug(), msg); in debug()
731 void Logger::error(const std::wstring& msg, const log4cxx::spi::LocationInfo& location) const in error()
735 forcedLog(log4cxx::Level::getError(), msg, location); in error()
743 forcedLog(log4cxx::Level::getError(), msg); in error()
747 void Logger::fatal(const std::wstring& msg, const log4cxx::spi::LocationInfo& location) const in fatal()
751 forcedLog(log4cxx::Level::getFatal(), msg, location); in fatal()
759 forcedLog(log4cxx::Level::getFatal(), msg); in fatal()
763 void Logger::info(const std::wstring& msg, const log4cxx::spi::LocationInfo& location) const in info()
767 forcedLog(log4cxx::Level::getInfo(), msg, location); in info()
775 forcedLog(log4cxx::Level::getInfo(), msg); in info()
780 const log4cxx::spi::LocationInfo& location) const in log()
796 void Logger::warn(const std::wstring& msg, const log4cxx::spi::LocationInfo& location) const in warn()
800 forcedLog(log4cxx::Level::getWarn(), msg, location); in warn()
808 forcedLog(log4cxx::Level::getWarn(), msg); in warn()
846 void Logger::trace(const std::basic_string<UniChar>& msg, const log4cxx::spi::LocationInfo& locatio… in trace()
850 forcedLog(log4cxx::Level::getTrace(), msg, location); in trace()
859 forcedLog(log4cxx::Level::getTrace(), msg); in trace()
863 void Logger::debug(const std::basic_string<UniChar>& msg, const log4cxx::spi::LocationInfo& locatio… in debug()
867 forcedLog(log4cxx::Level::getDebug(), msg, location); in debug()
875 forcedLog(log4cxx::Level::getDebug(), msg); in debug()
879 void Logger::error(const std::basic_string<UniChar>& msg, const log4cxx::spi::LocationInfo& locatio… in error()
883 forcedLog(log4cxx::Level::getError(), msg, location); in error()
891 forcedLog(log4cxx::Level::getError(), msg); in error()
895 void Logger::fatal(const std::basic_string<UniChar>& msg, const log4cxx::spi::LocationInfo& locatio… in fatal()
899 forcedLog(log4cxx::Level::getFatal(), msg, location); in fatal()
907 forcedLog(log4cxx::Level::getFatal(), msg); in fatal()
911 void Logger::info(const std::basic_string<UniChar>& msg, const log4cxx::spi::LocationInfo& location… in info()
915 forcedLog(log4cxx::Level::getInfo(), msg, location); in info()
923 forcedLog(log4cxx::Level::getInfo(), msg); in info()
928 const log4cxx::spi::LocationInfo& location) const in log()
944 void Logger::warn(const std::basic_string<UniChar>& msg, const log4cxx::spi::LocationInfo& location… in warn()
948 forcedLog(log4cxx::Level::getWarn(), msg, location); in warn()
956 forcedLog(log4cxx::Level::getWarn(), msg); in warn()
992 void Logger::trace(const CFStringRef& msg, const log4cxx::spi::LocationInfo& location) const in trace()
996 forcedLog(log4cxx::Level::getTrace(), msg, location); in trace()
1005 forcedLog(log4cxx::Level::getTrace(), msg); in trace()
1009 void Logger::debug(const CFStringRef& msg, const log4cxx::spi::LocationInfo& location) const in debug()
1013 forcedLog(log4cxx::Level::getDebug(), msg, location); in debug()
1021 forcedLog(log4cxx::Level::getDebug(), msg); in debug()
1025 void Logger::error(const CFStringRef& msg, const log4cxx::spi::LocationInfo& location) const in error()
1029 forcedLog(log4cxx::Level::getError(), msg, location); in error()
1037 forcedLog(log4cxx::Level::getError(), msg); in error()
1041 void Logger::fatal(const CFStringRef& msg, const log4cxx::spi::LocationInfo& location) const in fatal()
1045 forcedLog(log4cxx::Level::getFatal(), msg, location); in fatal()
1053 forcedLog(log4cxx::Level::getFatal(), msg); in fatal()
1057 void Logger::info(const CFStringRef& msg, const log4cxx::spi::LocationInfo& location) const in info()
1061 forcedLog(log4cxx::Level::getInfo(), msg, location); in info()
1069 forcedLog(log4cxx::Level::getInfo(), msg); in info()
1074 const log4cxx::spi::LocationInfo& location) const in log()
1090 void Logger::warn(const CFStringRef& msg, const log4cxx::spi::LocationInfo& location) const in warn()
1094 forcedLog(log4cxx::Level::getWarn(), msg, location); in warn()
1102 forcedLog(log4cxx::Level::getWarn(), msg); in warn()