Home
last modified time | relevance | path

Searched refs:pluginStream_ (Results 1 – 10 of 10) sorted by relevance

/dports/science/orthanc-mysql/OrthancMySQL-4.3/MySQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/
H A DLogging.cpp792 pluginStream_.reset(new std::stringstream); in Setup()
793 stream_ = pluginStream_.get(); in Setup()
892 if (pluginStream_.get() != NULL) in ~InternalLogger()
896 std::string message = pluginStream_->str(); in ~InternalLogger()
H A DLogging.h242 std::unique_ptr<std::stringstream> pluginStream_; variable
/dports/science/orthanc-dicomweb/OrthancDicomWeb-1.7/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/
H A DLogging.cpp792 pluginStream_.reset(new std::stringstream); in Setup()
793 stream_ = pluginStream_.get(); in Setup()
892 if (pluginStream_.get() != NULL) in ~InternalLogger()
896 std::string message = pluginStream_->str(); in ~InternalLogger()
H A DLogging.h242 std::unique_ptr<std::stringstream> pluginStream_; variable
/dports/science/orthanc/Orthanc-1.9.7/OrthancFramework/Sources/
H A DLogging.cpp792 pluginStream_.reset(new std::stringstream); in Setup()
793 stream_ = pluginStream_.get(); in Setup()
892 if (pluginStream_.get() != NULL) in ~InternalLogger()
896 std::string message = pluginStream_->str(); in ~InternalLogger()
H A DLogging.h242 std::unique_ptr<std::stringstream> pluginStream_; variable
/dports/science/orthanc-postgresql/OrthancPostgreSQL-4.0/PostgreSQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/
H A DLogging.cpp792 pluginStream_.reset(new std::stringstream); in Setup()
793 stream_ = pluginStream_.get(); in Setup()
892 if (pluginStream_.get() != NULL) in ~InternalLogger()
896 std::string message = pluginStream_->str(); in ~InternalLogger()
H A DLogging.h242 std::unique_ptr<std::stringstream> pluginStream_; variable
/dports/science/orthanc-webviewer/OrthancWebViewer-2.7/ThirdPartyDownloads/Orthanc-1.8.1/OrthancFramework/Sources/
H A DLogging.cpp792 pluginStream_.reset(new std::stringstream); in Setup()
793 stream_ = pluginStream_.get(); in Setup()
892 if (pluginStream_.get() != NULL) in ~InternalLogger()
896 std::string message = pluginStream_->str(); in ~InternalLogger()
H A DLogging.h242 std::unique_ptr<std::stringstream> pluginStream_; variable