コード例 #1
0
 public static string Pad(this LogSeverity severity)
 {
     return(severity.Pad(' '));
 }