C# Class DZLib.Logging.LogItem

Datei anzeigen Open project: DZ191/LeagueSharp Class Usage Examples

Public Properties

Property Type Description
LogException string
Module string

Public Methods

Method Description
GetLoggingString ( ) : string

Gets the logging string.

LogItem ( string Module, object Exception, LogSeverity Severity = LogSeverity.Medium ) : System

Initializes a new instance of the LogItem class.

Method Details

GetLoggingString() public method

Gets the logging string.
public GetLoggingString ( ) : string
return string

LogItem() public method

Initializes a new instance of the LogItem class.
public LogItem ( string Module, object Exception, LogSeverity Severity = LogSeverity.Medium ) : System
Module string The module.
Exception object The exception.
Severity LogSeverity The severity.
return System

Property Details

LogException public_oe property

The log exception
public string LogException
return string

Module public_oe property

The module the exception is from
public string Module
return string