#include <log.h>
Collaboration diagram for SctApi::Log:
Public Member Functions | |
Log (const Sct::UCID &) | |
Create file. | |
Log (const Sct::UCID &, std::string fname) | |
Create file. | |
~Log () | |
Make sure file is saved on exit. | |
boost::mutex & | mutex () |
Private Member Functions | |
std::string | getDefaultFileName () const |
void | printHeader () |
void | printTrailer () |
Private Attributes | |
boost::mutex | m_logMutex |
const Sct::UCID | m_ucid |
Definition at line 14 of file SctApi/log.h.
|
Create file.
Definition at line 12 of file log.cxx. References getDefaultFileName(), and printHeader(). Here is the call graph for this function: ![]() |
|
Create file.
Definition at line 20 of file log.cxx. References printHeader(). Here is the call graph for this function: ![]() |
|
Make sure file is saved on exit.
|