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