[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Requirements from external logging library
From: |
Werner LEMBERG |
Subject: |
Re: Requirements from external logging library |
Date: |
Fri, 08 May 2020 10:43:56 +0200 (CEST) |
> 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