freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Logging Library-GSOC


From: Werner LEMBERG
Subject: Re: Logging Library-GSOC
Date: Mon, 06 Jul 2020 15:01:31 +0200 (CEST)

>> Oh yes, you can!  Either you modify the source code of 'dlg' within
>> FreeType, or – which is better IMHO – you submit a feature request
>> or patch to the 'dlg' maintainers that allows control of the '{'
>> and '}' characters for marking tags.  I see no reason why this must
>> be hard-coded.
> 
> Ok, I will talk to the dlg's maintainer about this,

Thanks.

> but in the meantime could you provide me the format in which you
> want the log messages to be printed.

I thought of

  [<component>] ...

where <component> is the value given in the `FT_COMPONENT` macro,
padded with spaces to ensure a uniform width.  Example:

  [cffdriver] ...
  [psconv   ] ...
  [sfobjs   ] ...

However, this should be freely adjustable – thus my request to make
`{` and `}` configurable in the 'dlg' library.

> Along with this, please share your thoughts on how you want to
> toggle the TimeStamp and FT_COMPONENT features...

What do you mean with 'toggle'?


    Werner

reply via email to

[Prev in Thread] Current Thread [Next in Thread]