Skip to content

Data Object - LogLevelSpec

Java Class

com.omnissa.vdi.vlsi.binding.vdi.utils.logcollector.LogCollector.LogLevelSpec

Parameter to

LogCollector_SetLogLevels

See also

LogCollectorComponentIdentifier

Since

Horizon 8.4

Data Object Description

Spec for updating feature-specific log level for a component.

Data Object Properties

Name Type Description
component LogCollectorComponentIdentifier Represents a log component ID
reset xsd:boolean Indicates if the log level need to be reset to installation default. 2 1
featureKey xsd:string Short name of feature for which log level needs to be configured. Following is the component wise feature keys supported, currently.
CONNECTION SERVER
FeatureKeyDescription
allAll Features

AGENT
FeatureKeyDescription
allAll Features
rtavReal Time Audio Video
agentcoreAgent Core features
virtualchannelVirtual Channel
blastBlast
pcoipPCOIP
cdrClient Drive Redirection
clipboardClipboard Redirection
vdpserviceVDP Service
dndDrag and Drop
dpisyncDPI Synchronization
faFile Type Association
perftrackerPerformance Tracker
printredirPrinter Redirection
publishedappPublished Applications
scannerredirectionScanner Redirection
serialportredirectionSerial Port Redirection
smartcardSmart Card Redirection
tsmmrMultimedia Redirection
urlredirectionURL Content Redirection
usbUSB Redirection
watermarkWatermark

Note: The supported feature list is subject to change as and when new features get added. Use getLogLevels(LogCollectorComponentIdentifier) to get list of installed features and its log levels. 1 3
logLevel xsd:string New log level for the provided feature. 1 3
* This property will be one of:
ValueDescription
"INFO"Represents INFO log level.
"DEBUG"Represents DEBUG log level.
"TRACE"Represents TRACE log level.
"VERBOSE"Represents VERBOSE log level.

  1. This property need not be set. 

  2. This property has a default value of false. 

  3. This property is required if reset is set to false.