Anybody home? :)
--
Regards,
Denis Golovan
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
On 08/02/2019 10:09, Michael Schnell wrote:
There are no "siblings".
The use case here would be LazLogger. User code can call a function "Debugln"
this calls a method on a global object.
The object provides storage for log-level (by name), and indentation, and
others.
So the logger software c
> There are no "siblings".
>
> The use case here would be LazLogger. User code can call a function "Debugln"
> this calls a method on a global object.
> The object provides storage for log-level (by name), and indentation, and
> others.
So the logger software could check a Thradvar (I *suppose*