You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by Mark Woon <mo...@SMI.Stanford.EDU> on 2002/02/08 13:27:59 UTC

Docs on xml config files?

Are there any documentation available on the config files?

I can find the examples for roles, components, logkit, but I don't see
anything that explains what the actual tags and paramters mean.  I would
assume they'd be associated with their component, but I don't see it in
the Javadocs either.  Perhaps I'm looking in the wrong place?

-Mark



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Docs on xml config files?

Posted by Mark Woon <mo...@SMI.Stanford.EDU>.
And while I'm asking questions on logkit configuration, how exactly do you
specify which formatter to use?  There's a type parameter, but what if define my
own?  Is there some way to define a class?

Thanks,
-Mark



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Docs on xml config files?

Posted by Mark Woon <mo...@SMI.Stanford.EDU>.
Leif Mortenson wrote:

> There are supposed to be in the Javadocs for each component.  But many
> components are still lacking in that area.  What components are you
> having questions about.  Maybe someone (hint hint) will help to add
> them.  I'll do so if it is a component I'm familiar with.

Well, the logkit for one.

I keep seeing logger and log-level associated with tags, I assume this
specifies a logger to use, and the minimum log-level a log even has to be at
before it'll log?  Is this just something that's associated with any Component
that implements LogEnabled?

BTW, how much changes between Loggable and LogEnabled other than just a name
change?  I mean, from a user's perspective?


--
~~Mark Woon~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
If you're not part of the solution, you're part of the precipitate.



Re: Docs on xml config files?

Posted by Leif Mortenson <le...@silveregg.co.jp>.
Mark Woon wrote:

>Are there any documentation available on the config files?
>
>I can find the examples for roles, components, logkit, but I don't see
>anything that explains what the actual tags and paramters mean.  I would
>assume they'd be associated with their component, but I don't see it in
>the Javadocs either.  Perhaps I'm looking in the wrong place?
>
There are supposed to be in the Javadocs for each component.  But many 
components are still lacking in that area.  What components are you 
having questions about.  Maybe someone (hint hint) will help to add 
them.  I'll do so if it is a component I'm familiar with.

Leif


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>