zeek/src/logging
Christian Kreibich 1aaed1cc2e Add LogAscii::json_include_unset_fields flag to control unset field rendering
The flag controls whether JSON rendering includes unset &optional log fields
(F, the default), or includes them with a null value (T).
2021-12-08 17:29:07 -08:00
..
writers Add LogAscii::json_include_unset_fields flag to control unset field rendering 2021-12-08 17:29:07 -08:00
CMakeLists.txt Unify all of the Tag types into one type 2021-11-23 19:36:49 -07:00
Component.cc Unify plugin::Component and plugin::TaggedComponent into a single class 2021-11-23 19:36:49 -07:00
Component.h Unify plugin::Component and plugin::TaggedComponent into a single class 2021-11-23 19:36:49 -07:00
logging.bif GH-1079: Use full paths starting with zeek/ when including files 2020-11-12 12:15:26 -07:00
Manager.cc GH-1768: Properly cleanup existing log stream when recreated on with the same ID 2021-12-03 13:46:28 -07:00
Manager.h GH-1768: Properly cleanup existing log stream when recreated on with the same ID 2021-12-03 13:46:28 -07:00
WriterBackend.cc clang-format: Set penalty for breaking after assignment operator 2021-09-27 10:49:48 -07:00
WriterBackend.h Replace most uses of typedef with using for type aliasing 2021-10-11 14:51:10 -07:00
WriterFrontend.cc Reformat the world 2021-09-16 15:35:39 -07:00
WriterFrontend.h Reformat the world 2021-09-16 15:35:39 -07:00