LinkMenuExpand(external link)DocumentSearchCopyCopied

IMySqlConnectorLogger interface

Implementations of IMySqlConnectorLogger write logs to a particular target.

public interface IMySqlConnectorLogger

Members

namedescription
IsEnabled(…)Returns true if logging for this logger is enabled at the specified level.
Log(…)Writes a log message to the target.

See Also