Apache Log4cxx
Version 1.7.0
Toggle main menu visibility
Loading...
Searching...
No Matches
com/foo/config.h
This header file is for encapsulating Log4cxx configuration.
#ifndef COM_FOO_CONFIG_H_
#define COM_FOO_CONFIG_H_
#include <
log4cxx/logger.h
>
namespace
com {
namespace
foo {
using
LoggerPtr =
log4cxx::LoggerPtr
;
extern
auto
getLogger(
const
std::string& name = std::string()) -> LoggerPtr;
} }
// namespace com::foo
#endif
// COM_FOO_CONFIG_H_
logger.h
log4cxx::LoggerPtr
std::shared_ptr< Logger > LoggerPtr
Definition
defaultloggerfactory.h:27
Generated by
1.17.0 on
SITE_PUBLISHED_DATE
Copyright © 2017-2026
Apache Software Foundation
. Apache, Chainsaw, log4cxx, Log4j, Log4net, log4php and the Apache logo are
trademarks or registered trademarks
of The Apache Software Foundation.
Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.
Privacy Policy
.