LogData Class

NSG Library Logger

LogData Class

A Sandcastle Documented Class Library
The Log class.
Inheritance Hierarchy

SystemObject  NSG.Library.LoggerLogData

Namespace:  NSG.Library.Logger
Assembly:  NSG.Library.Logger (in NSG.Library.Logger.dll) Version: 1.0.1.17 (1.0.1.17)
Syntax

public class LogData
Public Class LogData
public ref class LogData
type LogData =  class end

The LogData type exposes the following members.

Constructors

  NameDescription
Public methodLogData
Initializes a new instance of the LogData class
Top
Properties

  NameDescription
Public propertyApplication
The application passed in the constructor.
Public propertyDate
The date and time of the log (now).
Public propertyException
The exception, including the stack trace.
Public propertyId
The id/key of the log record.
Public propertyLevel
The human value of the above 'LogLevel'.
Public propertyLogLevel
The log level, can be used to limit, depending on the implementation.
Public propertyMessage
Log message.
Public propertyMethod
The method that called log.
Public propertyUserAccount
The user identity of the caller.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Create a 'to string'.
(Overrides ObjectToString.)
Top
See Also

Reference