liblogger

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed unit tests for overlapped data buffer (CH-206).

  1. … 2 more files in changeset.
Fixed several issues reported by cppcheck (CH-272).

  1. … 7 more files in changeset.
Fixed problems reported by cppcheck (CH-206)

  1. … 2 more files in changeset.
Fixed possible crash in logging subsystem reported by coverity scan (CH-206)

Fixed liblogger unit tests (CH-206)

  1. … 2 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. … 5 more files in changeset.
Changed log file content to be stored in utf8 (no BOM) instead of UTF-16 (CH-206).

Added liblogger to setup script and zipping script (CH-206)

  1. … 2 more files in changeset.
Changed liblogger from static library to DLL (CH-206)

  1. … 1 more file 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. … 1 more file in changeset.
Implemented preliminary versions of remaining logger files (buggy) (CH-206).

    • -0
    • +116
    ./TAsyncMultiLogger.cpp
    • -0
    • +61
    ./TAsyncMultiLogger.h
    • -0
    • +38
    ./TDateTimeFormatter.cpp
    • -0
    • +33
    ./TDateTimeFormatter.h
  1. … 41 more files in changeset.
Isolated the logger functionalities to the separate static library (CH-206)

  1. … 52 more files in changeset.