Index: src/libchcore/TTask.h =================================================================== diff -u -r7d59ab9183c933f2fc2682a95fb5d26cf2f952d7 -rc66b22f786f8434075a09e92de52bba8a53a85db --- src/libchcore/TTask.h (.../TTask.h) (revision 7d59ab9183c933f2fc2682a95fb5d26cf2f952d7) +++ src/libchcore/TTask.h (.../TTask.h) (revision c66b22f786f8434075a09e92de52bba8a53a85db) @@ -84,7 +84,9 @@ void SetTaskDefinition(const TTaskDefinition& rTaskDefinition); void SetLogPath(const TSmartPath& pathLog); + icpf::log_file& GetLog(); + // methods are called when task is being added or removed from the global task array /// Method is called when this task is being added to a TTaskManager object void OnRegisterTask();