TAsyncMultiLogger.cpp

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Normalized line ending as specified in .gitattributes (CH-312).

  1. … 265 more files in changeset.
Added try-catch section to logger thread to avoid issues with unhandled exceptions that can't be propagated through win32 api (CH-206).

Fixed high CPU usage when logging. Replaced boost log with liblogger in shell extension. (CH-206).

  1. … 18 more files in changeset.
Added ability to change max log size, max rotate count and log levels on-the-fly for app and engine loggers (CH-206).

  1. … 6 more files in changeset.
Changed log file content to be stored in utf8 (no BOM) instead of UTF-16 (CH-206).

  1. … 1 more file in changeset.
Added liblogger to setup script and zipping script (CH-206)

  1. … 3 more files in changeset.
Fixed options handling for count of rotated files. Fixed rotated files scanning. Fixed date/time formatting in log file names and in log contents. Reduced usage of mutexes in logging mechanism in favor of interlocked operations. Improved exception handling. (CH-206)

  1. … 15 more files in changeset.
Implemented preliminary versions of remaining logger files (buggy) (CH-206).

    • -0
    • +116
    ./TAsyncMultiLogger.cpp
  1. … 55 more files in changeset.