FCFL.NET Common Library - API Reference
LogManager Class Members
Fields  Properties  Methods 

The following tables list the members exposed by LogManager.

Public Constructors
 NameDescription
Public ConstructorLogManager Constructor  
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)SyncRootGets an object that can be used to synchronize access to LogManager.  
Top
Public Properties
 NameDescription
Public Propertystatic (Shared in Visual Basic)InstanceGets the singleton instance of LogManager.  
Public Propertystatic (Shared in Visual Basic)IsInitializedGets whether or not LogManager has been properly initialized.  
Public Propertystatic (Shared in Visual Basic)LogConfigFilePathGets or sets the full path to the file LogManager should attempt to use to configure itself.  
Top
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)AddAppenderToLoggerOverloaded. Links a given appender to the specified .NET type-identified logger.  
Public Methodstatic (Shared in Visual Basic)AddAppenderToRootAdds an already-prepared appender to the root level (affecting all loggers).  
Public Methodstatic (Shared in Visual Basic)AddLogFileAppenderCreates a new rolling log file appender and adds it to the configuration for use elsewhere.  
Public Methodstatic (Shared in Visual Basic)FindFile  
Public Methodstatic (Shared in Visual Basic)GetLoggerOverloaded. Retrieves a logger for the given type name.  
Public Methodstatic (Shared in Visual Basic)InitializeInitializes the LogManager.  
Public Methodstatic (Shared in Visual Basic)Reconfigure  
Public Methodstatic (Shared in Visual Basic)ResetConfigurationResets the log configuration and configuration file back to defaults (root level set to INFO with no appenders).  
Public Methodstatic (Shared in Visual Basic)SetLoggerLevelOverloaded. Changes a specific logger's (specified by type) logging level.  
Public Methodstatic (Shared in Visual Basic)SetRootLoggerLevelChanges the root's logging level (affecting all loggers)  
Public Methodstatic (Shared in Visual Basic)SetThreadContextValueSets a context variable for this thread.  
Top
See Also

Reference

LogManager Class
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.