extendit icon indicating copy to clipboard operation
extendit copied to clipboard

Make log level a configuration parameter

Open forman opened this issue 2 years ago • 0 comments

Is your feature request related to a problem? Please describe.

Log level can be changed only programmatically by a host app:

import { log } from "@forman2/extendit/util"

log.Logger.setGlobalLevel(log.LogLevel.INFO);

Describe the solution you'd like

updateFrameworkConfig({ logLevel: "INFO" });

forman avatar Nov 20 '23 16:11 forman