Re: Disable log in runtime

2017-11-06 Thread Marcin Matuła
Response: should be used http://javadoc.jenkins.io/hudson/console/ConsoleLogFilter.html W dniu czwartek, 2 listopada 2017 12:13:23 UTC+1 użytkownik Marcin Matuła napisał: > > > Is any way to provide my own listener with empty implementation >> > in the runtime > > > W dniu czwartek, 2 listopad

Re: Disable log in runtime

2017-11-02 Thread Marcin Matuła
> Is any way to provide my own listener with empty implementation > in the runtime W dniu czwartek, 2 listopada 2017 12:08:29 UTC+1 użytkownik Marcin Matuła napisał: > > Hi, > > print method in Cause.java class: > > private void print(TaskListener listener, int depth) { > indent(listene

Disable log in runtime

2017-11-02 Thread Marcin Matuła
Hi, print method in Cause.java class: private void print(TaskListener listener, int depth) { indent(listener, depth); listener.getLogger().println( Messages.Cause_UpstreamCause_ShortDescription( ModelHyperlinkNote.encodeTo('/' + upstreamUrl, upstreamProject),