Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 564 Bytes

File metadata and controls

17 lines (13 loc) · 564 Bytes

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");