Creates a logger instance wrapping @actions/core logging functions.
@actions/core
The returned logger provides printf-style formatting and namespace support for organizing log output in GitHub Actions workflows.
Root namespace segment.
Additional namespace segments.
Additional namespace segments to append using :.
:
A logger instance with all logging methods
Creates a logger instance wrapping
@actions/corelogging functions.The returned logger provides printf-style formatting and namespace support for organizing log output in GitHub Actions workflows.