Definition at line 501 of file mlogger.cxx.
◆ WriterFile()
WriterFile::WriterFile |
( |
LOG_CHN * |
log_chn | ) |
|
|
inline |
Definition at line 504 of file mlogger.cxx.
505 {
509 }
TH1X EXPRT * h1_book(const char *name, const char *title, int bins, double min, double max)
◆ ~WriterFile()
WriterFile::~WriterFile |
( |
| ) |
|
|
inline |
◆ wr_close()
Implements WriterInterface.
Definition at line 572 of file mlogger.cxx.
573 {
574 int err;
575
577 printf(
"WriterFile: close path [%s]\n",
log_chn->path.c_str());
578
580
582
585
586 if (err != 0) {
589 }
590
592 }
INT cm_msg(INT message_type, const char *filename, INT line, const char *routine, const char *format,...)
◆ wr_get_chain()
std::string WriterFile::wr_get_chain |
( |
| ) |
|
|
inlinevirtual |
◆ wr_open()
Implements WriterInterface.
Definition at line 518 of file mlogger.cxx.
519 {
522
524 printf(
"WriterFile: open path [%s]\n",
log_chn->path.c_str());
525
527
530
531#ifdef OS_WINNT
533#else
535#endif
539 }
540
542
545 }
static bool check_file_exists(const char *filename)
◆ wr_write()
Implements WriterInterface.
Definition at line 547 of file mlogger.cxx.
548 {
550 printf(
"WriterFile: write path [%s], size %d\n",
log_chn->path.c_str(), size);
551
552 if (size == 0)
554
556
558
560
563
567 }
568
570 }
#define write(n, a, f, d)
◆ fFilename
std::string WriterFile::fFilename |
|
private |
◆ fFileno
The documentation for this class was generated from the following file: