Contents
class solace.SolclientFactoryProperties
Creates an instance of SolclientFactoryProperties.
Constructor Top
SolclientFactoryProperties ( Object options ) |
Properties Top
solace.LogImpl | logger | ||
solace.LogLevel | logLevel | ||
solace.SolclientFactoryProfiles | profile |
Constructor details
Top
SolclientFactoryProperties
( Object options )
Creates an instance of SolclientFactoryProperties.
SolclientFactoryProperties
( Object options )
Creates an instance of SolclientFactoryProperties.
Properties Detail Top
The logging implementation to use. In the debug API, the log implementation will be called for every log statement not filtered out by the log level. If no implementation is supplied, the default implementation will be used, which logs to the global console object.
The logging level to use for filtering log events. Messages with a level of lesser importance than this will be filtered out and not logged.
The factory profile to use. The following factory profiles are available:
- solace.SolclientFactoryProfiles.version7, a backwards-compatible profile for existing solClientJS 7.x applications
- solace.SolclientFactoryProfiles.version10, the recommended profile for new applications