C# Класс LibGit2Sharp.LogConfiguration

Logging and tracing configuration for libgit2 and LibGit2Sharp.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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