/CodeGenerator.Logging.Database.MySql

Logging database MySQL library used in projects created by the Code Generator tool.

Primary LanguageC#MIT LicenseMIT

Tolitech.CodeGenerator.Logging.Database.MySql

Logging database MySQL library used in projects created by the Code Generator tool.

This project contains the implementation and customization of classes for using the logging database provider with the MySQL database.

Tolitech Code Generator Tool: http://www.tolitech.com.br

Examples:

_logger.LogTrace("Trace");
_logger.LogDebug("Debug");
_logger.LogInformation("Information");
_logger.LogWarning("Warning");
_logger.LogError("Error");
_logger.LogCritical("Critical");