Open sashazxtt opened 2 months ago
It's interesting what another File implementation could be?
At least one such option would be a ZIP file writer. Yes, there are some places that require log files to be encrypted and generally inaccessible to a local user. Another option would be remote logging - sending the file to a logging server. Maybe there are more options.
The encryption/encoding could be performed by a converter, of course, but that would be line-by-line and producing a standard .zip file would be difficult.
if defined LOG_THIS_AND_FUNC
endif
Thanks!