EventLog public function mis - Mailing list pgadmin-hackers

From frank_lupo
Subject EventLog public function mis
Date
Msg-id HC9890$7BF1B88D2A1785743E08C247C289F7DA@email.it
Whole thread Raw
List pgadmin-hackers
Is possible to add the EventLog in basMisc.bas and change the call
to:
frmMain.svr.LogEvent "Entering " ....
in:
LogEvent "Entering " ....

There are of the problems?  
Performances?

This is a code.

Public Sub EventLog(EventLevel As pgSchema.LogLevel, EventMessage As String)
'Note - No function entry logging is done here 'cos we'd enter a loop then...
  If Not frmMain.svr Is Nothing Then
    frmMain.svr.LogEvent EventLevel, EventMessage
  End If
End Sub


Bye !!
Frank Lupo (Wolf) !!

    /\_ _/\
    \ o o /
--ooo-----ooo---



--
Prendi GRATIS l'email universale che... risparmia: http://www.email.it/f

Sponsor:
La televisione si è rotta e non puoi vedere le partite del campionato?
Clicca qui e rientrerai in campo prima del fischio di fine partita!!
Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=842&d=24-3



pgadmin-hackers by date:

Previous
From: "Dave Page"
Date:
Subject: Re: add scroll frmtable
Next
From: "frank_lupo"
Date:
Subject: create distibution