StyledStrictLogger.reload

Checks if the log file is exists at specified location and if can't find it, recreates the file and continues write into it.

Useful for logrotate utility. GNU/Linux system checks file identity by inode, that doesn't change while renaming. Thus after renaming the file at location log continues write into the renamed file. The call to the reload method force splitting log into two parts.

class StyledStrictLogger(StyleEnum, US...)
void
reload
(
)

Meta