Turn logging of Ignored bad records on.


Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)

Syntax

Visual Basic (Declaration)
Public Sub loggingOn( _ 
   ByVal log_file As StreamWriter _ 
)
C#
public void loggingOn(
   StreamWriter log_file
)
C++
public:
 void loggingOn(
   StreamWriter log_file
) sealed 
J#
public void loggingOn(
   StreamWriter log_file
)
JScript
public  function loggingOn(
   log_file : StreamWriter
)

Parameters

log_file
an open StreamWriter object, a message is written to this file for each bad record that is ignored.

Remarks

This turns on logging of bad records that were ignored. This is only relevant if the Do Max Work flag is set. If logging is already on this call will change the log file.

See Also