C# 클래스 PeoplePickerRemediation.Console.Logger

파일 보기 프로젝트 열기: OfficeDev/PnP-Transformation

공개 메소드들

메소드 설명
CloseLog ( ) : void
ConsoleMessage ( string msg ) : void
LogErrorMessage ( string msg, bool toConsole = true ) : void
LogInfoMessage ( string msg, bool toConsole = true ) : void
LogMessage ( string msg, bool toConsole = true ) : void
LogSuccessMessage ( string msg, bool toConsole = true ) : void
LogWarningMessage ( string msg, bool toConsole = true ) : void
OpenLog ( string operationName ) : void

비공개 메소드들

메소드 설명
Logger ( ) : System

메소드 상세

CloseLog() 공개 정적인 메소드

public static CloseLog ( ) : void
리턴 void

ConsoleMessage() 공개 정적인 메소드

public static ConsoleMessage ( string msg ) : void
msg string
리턴 void

LogErrorMessage() 공개 정적인 메소드

public static LogErrorMessage ( string msg, bool toConsole = true ) : void
msg string
toConsole bool
리턴 void

LogInfoMessage() 공개 정적인 메소드

public static LogInfoMessage ( string msg, bool toConsole = true ) : void
msg string
toConsole bool
리턴 void

LogMessage() 공개 정적인 메소드

public static LogMessage ( string msg, bool toConsole = true ) : void
msg string
toConsole bool
리턴 void

LogSuccessMessage() 공개 정적인 메소드

public static LogSuccessMessage ( string msg, bool toConsole = true ) : void
msg string
toConsole bool
리턴 void

LogWarningMessage() 공개 정적인 메소드

public static LogWarningMessage ( string msg, bool toConsole = true ) : void
msg string
toConsole bool
리턴 void

OpenLog() 공개 정적인 메소드

public static OpenLog ( string operationName ) : void
operationName string
리턴 void