-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomerssubject: APIRelated to the API exposed to the userRelated to the API exposed to the user
Description
| static std::ofstream * LogFile; |
The stream variable declared above is used to send logs to a file. However, we would like the user to be able to set this value by themselves.
This requires making 2 functions in this class.
- Set the log file variable
- Set the path to the logs and the engine figures out how to make a new stream variable.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomerssubject: APIRelated to the API exposed to the userRelated to the API exposed to the user