ManagedWrapper.Log 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
래퍼를 기록합니다.
public:
virtual void Log(System::String ^ logEntryName, System::String ^ computerName, System::String ^ operatorName, System::String ^ sourceName, System::String ^ sourceID, System::String ^ executionID, System::String ^ messageText, DateTime startTime, DateTime endTime, int dataCode, cli::array <System::Byte> ^ % dataBytes);
public void Log (string logEntryName, string computerName, string operatorName, string sourceName, string sourceID, string executionID, string messageText, DateTime startTime, DateTime endTime, int dataCode, ref byte[] dataBytes);
abstract member Log : string * string * string * string * string * string * string * DateTime * DateTime * int * Byte[] -> unit
override this.Log : string * string * string * string * string * string * string * DateTime * DateTime * int * Byte[] -> unit
Public Sub Log (logEntryName As String, computerName As String, operatorName As String, sourceName As String, sourceID As String, executionID As String, messageText As String, startTime As DateTime, endTime As DateTime, dataCode As Integer, ByRef dataBytes As Byte())
매개 변수
- logEntryName
- String
로그 항목 이름입니다.
- computerName
- String
컴퓨터 이름
- operatorName
- String
운영자의 이름입니다.
- sourceName
- String
원본 이름입니다.
- sourceID
- String
원본 식별자입니다.
- executionID
- String
실행 식별자입니다.
- messageText
- String
메시지 텍스트입니다.
- startTime
- DateTime
시작 시간입니다.
- endTime
- DateTime
종료 시간입니다.
- dataCode
- Int32
데이터 코드입니다.
- dataBytes
- Byte[]
데이터 바이트입니다.