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

Method IsLogEnabled

UTCP/src/uh_ctrl.cpp:1000–1003  ·  view source on GitHub ↗

IsLogEnabled Turn file logging on and off Params none Return TRUE/FALSE ***********************************/

Source from the content-addressed store, hash-verified

998 TRUE/FALSE
999***********************************/
1000BOOL CUH_Control::IsLogEnabled() const
1001{
1002 return m_enableLog;
1003}
1004
1005
1006/**********************************

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected