You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@velocity.apache.org by Nick Bauman <ni...@cortexity.com> on 2001/07/28 03:59:28 UTC

velocity.properties symbol question

Didn't see this in the javadoc, but what (does / is) this (do / used for)? 
If it's on the site somewhere, my apologies in advance:

runtime.log.logsystem.log4j.remote.host

-- 
Nick Bauman
Software Engineer
3600 Dupont
Minneapolis, MN
55412
Mobile Phone: (612) 810-7406
Home Phone: (612) 522-0165


Re: velocity.properties symbol question

Posted by Jon Stevens <jo...@latchkey.com>.
on 7/27/01 6:59 PM, "Nick Bauman" <ni...@cortexity.com> wrote:

> Didn't see this in the javadoc, but what (does / is) this (do / used for)?
> If it's on the site somewhere, my apologies in advance:
> 
> runtime.log.logsystem.log4j.remote.host

It is part of the log4j API to allow you to send Logging objects to a remote
server. Read up on log4j.

-jon