summaryrefslogtreecommitdiff
path: root/log.cpp
AgeCommit message (Expand)Author
2026-03-20Wrap LogTrace FV/F functions with BN_ENABLE_LOG_TRACE guardPeter LaFosse
2026-01-01update copyrights for 2026Jordan Wiens
2025-11-04Remove indenting APIs from Logger. These are thread unsafe by design.Rusty Wagner
2025-09-02Introduce a new define to control LogTrace rather than using _DEBUGMark Rowe
2025-08-01Add log functions for logging the current stack trace without an active excep...Rusty Wagner
2025-08-01Add LogForException APIs to pass stack trace information separate from the me...Rusty Wagner
2025-04-16Fix Logger indentation apiGlenn Smith
2025-03-28missed the older dates!Jordan Wiens
2024-10-14Add missing Logger::Indent functionsGlenn Smith
2024-01-08update copyright yearJordan Wiens
2023-11-13Add fmt library to apiGlenn Smith
2023-01-05Update copyright to 2023Josh F
2022-11-10Include C++ standard headersChristian Blichmann
2022-10-05Deprecate BNLogRegisterLoggerCallback and make its use in the LogView unneces...Peter LaFosse
2022-05-19Add to LogView combo box from main threadPeter LaFosse
2022-03-16Add LogTracePeter LaFosse
2022-03-16Add support for structured loggingPeter LaFosse
2022-01-03update copyright yearsJordan Wiens
2021-01-18updating copyright yearJordan Wiens
2020-01-01update copyright year to 2020Jordan Wiens
2019-01-17update company name and copyright dateJordan Wiens
2018-02-26Log cleanup.Brian Potchik
2017-05-19update copyright yearJordan Wiens
2016-04-10Add MIT license for API wrappersRusty Wagner
2015-03-19Improve performance by avoiding heavy lock contentionRusty Wagner
2015-03-03Fix missing castRusty Wagner
2015-03-03Add a logging systemRusty Wagner