BDS Public
BdsApi 4.0.1
This is the Blacknest BDS API.
Loading...
Searching...
No Matches

This defines the selection cirteria when requesting a set of log entries. More...

#include <BdsD.h>

Public Member Functions

 LogSelect (BTimeStamp startTime=BTimeStamp(), BString type=BString(), BUInt32 priority=0, BString subSystem=BString())
 

Public Attributes

BTimeStamp startTime
 The start time.
 
BString type
 The Type.
 
BUInt32 priority
 The priority 0 to 5. Will return log entries at or above the priority given.
 
BString subSystem
 The SubSystem.
 

Detailed Description

This defines the selection cirteria when requesting a set of log entries.

Constructor & Destructor Documentation

◆ LogSelect()

Bds::LogSelect::LogSelect ( BTimeStamp  startTime = BTimeStamp(),
BString  type = BString(),
BUInt32  priority = 0,
BString  subSystem = BString() 
)

Member Data Documentation

◆ startTime

BTimeStamp Bds::LogSelect::startTime

The start time.

◆ type

BString Bds::LogSelect::type

The Type.

◆ priority

BUInt32 Bds::LogSelect::priority

The priority 0 to 5. Will return log entries at or above the priority given.

◆ subSystem

BString Bds::LogSelect::subSystem

The SubSystem.


The documentation for this class was generated from the following files: