Name | Description | |
---|---|---|
ClearLog | Clear the log for all targets | |
CloseAllConnections | Close all the connections to all targets. Closes all file streams, database connections etc. | |
Debug | Overloaded. Log a debug message with additional info | |
DebugEx | Log a formatted debug message similar to console.writeline | |
Dispose | (Inherited from System.IDisposable) | |
EmailLogFile | Overloaded. Email a log file | |
Error | Overloaded. Log an error message | |
ErrorEx | Log a formatted debug message similar to console.writeline | |
Fatal | Overloaded. Log a fatal message | |
FatalEx | Log a formatted debug message similar to console.writeline | |
Flush | Wait for a period of time for asyncronous targets to finish | |
GetTargetByName | Get a target by its name | |
Info | Overloaded. Log an informational message | |
InfoEx | Log a formatted debug message similar to console.writeline | |
LoadConfiguration | 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 | |
LoadConfigurationFromAppConfig | Load the configuration from the specified app.config or web.config file | |
LoadConfigurationFromXml | Load the configuration from the specified XML file | |
LogAttachment | Overloaded. Log an attachment to the BinaryFileTarget. If no binary target is attached, nothing will be logged | |
LogCustomLogEntry | Log a custom log entry | |
LogDataSet | Log all data tables for a dataset to the targets | |
LogDataTable | Log a data table to the targets | |
LogDataView | Log a data view to the targets | |
LogException | Overloaded. Log an exception to the targets | |
LogExceptionEx | Log an exception with a formatted message | |
LogObject<T> | Log an object to the targets | |
LogStackTrace | Overloaded. Log the current stack trace, skipping frames | |
LogXmlDocument | Log an XML Document to the targets | |
PopMethod | Log a message by popping a method name from the stack | |
PushMethod | Log a message by pushing a method name on a stack | |
ResetConfiguration | Clear out all configuration | |
SaveConfigurationToAppConfigOrWebConfig | Overloaded. Save the current configuration to the app.config or web.config file depending upon the application | |
SaveConfigurationToXmlFile | Overloaded. Save configuration to Log.Config file in the current directory | |
ValidateUserNameAndKey | Validate current user name and license key | |
Warn | Overloaded. Log a warning message | |
WarnEx | Log a formatted debug message similar to console.writeline |