Logger.YLogEvent Method (UInt32, UInt32, LogFlags, array<Byte[])
This API is not CLS-compliant.
Namespace: Microsoft.Phone.Logging
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Shared Sub YLogEvent ( _
subsystemOrKpiId As UInteger, _
eventCode As UInteger, _
logFlags As LogFlags, _
dataBlob As Byte() _
)
[CLSCompliantAttribute(false)]
public static void YLogEvent(
uint subsystemOrKpiId,
uint eventCode,
LogFlags logFlags,
byte[] dataBlob
)
[CLSCompliantAttribute(false)]
public:
static void YLogEvent(
unsigned int subsystemOrKpiId,
unsigned int eventCode,
LogFlags logFlags,
array<unsigned char>^ dataBlob
)
[<CLSCompliantAttribute(false)>]
static member YLogEvent :
subsystemOrKpiId:uint32 *
eventCode:uint32 *
logFlags:LogFlags *
dataBlob:byte[] -> unit
Parameters
- subsystemOrKpiId
Type: System.UInt32
- eventCode
Type: System.UInt32
- logFlags
Type: Microsoft.Phone.Logging.LogFlags
- dataBlob
Type: array<System.Byte[]
Version Information
.NET for Windows Phone apps
Supported in: Windows Phone 8, Silverlight 8.1
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.