I am using an debug initialization file in which i have written SLOG >>E:\jyoti_AceUnit\test_projects\aceunit_logging_fullplainlogger\Samsung_with_AceUnit\OUT.TXT
using this a file out.txt is getting opened automatically but nothing is written, i have to manually use SLOG OFF and then the file contains the desired output.
But if i use the same function within the debug INIT file with SLOG >>E:\jyoti_AceUnit\test_projects\aceunit_logging_fullplainlogger\Samsung_with_AceUnit\OUT.TXT SLOG OFF
Nothing is getting stored in a file since serial logger gets closed as soon as it is opened
any option how to automate the opening and logging of a file using SLOG and SLOG OFF commands
yes even i thought that if i can delay SLOG OFF command for sometime after SLOG command, but how to do that i am not aware of in a initialization file. If u can help me with that i can try to work with that option