mirror of
https://github.com/gechandesu/structlog.git
synced 2026-04-14 21:33:20 +03:00
* Add os.File.flush() call to fix writing log into files. * Add comma as TextHandler fields separator. * Add struct_adapter() * Add field() generic function to creating Field instances. * Add new write_to_file.v example. * Rename Record.field() to Record.add()