T-SQL Logger is a SQL Server logging framework for use with stored procedures. It is intended to help with:
- Profiling execution time
- Researching performance issues
- Debugging unhandled errors
- Logging database execution where profilers are restricted
This project uses the MIT license.
This logger solution was inspired by the OraOpenSource Logger https://github.com/OraOpenSource/Logger. Their API along with some implementation details were adopted under permission of their MIT License.