NeatUpload Documentation

UploadModule.AppendToLog Method 

Adds a message to the IIS log file.

public static void AppendToLog(
   string param
);

Parameters

param
The message to add.

Remarks

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

See Also

UploadModule Class | Brettle.Web.NeatUpload Namespace