NeatUpload Documentation

IUploadModule.AppendToLog Method 

Adds a message to the IIS log file.

void AppendToLog(
   string param
);

Parameters

param
The message to add.

Remarks

If the implementation does not suppport this method, it does nothing.

See Also

IUploadModule Interface | Brettle.Web.NeatUpload Namespace