The header is some string added to the file each time it is opened. For example: ```dart AdvancedFileOutput( header: ''' ///////////////////////////// /// MyApp v1.0 rev.123456 /// ///////////////////////////// ''', ) ``` Yes, I can add such a line manually on app startup, but I have no control over files rotation.