Logger Class

Used to write events to an EventLog.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Usage

'Usage
Dim logger1 As Logger

Syntax

'Declaration
NotInheritable Public Class Logger
public sealed class Logger
public sealed ref class Logger
public final class Logger
public class Logger

Remarks

Logger is used to write event messages that are not written to Windows Event Viewer. The default file location is the user's \Application Data folder. The default file name is the application name appended with a time stamp.

Inheritance Hierarchy

System.Object
  Microsoft.PointOfService.Logger

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

Logger Members
Microsoft.PointOfService Namespace