I am working on a logger showing showing types and values for classes and sql statements (ie parameters in sql statements)
From the example above I will need to show output as something like
Long: null and BIGINT: null
What is a possible recommendation to be able to do this?
Should I create overloaded methods for each type or pass in the class at runtime? Any other suggestions are welcome and thanks for your help!!!