@release-change/logger
v0.1.2
Published
Print messages in the terminal for release-change
Readme
@release-change/logger
Print messages in the terminal for release-change
Usage
import { setLogger } from "@release-change/logger";
const logger = setLogger();
logger.logSuccess("Everything done successfully.");setLogger methods
setScope: to print the scope concerned by any non-debug messages,setDebugScope: to print the scope concerned by any debug messages,logDebug: to print debug messages (setLogger()must be called with theisDebugargument set totrue),logInfo: to print informational messages,logError: to print error messages,logWarn: to print warning messages,logSuccess: to assert to users that their instructions have completed successfully.
Copyright & licence
© 2025-present Victor Brito — Released under the MIT licence.
