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()
27 lines
251 B
Plaintext
27 lines
251 B
Plaintext
# Binaries for programs and plugins
|
|
main
|
|
structlog
|
|
*.exe
|
|
*.exe~
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
|
|
# Ignore binary output folders
|
|
bin/
|
|
|
|
# Ignore common editor/system specific metadata
|
|
.DS_Store
|
|
.idea/
|
|
.vscode/
|
|
*.iml
|
|
|
|
# ENV
|
|
.env
|
|
|
|
# vweb and database
|
|
*.db
|
|
*.js
|
|
|
|
*.bak
|