Skip to content

Commit 5932d84

Browse files
Update File Logger.md
1 parent 7b4c3d2 commit 5932d84

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Labs/LoggingHOLs/docs/File Logger.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,13 @@ namespace MiddlewareBot
9797

9898
## 4. Log file
9999

100-
Investigate the log file specified in the line
100+
Run the bot application from the emulator and test with messages. Investigate the log file specified in the line
101101

102102
````C#
103103
tw = new StreamWriter("C:\\Users\\username\\log.txt", true);
104104
````
105105

106-
To view the log messages from the user and the bot. The messages should appear as follows:
106+
To view the log messages from the user and the bot, the messages should appear as follows in the log file now:
107107

108108
````From:2c1c7fa3 - To:56800324 - Message:a log message````
109109

@@ -156,4 +156,4 @@ public class DebugActivityLogger : IActivityLogger
156156
}
157157
}
158158
}
159-
````
159+
````

0 commit comments

Comments
 (0)