buntstift icon indicating copy to clipboard operation
buntstift copied to clipboard

Feature Request: Make default prefixes configurable

Open theppi opened this issue 3 years ago • 0 comments

Prefixes are by now configurable only for every individual message.

It would be nice to be able to configure the default prefixes used in a buntstift instance for a specific level (e.g. increasing the indentation) via configuration.

Perhaps something like that:

buntstift.configure(
  buntstift.getConfiguration().
    withPrefixes({
      info: 'INFO:'
    })
);

theppi avatar Aug 26 '22 11:08 theppi