|
|
От: |
Igore
|
|
| Дата: | 17.12.18 14:23 | ||
| Оценка: | |||
S>class CLogger
S>{
S> CLogger &start() { m_mutex.lock(); m_logstream.open(m_filename, std::ofstream::out | std::ofstream::ate | std::ofstream::app); return *this; }
S>};
S>