MCPcopy Create free account
hub / github.com/ashkulz/NppFTP / GetLogName

Method GetLogName

UTCP/src/uh_ctrl.cpp:963–966  ·  view source on GitHub ↗

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 ***********************************/

Source from the content-addressed store, hash-verified

961 log file name
962***********************************/
963LPCTSTR CUH_Control::GetLogName() const
964{
965 return m_logName;
966}
967
968/**********************************
969EnableLog

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected