Hi,
"Frederic Danis" [off-list ref]
Hello Marcel,
On 27/09/2013 04:01, Marcel Holtmann wrote:
quoted
quoted
Add logging system to BlueZ Android daemon.
quoted
Android build will use android/log.c file while autotools build will
use
quoted
quoted
quoted
src/log.c instead.
lets just use stdout for now. Changing this later is pretty trivial and
introducing large build alternates is a bit too complicated at this point.
I do not understand how writing code to log to stdout can be more simple
than building and linking existing code.
I agree with Frederic here. Why do we use error, warn, DBG, etc if we print
to stdout?
This actually will significantly slow log parsing since first you pay
attention to error messages. If all messages are printed with the same
priorities then we loose this ability.
Regards,
Andrei