Skip to content

v1.5.0

Compare
Choose a tag to compare
@release-drafter release-drafter released this 16 Feb 18:23

New feature

tools.log

A slightly customized instance of Signale, a great logging utility. You can use it in two ways: as tools.log(), or by picking the particular method.

tools.log('Logging something amazing!')
tools.log.info('Here is some information!')

Signale will output your logs to the Actions UI with some icons to help identify your logs:

Example of the Signale log output

I'm interested in your feedback on this feature!

What鈥檚 Changed