示例#1
0
 /// <summary>
 /// Sets the level of the message
 /// </summary>
 public static Message SetLevel(this Message msg, LogLevel level)
 {
     return(MessageModule.SetLevel(level, msg));
 }