* docs/DEBUG: Update documentation.

This commit is contained in:
Priyeshkkumar 2020-08-24 14:02:38 +05:30
parent c96739bfc9
commit faa3ee95a5
2 changed files with 16 additions and 2 deletions

View File

@ -1,5 +1,7 @@
2020-08-24 Priyesh Kumar <priyeshkkumar@gmail.com>
* docs/DEBUG: Update documentation.
* builds/windows/ftdebug.c (ft_logging_init, ft_logging_init):
Fixed coding style.

View File

@ -42,8 +42,9 @@ located in the file `ftoption.h'. The macros are:
Now, `FT_TRACE' and `FT_ERROR' macros will start sending the
tracing and debugging messages to the file system instead of
`stderr'.
On the file system the log file with name `freetype2.log' will be
generated in the same directory where the executable is placed.
On the file system the log file will be generated on the path
specified using `FT_LOGGING_FILE' environment variable(more on
this later).
There is an additional support of logging Time and the name of
the `FT_COMPONENT' from which the current log is generated along
@ -202,6 +203,17 @@ behaviour of FreeType at runtime.
[{ttload}] table directory loaded
FT_LOGGING_FILE
This variable is only used when FreeType is built with
`FT_LOGGING' macro defined. It contains the path to the file where
the user wants to put his log file.
On Linux with bash:
export FT_LOGGING_FILE="/tmp/freetype2.log"
On Windows:
set FT_LOGGING_FILE=C:\Users\AppData\Local\Temp\freetype2.log
FT2_DEBUG_MEMORY