if debugMode is true, then it will log to the file specified in web.config key "errorLogFile" if the file is not specified in web.config, then no logging will occur loops through the passed in System.Exception object and writes the messages


Namespace: ctAC
Assembly: ctAC (in ctAC.dll)

Syntax

Visual Basic (Declaration)
Public Overridable Sub logErrorObject( _ 
   ByVal ex As Exception _ 
)
C#
public virtual void logErrorObject(
   Exception ex
)
C++
public:
 virtual void logErrorObject(
   Exception ex
)
J#
public virtual void logErrorObject(
   Exception ex
)
JScript
public virtual  function logErrorObject(
   ex : Exception
)

Parameters

ex

See Also