C# 클래스 StaticAnalysis.ConsoleLogger

Simple class for logging errors and warnings to the console and writing reports to the file system.
상속: AnalysisLogger
파일 보기 프로젝트 열기: Azure/azure-powershell

공개 메소드들

메소드 설명
ConsoleLogger ( string baseDirectory ) : System
ConsoleLogger ( string baseDirectory, string exceptionsDirectory ) : System
WriteError ( string error ) : void
WriteMessage ( string message ) : void
WriteReport ( string name, string records ) : void
WriteWarning ( string message ) : void

메소드 상세

ConsoleLogger() 공개 메소드

public ConsoleLogger ( string baseDirectory ) : System
baseDirectory string
리턴 System

ConsoleLogger() 공개 메소드

public ConsoleLogger ( string baseDirectory, string exceptionsDirectory ) : System
baseDirectory string
exceptionsDirectory string
리턴 System

WriteError() 공개 메소드

public WriteError ( string error ) : void
error string
리턴 void

WriteMessage() 공개 메소드

public WriteMessage ( string message ) : void
message string
리턴 void

WriteReport() 공개 메소드

public WriteReport ( string name, string records ) : void
name string
records string
리턴 void

WriteWarning() 공개 메소드

public WriteWarning ( string message ) : void
message string
리턴 void