IMySqlConnectorLogger interface
Implementations of IMySqlConnectorLogger write logs to a particular target.
public interface IMySqlConnectorLogger
Members
| name | description |
|---|---|
| IsEnabled(…) | Returns true if logging for this logger is enabled at the specified level. |
| Log(…) | Writes a log message to the target. |
See Also
- namespace MySqlConnector.Logging
- assembly MySqlConnector