C# 클래스 LibGit2Sharp.LogConfiguration

Logging and tracing configuration for libgit2 and LibGit2Sharp.
파일 보기 프로젝트 열기: nulltoken/libgit2sharp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
None LogConfiguration

Private Properties

프로퍼티 타입 설명
GitTraceHandler void
LogConfiguration System

공개 메소드들

메소드 설명
LogConfiguration ( LogLevel level, LogHandler handler ) : System

Creates a new logging configuration to call the given delegate when logging occurs at the given level.

비공개 메소드들

메소드 설명
GitTraceHandler ( LogLevel level, IntPtr msg ) : void
LogConfiguration ( ) : System

메소드 상세

LogConfiguration() 공개 메소드

Creates a new logging configuration to call the given delegate when logging occurs at the given level.
public LogConfiguration ( LogLevel level, LogHandler handler ) : System
level LogLevel Level to log at
handler LogHandler Handler to call when logging occurs
리턴 System

프로퍼티 상세

None 공개적으로 정적으로 프로퍼티

The default logging configuration, which performs no logging at all.
public static LogConfiguration,LibGit2Sharp None
리턴 LogConfiguration