[This is preliminary documentation and is subject to change.]

This class provides functionality to log events in the event log feature of windows 2000 operating system.

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public class OCLogger
Visual Basic (Declaration)
Public Class OCLogger
Visual C++
public ref class OCLogger

Remarks

The logs are separated into two categories,
    These two categories creates separate event logs. Both the logs can be enabled by the appropriate tags in the Web.config file. Currently in OfficeClip, exceptions are automatically logged in the global.cs file

Inheritance Hierarchy

System..::.Object
  OfficeClip.Utils..::.OCLogger

See Also