[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: libsvn_repos logging APIs (was Re: Proposal for Logging in Svnserve)

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2005-07-14 19:38:13 CEST

On Thu, 2005-07-14 at 12:59 -0400, John Peacock wrote:
> svn_log(DEBUG, logger, message);
> svn_log(INFO, logger, message);
> svn_log(WARN, logger, message);
> svn_log(ERROR, logger, message);
> svn_log(FATAL, logger, message);

You make it look nicer than it would be. In reality, it would look like
svn_log(SVN_LOG_DEBUG, ...) and such.

glib also uses separate functions for the different logging levels.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jul 14 19:40:37 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.