You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Structured means that you are logging key value pairs rather than simple
text string. For example instead of logging "Sept 23 13:21 client.cc:78
Response recieved in 3.2ms" you are looking `msg: Response recieved,
duration_ms: 3.2, timestamp: Sept 23 13:21, source_file: client.cc,
source_line: 78`. This means that you don't need to rely on parsing the
adhoc format that ends up getting logged and can easy do analysis on the
logs.
On Thu 19 Sep 2019, 14:10 Stéphane Gourichon, ***@***.***> wrote:
Hello.
https://github.com/kevincox/sog claims it is "structured":
Efficent c++ structured logging library.
Sog is an ad-hoc structured logging library for c++.
"Ad-hoc" and "Flexible" are defined further on, but "structured" is not
defined.
Ad-hoc means that there is no predefined structure.
So, what did you mean by "structured" log?
Thanks.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1?email_source=notifications&email_token=AADYTPAMMAVFNBIKSGCGLADQKN25JA5CNFSM4IYK6EP2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HMNE6ZA>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AADYTPCNF4L3VGHLTSGF5WTQKN25JANCNFSM4IYK6EPQ>
.
Hello.
https://github.com/kevincox/sog claims it is "structured":
"Ad-hoc" and "Flexible" are defined further on, but "structured" is not defined.
So, what did you mean by "structured" log?
Thanks.
The text was updated successfully, but these errors were encountered: