Open twaritwaikar opened 5 years ago
https://github.com/sdslabs/Rubeus/blob/d93de7c449c8366e9834138dd0131a07a93e6428/RubeusCore/Source/UtilityComponents/logger_component.h#L45 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.
https://github.com/sdslabs/Rubeus/blob/d93de7c449c8366e9834138dd0131a07a93e6428/RubeusCore/Source/UtilityComponents/logger_component.h#L45 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.