Simply3DScan
Public Member Functions | List of all members
Logging.LoggerInfo Class Reference

Class for holding log information More...

Public Member Functions

 LoggerInfo (DateTime time, Severity severity, string message, string memberName, string filePath, int lineNumber)
 Initializes a new instance of the LoggerInfo class. More...
 
override string ToString ()
 Returns a System.String that represents this instance. More...
 

Detailed Description

Class for holding log information

Constructor & Destructor Documentation

Logging.LoggerInfo.LoggerInfo ( DateTime  time,
Severity  severity,
string  message,
string  memberName,
string  filePath,
int  lineNumber 
)

Initializes a new instance of the LoggerInfo class.

Parameters
timeThe time.
severityThe severity.
messageThe message.
memberNameName of the member.
filePathThe file path.
lineNumberThe line number.

Member Function Documentation

override string Logging.LoggerInfo.ToString ( )

Returns a System.String that represents this instance.

Returns
A System.String that represents this instance.

The documentation for this class was generated from the following file: