C# 클래스 Dimi.InstantRDF.Logging.Log

파일 보기 프로젝트 열기: coding3d/InstantRDF

공개 메소드들

메소드 설명
Error ( string message ) : void

Adds an error entry to the log.

Info ( string message ) : void

Adds an info entry to the log.

Warning ( string message ) : void

Adds a warning entry to the log.

비공개 메소드들

메소드 설명
AddEntry ( string message, EntryType entryType ) : void

Adds an entry to the log.

메소드 상세

Error() 공개 정적인 메소드

Adds an error entry to the log.
public static Error ( string message ) : void
message string The message.
리턴 void

Info() 공개 정적인 메소드

Adds an info entry to the log.
public static Info ( string message ) : void
message string The message.
리턴 void

Warning() 공개 정적인 메소드

Adds a warning entry to the log.
public static Warning ( string message ) : void
message string The message.
리턴 void