Stringify a config object to a semicolon separated string for logging
Type of output
Object to stringify
How to show protected keys
list of protected keys
Stringified config
v1.0.0
logStringifySemicolonConfig({a: 'b', c: 'd'}) // 'a=b;c=d' Copy
logStringifySemicolonConfig({a: 'b', c: 'd'}) // 'a=b;c=d'
Stringify a config object to a semicolon separated string for logging