OpenWalnut
1.3.1
|
This namespace collects several convenient access points such as wlog::err for logging with streams to our WLogger. More...
Classes | |
class | WStreamedLogger |
Resource class for streamed logging. More... |
Functions | |
WStreamedLogger | _wlog (const std::string &source, LogLevel level) |
Convenient function for logging messages to our WLogger but not for public use outside of this module. | |
WStreamedLogger | error (const std::string &source) |
Logging an error message. | |
WStreamedLogger | warn (const std::string &source) |
Logging a warning message. | |
WStreamedLogger | info (const std::string &source) |
Logging an information message. | |
WStreamedLogger | debug (const std::string &source) |
Logging a debug message. |
This namespace collects several convenient access points such as wlog::err for logging with streams to our WLogger.
|
inline |
Convenient function for logging messages to our WLogger but not for public use outside of this module.
source | Indicate the source where this log message origins. |
level | The LogLevel of this message |
Definition at line 287 of file WLogger.h.
References wlog::WStreamedLogger::WStreamedLogger().
|
inline |
Logging a debug message.
source | Indicate the source where this log message origins. |
Definition at line 331 of file WLogger.h.
References _wlog().
Referenced by WModuleFactory::create(), WDataTexture3D::create(), WDataTexture3D::createTexture(), WModule::debugLog(), WGEColormapping::deregisterTextureInst(), WSymmetricSphericalHarmonic::getSHFittingMatrixForConstantSolidAngle(), WModuleLoader::load(), WGEProjectFileIO::parse(), WModuleProjectFileCombiner::parse(), WGEColormapping::registerTextureInst(), WGEColormapping::replaceTextureInst(), WKdTreeThread::threadMain(), WKdTree::WKdTree(), and WKernel::WKernel().
|
inline |
Logging an error message.
source | Indicate the source where this log message origins. |
Definition at line 298 of file WLogger.h.
References _wlog().
Referenced by WProjectFileIO::addError(), WApplyCombiner::apply(), WHistogramBasic::at(), WDataTexture3D::create(), WDataTexture3D::createTexture(), WModule::errorLog(), WThreadedRunner::handleDeadlyException(), WReaderMatrixSymVTK::readTable(), WModuleCombiner::threadMain(), WProjectFile::threadMain(), WDataSetFiberVector::WDataSetFiberVector(), and WModuleMetaInformation::WModuleMetaInformation().
|
inline |
Logging an information message.
source | Indicate the source where this log message origins. |
Definition at line 320 of file WLogger.h.
References _wlog().
Referenced by WModule::infoLog(), WRoiProjectFileIO::save(), WProjectFile::save(), and WProjectFile::threadMain().
|
inline |
Logging a warning message.
source | Indicate the source where this log message origins. |
Definition at line 309 of file WLogger.h.
References _wlog().
Referenced by WGEOffscreenRenderPass::attach(), WGEProjectFileIO::done(), WHistogramBasic::insert(), WGEShaderVersionPreprocessor::process(), WReaderMatrixSymVTK::readTable(), WProjectFile::threadMain(), and WModule::warnLog().