Logger.YLogEvent Method (UInt32, UInt32, LogFlags, UInt64)
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, _
dataValue As ULong _
)
[CLSCompliantAttribute(false)]
public static void YLogEvent(
uint subsystemOrKpiId,
uint eventCode,
LogFlags logFlags,
ulong dataValue
)
[CLSCompliantAttribute(false)]
public:
static void YLogEvent(
unsigned int subsystemOrKpiId,
unsigned int eventCode,
LogFlags logFlags,
unsigned long long dataValue
)
[<CLSCompliantAttribute(false)>]
static member YLogEvent :
subsystemOrKpiId:uint32 *
eventCode:uint32 *
logFlags:LogFlags *
dataValue:uint64 -> unit
Parameters
- subsystemOrKpiId
Type: System.UInt32
- eventCode
Type: System.UInt32
- logFlags
Type: Microsoft.Phone.Logging.LogFlags
- dataValue
Type: System.UInt64
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.