NET Ardeal :: showing 1 replies in thread Java Server Pages
Author Reply
 
 MiG
 8 July 2003 14:46 PM



We are just another brick in the wall.

 What is that ? Profile Post reply 

Option Explicit

'defines the trace level
Public Trace As Integer

Public Sub Log(ByVal What$, _
Optional ByVal ModuleName$ = "", _
Optional ByVal ProcName$ = "", _
Optional ByVal CompName$ = "")
'set trace level
Trace = 9
'write a trace log entry
Debug.Print ModuleName, ProcName, What
End Sub

 NET Ardeal :: showing 1 replies in thread Java Server Pages

Forum Jumps