Click or drag to resize
ApplicationErrorLogger Class

Note: This API is now obsolete.

Logs last application error.
Inheritance Hierarchy
SystemObject
  CMS.AspNet.PlatformApplicationErrorLogger

Namespace: CMS.AspNet.Platform
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use 'CMS.DataEngine.LastErrorLogger' class instead.")]
public static class ApplicationErrorLogger

The ApplicationErrorLogger type exposes the following members.

Methods
  NameDescription
Public methodStatic memberLogLastApplicationError Obsolete.
Logs the last application error.
Top
See Also