C# Class XLog.Entry

Datei anzeigen Open project: Belorus/XLog Class Usage Examples

Public Properties

Property Type Description
Category long
Exception System.Exception
Level LogLevel
Message string
Tag string
TimeStamp System.DateTime

Public Methods

Method Description
Entry ( LogLevel level, string tag, string message, long category, Exception ex ) : System

Private Methods

Method Description
Entry ( ) : System

Method Details

Entry() public method

public Entry ( LogLevel level, string tag, string message, long category, Exception ex ) : System
level LogLevel
tag string
message string
category long
ex System.Exception
return System

Property Details

Category public_oe property

public long Category
return long

Exception public_oe property

public Exception,System Exception
return System.Exception

Level public_oe property

public LogLevel Level
return LogLevel

Message public_oe property

public string Message
return string

Tag public_oe property

public string Tag
return string

TimeStamp public_oe property

public DateTime,System TimeStamp
return System.DateTime