Pageflex Server Logging API Reference |
PFSvr_Monitor..::.Subscribe Method |
PFSvr_Monitor Class See Also Send Feedback |
Create a Subscription to the Pageflex Server logging infrastructure.
After creation, the subscription monitor is stopped. Use StartMonitor()()() to start it.
Namespace:
Pageflex.Ur.Logging.API
Assembly:
PFSvr_Monitor (in PFSvr_Monitor.dll) Version: 7.6.0.1105 (10.1105.0.0)
Syntax
C# |
---|
public static PFSvr_Monitor Subscribe( SubscriptionType SubscriptionFlags, SeverityLevel SeverityFlags ) |
Visual Basic (Declaration) |
---|
Public Shared Function Subscribe ( _ SubscriptionFlags As SubscriptionType, _ SeverityFlags As SeverityLevel _ ) As PFSvr_Monitor |
Visual C++ |
---|
public: static PFSvr_Monitor^ Subscribe( SubscriptionType SubscriptionFlags, SeverityLevel SeverityFlags ) |
Parameters
- SubscriptionFlags
- Type: Pageflex.Ur.Logging.API..::.SubscriptionType
The type of subscruption to create.
- SeverityFlags
- Type: Pageflex.Ur.Logging.API..::.SeverityLevel
The severity level of messages to subscribe to.