Logger Class |
Namespace: Atalasoft.Shared.Diagnostics
The Logger type exposes the following members.
| Name | Description | |
|---|---|---|
| Source |
Gets trace source that is used to write messages to.
(Inherited from LoggerBase.) |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetAssemblyLogger |
Fabric method that returns new instance of the logger initialized
with calling assembly name.
| |
| GetAssemblyLogger(String) |
TODO
| |
| GetAssemblyLoggerT |
Fabric method that returns new instance of the logger initialized
with assembly name of the specified type.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsLogged | (Inherited from LoggerBase.) | |
| LogAssemblyInformation |
Logs basic information about calling assembly, such as full name and file version.
| |
| LogError(String) |
Writes an error message to the log using specified message.
(Inherited from LoggerBase.) | |
| LogError(String, Object) |
Writes an error message to the log using the specified
array of objects and formatting information.
(Inherited from LoggerBase.) | |
| LogInfo(String) |
Writes an informational message to the log using specified message.
(Inherited from LoggerBase.) | |
| LogInfo(String, Object) |
Writes an informational message to the log using the specified
array of objects and formatting information.
(Inherited from LoggerBase.) | |
| LogMessage(TraceEventType, String) |
Writes message of specified type to the log using specified message.
(Inherited from LoggerBase.) | |
| LogMessage(TraceEventType, String, Object) |
Writes message of specified type to the log using the specified
array of objects and formatting information.
(Inherited from LoggerBase.) | |
| LogVerbose(String) |
Writes a verbose message to the log using specified message.
(Inherited from LoggerBase.) | |
| LogVerbose(String, Object) |
Writes a verbose message to the log using the specified
array of objects and formatting information.
(Inherited from LoggerBase.) | |
| LogWarning(String) |
Writes a warning message to the log using specified message.
(Inherited from LoggerBase.) | |
| LogWarning(String, Object) |
Writes a warning message to the log using the specified
array of objects and formatting information.
(Inherited from LoggerBase.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| StartNewActivity(String) |
Convenient method that returns new activity scope with specified name.
(Inherited from LoggerBase.) | |
| StartNewActivity(String, Object) |
Convenient method that returns new activity scope with specified name.
(Inherited from LoggerBase.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |