Logger Class

2/27/2008

Defines an event log file structure to which programs can write informational or programmatic warning or error events.

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

Syntax

'Declaration
Public NotInheritable Class Logger
public sealed class Logger
public ref class Logger sealed
public final class Logger
public final 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.

See Also

Reference

Logger Members
Microsoft.PointOfService Namespace