We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b4c3d2 commit 5932d84Copy full SHA for 5932d84
1 file changed
Labs/LoggingHOLs/docs/File Logger.md
@@ -97,13 +97,13 @@ namespace MiddlewareBot
97
98
## 4. Log file
99
100
-Investigate the log file specified in the line
+Run the bot application from the emulator and test with messages. Investigate the log file specified in the line
101
102
````C#
103
tw = new StreamWriter("C:\\Users\\username\\log.txt", true);
104
````
105
106
-To view the log messages from the user and the bot. The messages should appear as follows:
+To view the log messages from the user and the bot, the messages should appear as follows in the log file now:
107
108
````From:2c1c7fa3 - To:56800324 - Message:a log message````
109
@@ -156,4 +156,4 @@ public class DebugActivityLogger : IActivityLogger
156
}
157
158
159
-````
+````
0 commit comments