EventLog public function mis

From: frank_lupo <frank_lupo(at)email(dot)it>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: EventLog public function mis
Date: 2003-03-24 13:03:00
Message-ID: HC9890$7BF1B88D2A1785743E08C247C289F7DA@email.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgadmin-hackers by date

  From Date Subject
Next Message frank_lupo 2003-03-24 13:06:49 create distibution
Previous Message Dave Page 2003-03-24 12:56:25 Re: add scroll frmtable