Re: MidgardConnection (Was: [midgard-cvs] CVS update: /midgard/src/core/midgard/midgard/)

Piotras <pp-VVDi8QVAvoBWk0Htik3J/[email protected]> Wed, 8 Mar 2006 14:35:03 +0100
Newsgroups gmane.comp.web.midgard.devel
Message-ID <[email protected]>
Piotras <pp-VVDi8QVAvoBWk0Htik3J/[email protected]> wrote:

> OK, I prefer guid. I will update header file soon.

I updated MidgardConnection's header.

Few notes: 

1. I removed set_sitegroup as this should be done in mgd_auth function
or other way for hosts. I am not sure if such feature should be handled by such API.

2. I still keep set(get) loghandler. Of course we can remove it if g_remove_loghandler 
doesn't need to be used.

3. loglevel is still kept as there should be possibility to change loglevel from any level.
And such change should affect also midgard-core , which uses the same connection 
with loglevel info.

Piotras