LogHelper logFileSystem Method A Sandcastle Documented Class Library
Write the given file system debug log.

Namespace: P4s3UtilsLib
Assembly: P4s3UtilsLib (in P4s3UtilsLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void logFileSystem(
	StreamWriter sw,
	string source,
	string logName,
	string message,
	int id
)

Parameters

sw
Type: System.IO StreamWriter
source
Type: System String
logName
Type: System String
message
Type: System String
id
Type: System Int32
See Also