C# Class NTRDebuggerTool.Objects.Logger

Afficher le fichier Open project: valarnin/NTRRemoteDebugger

Méthodes publiques

Méthode Description
Log ( string msg ) : void
Log ( string msg, Exception ex ) : void

Method Details

Log() public static méthode

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

Log() public static méthode

public static Log ( string msg, Exception ex ) : void
msg string
ex System.Exception
Résultat void