 | SphinxConnectorLogLevel Enumeration |
Represens the level of a log entry.
Namespace:
SphinxConnector.Logging
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic enum SphinxConnectorLogLevel
Public Enumeration SphinxConnectorLogLevel
Members
| Member name | Value | Description |
---|
| Trace | 0 |
Trace
|
| Debug | 1 |
Debug
|
| Info | 2 |
Info
|
| Warn | 3 |
Warn
|
| Error | 4 |
Error
|
| Fatal | 5 |
Fatal
|
See Also