WMS_LOG_EVENT_TYPE

banner art

Previous Next

WMS_LOG_EVENT_TYPE

The WMS_LOG_EVENT_TYPE enumeration type identifies the type of a log event.

Syntax

  typedef enum WMS_LOG_EVENT_TYPE{
  WMS_LOG_EVENT_NONE  = 0,
WMS_LOG_EVENT_PLAYER  = 1,WMS_LOG_EVENT_DISTRIBUTION  = 2,WMS_LOG_EVENT_LOCAL  = 4,WMS_LOG_EVENT_REMOTE  = 8,WMS_LOG_EVENT_FILTER_ON_ROLE  = 16};

Members

WMS_LOG_EVENT_NONE

Events are not logged.

WMS_LOG_EVENT_PLAYER

The log event was sent by a player.

WMS_LOG_EVENT_DISTRIBUTION

The log event was sent by a distribution server.

WMS_LOG_EVENT_LOCAL

An event was logged for a client connected directly to the local server.

WMS_LOG_EVENT_REMOTE

The log event was sent by a client connected to a downstream cache proxy server. This event notice is sent only to an origin server.

WMS_LOG_EVENT_FILTER_ON_ROLE

Log entries are not filtered unless their cs-media-role value is equal to the RoleFilter property on the IWMSLoggingAdmin interface. This is a case-insensitive comparison. This comparison filter is checked after the other filters.

Remarks

This enumeration identifies subevents related to the WMS_EVENT_LOG event in the WMS_EVENT_TYPE enumeration. You can find the subevent by examining the WMS_COMMAND_CONTEXT_EVENT value in the command context.

Requirements

Library: WMSServerTypeLib.dll.

Platform: Windows Server 2003 family, Windows Server 2008 family.

See Also

Previous Next