NAWA 0.9
Web Application Framework for C++
nawa::Log Member List

This is the complete list of members for nawa::Log, including all inherited members.

isLocked() noexceptnawa::Logstatic
Level enum namenawa::Log
lockStream() noexceptnawa::Logstatic
Log() noexceptnawa::Log
Log(std::string appname, Level level=Level::INFORMATIONAL) noexceptnawa::Logexplicit
Log(Level level) noexceptnawa::Logexplicit
Log(Log const &other) noexceptnawa::Log
operator()(std::string const &msg)nawa::Log
operator()(std::string const &msg, Level logLevel)nawa::Log
operator=(Log const &other) noexceptnawa::Log
setAppname(std::string appname) noexceptnawa::Log
setDefaultLogLevel(Level level) noexceptnawa::Log
setExtendedFormat(bool useExtendedFormat)nawa::Logstatic
setOutfile(std::string const &filename)nawa::Logstatic
setOutputLevel(Level level)nawa::Logstatic
setStream(std::ostream *os) noexceptnawa::Logstatic
write(std::string const &msg)nawa::Log
write(std::string const &msg, Level logLevel)nawa::Log
~Log()nawa::Logvirtual