NET Logging Library
ConcreteLog Class Methods


KellermanSoftware.NetLoggingLibrary Namespace : ConcreteLog Class

For a list of all members of this type, see ConcreteLog members.

Public Methods
 NameDescription
Public Method Clear all logging targets  
Public Method Close all the connections to all targets. Closes all file streams, database connections etc.  
Public MethodOverloaded.  Log a debug message  
Public Method Log a formatted debug message similar to console.writeline  
Public MethodOverloaded.  Implement IDisposable. Do not make this method virtual. A derived class should not be able to override this method.  
Public MethodOverloaded.  Email all log files for all active targets that inherit from BaseFileTarget  
Public MethodOverloaded.  Log an error message  
Public Method Log a formatted debug message similar to console.writeline  
Public MethodOverloaded.  The application is about to crash. Log a fatal message.  
Public Method Log a formatted debug message similar to console.writeline  
Public Method Wait for the specified number of milliseconds for asynchronous loggers to flush  
Public Method Get a loggng target by name  
Public MethodOverloaded.  Log an informational message  
Public Method Log a formatted debug message similar to console.writeline  
Public Method This automatically happens on startup. This is useful if the configuration has been modified at runtime and you want to revert to what is on disk  
Public Method Load the configuration from the specified app.config or web.config file  
Public Method Load the configuration from the specified XML file  
Public MethodOverloaded.  Log an attachment to the BinaryFileTarget. If no binary target is attached, nothing will be logged  
Public Method Log a custom log entry  
Public Method Log a data set  
Public Method Log a data table  
Public Method Log a data view  
Public MethodOverloaded.  Log an exception  
Public Method Log an exception with a formatted message  
Public Method Log an object of any type  
Public MethodOverloaded.  Log a stack trace, skipping frames  
Public Method Log an XML Document  
Public Method Pop a method from the stack and display the performance  
Public Method Push a method on to the stack to measure performance  
Public Method Clear all configuration  
Public MethodOverloaded.  Save the current configuration to the app.config or web.config file depending upon the application  
Public MethodOverloaded.  Save configuration to Log.Config file in the current directory  
Public Method Validate current user name and license key  
Public MethodOverloaded.  Log a warning message  
Public Method Log a formatted debug message similar to console.writeline  
Top
See Also

Reference

ConcreteLog Class
KellermanSoftware.NetLoggingLibrary Namespace