예제 #1
0
 public static string Prefix(this ILoggable loggable, string addStr)
 {
     return(loggable.LogPrefix() + " " + addStr.GetSafe());
 }