TraceInformation() private méthode

private TraceInformation ( string message ) : void
message string
Résultat void
Exemple #1
0
 public static void Info(string message)
 => Trace.TraceInformation(AddInfo(message));