Hi Juha,

I agree on that - personally I already follow that model as I find it very useful when comes to reading logs and tracing the messages.

For the moment the log formatting is done "by hand" - it will be nice if we can find a way to avoid witting the "type:module:function" part all the the time - "type" is not an issue, but module and function....not sure. For "function" there is macro, but it is not supported by all compilers. For "module" I think we need to invent something specific to openser.

regards,
bogdan

Juha Heinanen wrote:
looks like each module has invented its own format (or even uses many
different formats) for error and debug messages.  this includes modules
that i have written myself.

imo we should standardize the formats.  i don't have any strong opinion
how they should look like, but below is a suggestion:

debug messages:

DEBUG:module:function: debug-message-itself

error messages:

ERROR:module:function: error-message-itself

comments and better suggestions for formats are welcome.

-- juha

_______________________________________________
Devel mailing list
Devel@openser.org
http://openser.org/cgi-bin/mailman/listinfo/devel



_______________________________________________
Devel mailing list
Devel@openser.org
http://openser.org/cgi-bin/mailman/listinfo/devel

Reply via email to