AdaCore / Ada_Drivers_Library

Ada source code and complete sample GNAT projects for selected bare-board platforms supported by GNAT.
BSD 3-Clause "New" or "Revised" License
240 stars 141 forks source link

Implement logging tools with priority and categories handling #211

Closed Fabien-Chouteau closed 7 years ago

Fabien-Chouteau commented 7 years ago

Maybe function Pop could be Popped or something similar...

Or it could just be a procedure because the argument out Length will already tell if there's nothing in queue.

pat-rogers commented 7 years ago

Pat

On Aug 7, 2017, at 4:23 AM, Fabien Chouteau notifications@github.com wrote:

Maybe function Pop could be Popped or something similar...

Or it could just be a procedure because the argument out Length will already tell if there's nothing in queue.

That would be better indeed.