Class ExceptionLogController
Inheritance
System.Object
ExceptionLogController
Assembly: DotNetNuke.dll
Syntax
public class ExceptionLogController : LogController, ILogController
Methods
|
Improve this Doc
View Source
AddLog(BasePortalException)
Declaration
public void AddLog(BasePortalException objBasePortalException)
Parameters
|
Improve this Doc
View Source
AddLog(Exception, ExceptionLogController.ExceptionLogType)
Declaration
public void AddLog(Exception objException, ExceptionLogController.ExceptionLogType logType)
Parameters
|
Improve this Doc
View Source
AddLog(Exception, LogInfo, ExceptionLogController.ExceptionLogType)
Declaration
public void AddLog(Exception objException, LogInfo log, ExceptionLogController.ExceptionLogType logType)
Parameters
|
Improve this Doc
View Source
AddLog(Exception)
Declaration
public void AddLog(Exception objException)
Parameters
Type |
Name |
Description |
Exception |
objException |
|
Implements
Extension Methods