Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 01/16/19 in Posts

  1. Yes, code-folding is on the list. In the end, it will be part of the code-tags, not of the spoiler-tags.
  2. Fritzew

    Include unused class and its RTTI in the executable

    Simply call [TYourClass].ClassInfo somewhere in the application or in the initialization of the implementing Unit. Should be enough
  3. Arnaud Bouchez

    log file policies

    On server side, we log a lot of stuff... almost everything possible information. It is needed for post-mortem or post-bug forensic. Of course, our mORMot framework logs automatically all SOA calls, and all ORM and/or SQL process. And it also logs all exceptions. See https://synopse.info/files/html/Synopse mORMot Framework SAD 1.18.html#TITL_73 This was for low-level text logs. At higher level, we also log all high-level SOA calls, in form of local Sqlite3 databases. This is very efficient to make any kind of statistics, via some simple SQL SELECT. https://synopse.info/files/html/Synopse mORMot Framework SAD 1.18.html#TITLE_445
×