devspace icon indicating copy to clipboard operation
devspace copied to clipboard

Log function

Open jf-uu opened this issue 5 months ago • 0 comments

Is your feature request related to a problem?
When printing out custom messages from pipelines and commands, they don't match DevSpace's output style.

Which solution do you suggest?
A new log function exposed by DevSpace which takes level and message parameters:

log info "Hello, world!"

The message output should match the devspace output format (i.e. colored level followed by message).

Which alternative solutions exist?
echo

Additional context
Happy to open a PR for this if this feature is desirable.

jf-uu avatar Aug 14 '25 13:08 jf-uu