jcifs.smb
Class Log

java.lang.Object
  |
  +--jcifs.util.Log
        |
        +--jcifs.smb.Log

public class Log
extends Log

Provides logging methods specific to the smb package. Log class members are applied to the Log's mask(set as an arithmetic expression from Log.setMask(int mask)) to "flip on" logging of smb specific information.

     Log.setMask( Log.EXCEPTIONS +
                 jcifs.smb.Log.MESSAGE_DATA );
 

See the Log parent class for details about this logging style.

Since:
jcifs-0.1
Version:
0.1, 00/03/13
Author:
Michael B. Allen
See Also:
Log

Field Summary
static int MESSAGE_DATA
           
static int RESERVED2
           
static int RESERVED3
           
static int TEST1
           
 
Fields inherited from class jcifs.util.Log
ALL, DEBUGGING, EXCEPTIONS, HEX_DUMPS, mask, NL, NL_LENGTH, NONE, out, WARNINGS
 
Methods inherited from class jcifs.util.Log
addMask, getHexString, getHexString, getHexString, isSet, printHexDump, printHexDump, println, println, println, println, printStackTrace, setDateFormat, setMask, setPrintWriter, setPrintWriter, toHexChars, toHexChars
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MESSAGE_DATA

public static final int MESSAGE_DATA

TEST1

public static final int TEST1

RESERVED2

public static final int RESERVED2

RESERVED3

public static final int RESERVED3