Skip to content

Tolitech/CodeGenerator.Logging.Database.MySql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published