mirror of
https://github.com/gechandesu/structlog.git
synced 2026-06-02 21:28:06 +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()