C# 클래스 FaceDetection.Model.Logger

Public Logger class. Logs the input to the diagnostics log created in %localappdata%
파일 보기 프로젝트 열기: PkInfRemi/FaceDetectionApp

공개 메소드들

메소드 설명
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