Re: Requirements from external logging library

2020-05-08 Thread Werner LEMBERG


> As according to my GSOC project which is integrating an external
> logging library with FreeType.  I need some help gathering the
> requirements that the external library should satisfy.
>
> From earlier discussion, below are basic some requirements:
>
> 1. It should be written in C language (features not more than C99).

Yes.

> 2. Should support various platforms such as Windows, UNIX based
>platforms like GNU/Linux, and BSD.

Yes.  The idea is that you have a uniform interface FreeType can use,
and the library takes care of the platform-dependent peculiarities.

> Please help me gather enough requirements so that I should proceed
> to explore the external logging libraries.

That's it, basically.  The devil is in the details that follow up :-)


Werner



Requirements from external logging library

2020-05-07 Thread Priyesh kumar
Hello everyone,
As according to my GSOC project which is integrating an external logging
library with FreeType. I need some help gathering the requirements that the
external library should satisfy.
>From earlier discussion, below are basic some requirements:
1. It should be written in C language (features not more than C99).
2. Should support various platforms such as Windows, UNIX based platforms
like GNU/Linux, and BSD.

Please help me gather enough requirements so that I should proceed to
explore the external logging libraries.
Thanks,
Priyesh