FCFL.NET Common Library - API Reference
LogManager Class
Members 

LogManager provides access to the logging subsystem so that classes and write log entries and allow those entries to be processed according to the application logging configuration.
Syntax
'Declaration
 
Public NotInheritable Class LogManager 
public sealed class LogManager 
Remarks

LogManager provides classes with access to the logging subsystem, as well as some basic ability to programmatically control it's behavior at runtime.

NOTE: Changing logging configuration at runtime is an expensive operation and should not be done frequently. The main use case for runtime configuration is occasional changes driven by a human system administrator or developer troubleshooting a problem.

Inheritance Hierarchy

System.Object
   FChoice.Common.LogManager

Requirements

Namespace: FChoice.Common

Platforms: Windows XP, Windows Server 2003 and 2008 family

Assembly: FChoice.Common (in C:\dovetail\dovetail-sdk\build\Release\FChoice.Common.dll)

See Also

Reference

LogManager Members
FChoice.Common Namespace

 

 


© 2010 Dovetail Software, Inc. - All rights reserved.
- Clarify, Amdocs, and related products and names are copyright and trademark of Amdocs, Inc.
- .NET, Visual Studio.NET, C#, Visual Basic and related products are trademark of Microsoft corporation.

Send comments on this topic.