LogTransformerTransformerConfigUpperCaseString constructor
Creates a new LogTransformerTransformerConfigUpperCaseString.
withKeys Specifies the keys of the fields to convert to uppercase.
Implementation
const LogTransformerTransformerConfigUpperCaseString({
required this.withKeys,
});