C# 클래스 DZLib.Logging.LogItem

파일 보기 프로젝트 열기: DZ191/LeagueSharp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
LogException string
Module string

공개 메소드들

메소드 설명
GetLoggingString ( ) : string

Gets the logging string.

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

Initializes a new instance of the LogItem class.

메소드 상세

GetLoggingString() 공개 메소드

Gets the logging string.
public GetLoggingString ( ) : string
리턴 string

LogItem() 공개 메소드

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.
리턴 System

프로퍼티 상세

LogException 공개적으로 프로퍼티

The log exception
public string LogException
리턴 string

Module 공개적으로 프로퍼티

The module the exception is from
public string Module
리턴 string