You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
376 B

using System;
using System.Collections.Generic;
using System.Text;
using System.IO;
using System.Net;
using System.Text.RegularExpressions;
public class PrintFile
{
/// <summary>
/// 运行日志
/// </summary>
/// <param name="path">根目录</param>
/// <param name="log">日志内容</param>
public static void PrintRunLog(string path, string log)