 | SphinxConnectorLogEntry Constructor |
Creates a new instance of .
Namespace:
SphinxConnector.Logging
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic SphinxConnectorLogEntry(
SphinxConnectorLogLevel logLevel,
string message,
Object[] args = null,
Exception exception = null
)
Public Sub New (
logLevel As SphinxConnectorLogLevel,
message As String,
Optional args As Object() = Nothing,
Optional exception As Exception = Nothing
)
Parameters
- logLevel
- Type: SphinxConnector.LoggingSphinxConnectorLogLevel
The log level. - message
- Type: SystemString
The message to write to the log. - args (Optional)
- Type: SystemObject
The message arguments (optional). - exception (Optional)
- Type: SystemException
The exception to write to the log (optional).
See Also