|
Avara3D 0.2.0
C++ API reference
|
This is the complete list of members for a3d::log::Log, including all inherited members.
| debug(const std::string &msg) | a3d::log::Log | |
| error(const std::string &msg) | a3d::log::Log | |
| fatal(const std::string &msg) | a3d::log::Log | |
| flush() | a3d::log::Log | |
| flushLevel() const | a3d::log::Log | |
| flushLevel(Level flushLevel) | a3d::log::Log | |
| info(const std::string &msg) | a3d::log::Log | |
| level() const | a3d::log::Log | |
| level(Level level) | a3d::log::Log | |
| Log() | a3d::log::Log | |
| Log(const std::string &name, std::unique_ptr< LogSink > sink, Level level=DEFAULT_LEVEL, Level flushLevel=DEFAULT_FLUSH_LEVEL) | a3d::log::Log | |
| Log(const std::string &name, std::vector< std::unique_ptr< LogSink > > sinks, Level level=DEFAULT_LEVEL, Level flushLevel=DEFAULT_FLUSH_LEVEL) | a3d::log::Log | |
| name() const | a3d::log::Log | |
| sinks() const | a3d::log::Log | |
| trace(const std::string &msg) | a3d::log::Log | |
| warn(const std::string &msg) | a3d::log::Log |