FileLogOutput.firstLine

call from ctor and past to file first line with datetime

class FileLogOutput
protected
string
firstLine
const
(
)

Return Value

Type: string

format( "%02d.%02d.%4d %02d:%02d:%02d", dt.day, dt.month, dt.year, dt.hour, dt.minute, dt.second );

Meta