 | ContextFactorySetLogLevel Method |
version: 10.22.0
Change the log level in the native API. When the logging level is high,
more messages and strings are generated. Each generated log must be marshalled across
the native Interop layer, so setting high log levels like SolLogLevel.Debug can cause
poor messaging performance.
Namespace:
SolaceSystems.Solclient.Messaging
Assembly:
SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.22.0
Syntaxpublic void SetLogLevel(
SolLogLevel logLevel
)
Parameters
- logLevel
- Type: SolaceSystems.Solclient.MessagingSolLogLevel
[Missing <param name="logLevel"/> documentation for "M:SolaceSystems.Solclient.Messaging.ContextFactory.SetLogLevel(SolaceSystems.Solclient.Messaging.SolLogLevel)"]
See Also