C# Class UdcxRemediation.Console.Logger

Afficher le fichier Open project: OfficeDev/PnP-Transformation

Méthodes publiques

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

Private Methods

Méthode Description
Logger ( ) : System

Method Details

CloseLog() public static méthode

public static CloseLog ( ) : void
Résultat void

ConsoleMessage() public static méthode

public static ConsoleMessage ( string msg ) : void
msg string
Résultat void

LogErrorMessage() public static méthode

public static LogErrorMessage ( string msg, bool toConsole = true ) : void
msg string
toConsole bool
Résultat void

LogInfoMessage() public static méthode

public static LogInfoMessage ( string msg, bool toConsole = true ) : void
msg string
toConsole bool
Résultat void

LogMessage() public static méthode

public static LogMessage ( string msg, bool toConsole = true ) : void
msg string
toConsole bool
Résultat void

LogSuccessMessage() public static méthode

public static LogSuccessMessage ( string msg, bool toConsole = true ) : void
msg string
toConsole bool
Résultat void

LogWarningMessage() public static méthode

public static LogWarningMessage ( string msg, bool toConsole = true ) : void
msg string
toConsole bool
Résultat void

OpenLog() public static méthode

public static OpenLog ( string operationName ) : void
operationName string
Résultat void