Logger Class
Logger is used by classes throughout First Choice .NET-based products to write logging entries.
Syntax
'Declaration
Public Class Logger
public class Logger
Remarks
Use LogManager.GetLogger to retrieve a specific logger. Once an instance is obtained, use the various Log methods to write logging events to configured logging appenders.
Inheritance Hierarchy
System.Object
FChoice.Common.Logger
Requirements
Namespace: FChoice.Common
Platforms: Windows 2000, Windows XP, Windows Server family
Assembly: FChoice.Common (in C:\dovetail\dovetail-sdk\build\Release\FChoice.Common.dll)