示例#1
0
 /// <summary>
 /// Appends the nameEnding to the existing message name. If you've logged the
 /// message from a logger, the existing name is likely the name of your logger.
 /// </summary>
 public static Message SetNameEnding(this Message message, string nameEnding)
 {
     return(MessageModule.SetNameEnding(nameEnding, message));
 }