Skip to content

Commit b2c4cc0

Browse files
committed
2 parents db60cb8 + d2b2c86 commit b2c4cc0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/logs/StartLoggerSession.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
## Overview
44

55
`Start Logger Session` initializes a new logging session, enabling the creation of log files. You can choose to log all levels (INFO, WARN, ERROR) to a single HTML file or configure separate HTML files for each level. The command supports log file rollover based on size.
6+
![image](https://github.com/user-attachments/assets/cb497a74-d255-4e5a-9b8b-4e8e2933aa00)
7+
![image](https://github.com/user-attachments/assets/0c8da229-737e-459d-95e5-fcd3b30a343d)
68

79
## Parameters
810

@@ -64,4 +66,4 @@ Throws `BotCommandException` if:
6466
* Required file paths are empty based on the selected "Append option".
6567
* Provided file paths do not end with the `.html` extension.
6668
* "Rollover file size in MB" is not greater than 0.
67-
* Any other error occurs during logger session initialization (e.g., file access issues). The specific error message will be included.
69+
* Any other error occurs during logger session initialization (e.g., file access issues). The specific error message will be included.

0 commit comments

Comments
 (0)