mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-16 16:18:40 +01:00
merging refactor (replacing)
This commit is contained in:
4
slsReceiverSoftware/src/File.cpp
Normal file → Executable file
4
slsReceiverSoftware/src/File.cpp
Normal file → Executable file
@@ -38,8 +38,8 @@ std::string File::GetCurrentFileName() {
|
||||
return currentFileName;
|
||||
}
|
||||
|
||||
void File::PrintMembers() {
|
||||
FILE_LOG(logINFO) << "\nGeneral Writer Variables:" << std::endl
|
||||
void File::PrintMembers(TLogLevel level) {
|
||||
FILE_LOG(level) << "\nGeneral Writer Variables:" << std::endl
|
||||
<< "Index: " << index << std::endl
|
||||
<< "Max Frames Per File: " << *maxFramesPerFile << std::endl
|
||||
<< "Number of Detectors in x dir: " << numDetX << std::endl
|
||||
|
||||
Reference in New Issue
Block a user