SetLogName Sets the filename of the log file. If date stamping is enabled then then date stamp will be instered just be for the extenion in the filename Params none Return log file name ***********************************/
| 961 | log file name |
| 962 | ***********************************/ |
| 963 | LPCTSTR CUH_Control::GetLogName() const |
| 964 | { |
| 965 | return m_logName; |
| 966 | } |
| 967 | |
| 968 | /********************************** |
| 969 | EnableLog |
nothing calls this directly
no outgoing calls
no test coverage detected