LogHelperlogFileSystem Method |
Namespace: SxcUtilsLibAssembly: SxcUtilsLib (in SxcUtilsLib.dll) Version: 2013.4.30.0 (2013.4.30.0)
Syntaxpublic static void logFileSystem(
StreamWriter sw,
string source,
string logName,
string message,
int id
)
Public Shared Sub logFileSystem (
sw As StreamWriter,
source As String,
logName As String,
message As String,
id As Integer
)
public:
static void logFileSystem(
StreamWriter^ sw,
String^ source,
String^ logName,
String^ message,
int id
)
static member logFileSystem :
sw : StreamWriter *
source : string *
logName : string *
message : string *
id : int -> unit
Parameters
- sw
- Type: System.IOStreamWriter
- source
- Type: SystemString
- logName
- Type: SystemString
- message
- Type: SystemString
- id
- Type: SystemInt32
See Also