LogData Class
From NSG Library Logger
LogData Class |
A Sandcastle Documented Class Library |
The Log class.
Inheritance Hierarchy
Namespace: NSG.Library.Logger
Assembly: NSG.Library.Logger (in NSG.Library.Logger.dll) Version: 1.0.1.17 (1.0.1.17)
Syntax
The LogData type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| LogData | Initializes a new instance of the LogData class |
Properties
| Name | Description | |
|---|---|---|
| Application |
The application passed in the constructor.
| |
| Date |
The date and time of the log (now).
| |
| Exception |
The exception, including the stack trace.
| |
| Id |
The id/key of the log record.
| |
| Level |
The human value of the above 'LogLevel'.
| |
| LogLevel |
The log level, can be used to limit, depending on the implementation.
| |
| Message |
Log message.
| |
| Method |
The method that called log.
| |
| UserAccount |
The user identity of the caller.
|
Methods
| 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.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString |
Create a 'to string'.
(Overrides ObjectToString.) |
See Also