Skip to content

Commit

Permalink
log出力先を変更
Browse files Browse the repository at this point in the history
  • Loading branch information
cou723 committed Feb 15, 2021
1 parent 238b3d0 commit 056ddb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MABProcessAtWait/Logger.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace MABProcessAtWait {
static class Logger {
public static string logPath = ".\\logs\\Zipper.txt";
public static string logPath = ".\\logs\\MABProcess.txt";
private static int outputLevel = 3;

public static void Base(int level, string message) {
Expand Down

0 comments on commit 056ddb4

Please sign in to comment.