GetTimeStampFormat Gets the format for stamped lines. See the information on the strftime function for for full information on format strings Params none Return format mask for the time stamp ***********************************************/
| 1454 | format mask for the time stamp |
| 1455 | ***********************************************/ |
| 1456 | LPCTSTR CUH_Control::GetTimeStampFormat() const |
| 1457 | { |
| 1458 | return m_DateFormatString; |
| 1459 | } |
| 1460 | |
| 1461 | /********************************************** |
| 1462 | OpenLog |
nothing calls this directly
no outgoing calls
no test coverage detected