Skip to content
Snippets Groups Projects
Select Git revision
0 results

logdecoder.cpp

Blame
    • Pietro Bortolus's avatar
      7b450266
      [Logger] New logger with socrate · 7b450266
      Pietro Bortolus authored and Niccolò Betto's avatar Niccolò Betto committed
      We have decided to use socrate instead of tscpp for logging because
      it allows for more flexibility.
      
      When a new type is logged the system also logs a mapping string that
      encodes the structure of that type. This string is then used in the
      deserializer to get the structure of the type and deserialize it
      correctly.
      7b450266
      History
      [Logger] New logger with socrate
      Pietro Bortolus authored and Niccolò Betto's avatar Niccolò Betto committed
      We have decided to use socrate instead of tscpp for logging because
      it allows for more flexibility.
      
      When a new type is logged the system also logs a mapping string that
      encodes the structure of that type. This string is then used in the
      deserializer to get the structure of the type and deserialize it
      correctly.