How to log messages from custom Build Runner on an agent?

Hi,

Can you post a snippet on how to log messages from custom Build Runner on an agent?

Thanks,

Scott

1 comment
Comment actions Permalink

See

LoggerFactory.createJUnitLogger(getClass().getClassLoader());
LoggerFactory.createAntBuildProgressLogger(getClass().getClassLoader());

Be sure there are system properties listed in
AgentRuntimeProperties.PROPERTIES

They have to be transfered into any jvm you run.

--
Olesya Smirnova
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"


"scoheb" <no_reply@jetbrains.com> wrote in message
news:22260938.1163003583742.JavaMail.itn@is.intellij.net...

Hi,

>

Can you post a snippet on how to log messages from custom Build Runner on
an agent?

>

Thanks,

>

Scott



0

Please sign in to leave a comment.