mirror of
https://github.com/gechandesu/structlog.git
synced 2026-05-13 11:46:45 +03:00
b423c161af
* 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()