C# Класс FaceDetection.Model.Logger

Public Logger class. Logs the input to the diagnostics log created in %localappdata%
Показать файл Открыть проект

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

Метод Описание
CriticalError ( string content ) : void

Logs critical errors

Error ( string content ) : void

Logs errors

Info ( string content ) : void

Logs information data

Warning ( string content ) : void

Logs warnings

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

Метод Описание
Log ( string content ) : void

Logs the given string to the diagnostics log

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

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

Logs critical errors
public static CriticalError ( string content ) : void
content string
Результат void

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

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

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

Logs information data
public static Info ( string content ) : void
content string
Результат void

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

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