Changes between Version 4 and Version 5 of LibcLogging


Ignore:
Timestamp:
Dec 17, 2008, 4:45:20 PM (15 years ago)
Author:
dryeo
Comment:

replaced libcXY.logstrict with libcXY.logchk

Legend:

Unmodified
Added
Removed
Modified
  • LibcLogging

    v4 v5  
    11=== libc logging ===
    22
    3 The developers distro of LIBC comes with several different libc versions, one of the most useful ones are the libcXY.logstrict one. Replacing the libcXY.dll with it will cause all new LIBC processes to do detailed logging and internal strictness checks. The libc logs are written to libc-<pid>.log files in the current working directory. The format of these files are briefly described by the column headers at the top of each log file.
     3The developers distro of LIBC comes with several different libc versions, one of the most useful ones are the libcXY.logchk one. Replacing the libcXY.dll with it will cause all new LIBC processes to do detailed logging and internal strictness checks. The libc logs are written to libc-<pid>.log files in the current working directory. The format of these files are briefly described by the column headers at the top of each log file.
    44
    55For most people it is not useful to have internal libc strictness enabled. This can be disabled by setting the env.var. LIBC_STRICT_DISABLED to 1 (or whaterver else, as long as it is set).