 | SphinxConnectorLogEntry Constructor |
Creates a new instance of .
Namespace: SphinxConnector.LoggingAssembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
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 SphinxConnectorLogLevel
- The log level.
- message String
- The message to write to the log.
- args Object (Optional)
- The message arguments (optional).
- exception Exception (Optional)
- The exception to write to the log (optional).
See Also