C# Класс CClash.Logging

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Emit ( string fmt ) : void
Error ( string fmt ) : void
Hit ( string hashkey, string dir, string obj ) : void
Input ( string dir, string target, IEnumerable args ) : void
Miss ( string hc, DataHashResult reason, string dir, string srcfile, string headerfile ) : void
Warning ( string fmt ) : void

Приватные методы

Метод Описание
AppendMissLog ( string str ) : void
HitMissRecord ( string reason, string dir, string srcfile, string headerfile ) : void

Описание методов

Emit() публичный статический Метод

public static Emit ( string fmt ) : void
fmt string
Результат void

Error() публичный статический Метод

public static Error ( string fmt ) : void
fmt string
Результат void

Hit() публичный статический Метод

public static Hit ( string hashkey, string dir, string obj ) : void
hashkey string
dir string
obj string
Результат void

Input() публичный статический Метод

public static Input ( string dir, string target, IEnumerable args ) : void
dir string
target string
args IEnumerable
Результат void

Miss() публичный статический Метод

public static Miss ( string hc, DataHashResult reason, string dir, string srcfile, string headerfile ) : void
hc string
reason DataHashResult
dir string
srcfile string
headerfile string
Результат void

Warning() публичный статический Метод

public static Warning ( string fmt ) : void
fmt string
Результат void