SNAP Library, User Reference  2012-10-15 15:06:59
SNAP, a general purpose network analysis and graph mining library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
TLogNotify Class Reference

#include <ut.h>

List of all members.

Public Member Functions

 TLogNotify (const PNotify &_Notify)
void OnStatus (const TStr &MsgStr)

Static Public Member Functions

static PNotify New (const PNotify &Notify)

Private Attributes

PNotify Notify

Detailed Description

Definition at line 146 of file ut.h.


Constructor & Destructor Documentation

TLogNotify::TLogNotify ( const PNotify &  _Notify) [inline]

Definition at line 151 of file ut.h.

: Notify(_Notify) { }

Member Function Documentation

static PNotify TLogNotify::New ( const PNotify &  Notify) [inline, static]

Definition at line 152 of file ut.h.

{ return new TLogNotify(Notify); }
void TLogNotify::OnStatus ( const TStr MsgStr)

Definition at line 106 of file ut.cpp.

                                            {
        TTm NowTm = TTm::GetCurLocTm();
        Notify->OnStatus(TStr::Fmt("[%s %s] %s", 
                NowTm.GetYMDDashStr().CStr(), 
                NowTm.GetHMSTColonDotStr(true, false).CStr(), 
                MsgStr.CStr()));
}

Member Data Documentation

PNotify TLogNotify::Notify [private]

Definition at line 148 of file ut.h.


The documentation for this class was generated from the following files: