Is your feature request related to a problem? Please describe.
Smaller sensitive fields get logged in full
Describe the solution you'd like
add an option to LogMasked, so that when masking a string with ShowFirst and ShowLast, but the string has smaller length, completely masksthe content.
eg. ShowFirst = 6 and ShowLast = 4
- applied to "123456aaaaaaa1234" will produce "123456***1234"
- applied to "1234561234" will produce "***"
- applied to "1234" will produce "***"