Decoupled logmessage output

iTech Logging uses a special technique to ensure that the main threads of the logging application don’t have to wait for the transfer of logmessages from memory to the storage medium and have a regular and high performance despite using logging.

For that purpose each log channel has an in-memory logmessage buffer and a thread that does the actual transfer of these logmessages to the storage medium. The period of these transfers is determined by the write-out period parameter.