ConnectionWithWriteLoggingAddWriteLogStream Method 
             | 
          
        
         
            Sets the stream to log the write data to.
            
 
    Namespace: 
   Zebra.Sdk.Comm
    Assembly:
   SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1989
Syntaxvoid AddWriteLogStream(
	BinaryWriter logStream
)
Sub AddWriteLogStream ( 
	logStream As BinaryWriter
)
void AddWriteLogStream(
	BinaryWriter^ logStream
)
Parameters
- logStream
 - Type: System.IOBinaryWriter
Log all write data to this stream. 
See Also