[jcifs] Property to specify log file path in jcifs

Michael B Allen ioplex at gmail.com
Tue Mar 23 09:39:57 MDT 2010


Hi vibhuti,

There is no log "file" in JCIFS. There is only a PrintStream which by
default is System.stderr. To change this, simply call
jcifs.util.LogStream.setInstance(PrintStream out).

Mike

-- 
Michael B Allen
Java Active Directory Integration
http://www.ioplex.com/


On Tue, Mar 23, 2010 at 6:12 AM, vibhuti <vibhuti.gupta at thepsi.com> wrote:
> Hello
>
>
>
> I need to store all the logs related to jcifs in a separate log file. Is
> there any way of doing so??
>
> Is there any property through which we can specify the log file path?
>
>
>
> Thanks in advance


More information about the jCIFS mailing list