C# Class FaceDetection.Model.Logger

Public Logger class. Logs the input to the diagnostics log created in %localappdata%
Afficher le fichier Open project: PkInfRemi/FaceDetectionApp

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
Log ( string content ) : void

Logs the given string to the diagnostics log

Method Details

CriticalError() public static méthode

Logs critical errors
public static CriticalError ( string content ) : void
content string
Résultat void

Error() public static méthode

Logs errors
public static Error ( string content ) : void
content string
Résultat void

Info() public static méthode

Logs information data
public static Info ( string content ) : void
content string
Résultat void

Warning() public static méthode

Logs warnings
public static Warning ( string content ) : void
content string
Résultat void