githublogger

package
v0.0.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 4, 2020 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewDefaultGithubLogger

func NewDefaultGithubLogger() logger.Logger

NewDefaultGithubLogger creates a github logger with the default log.Logger set

func NewGithubLogger

func NewGithubLogger(logger *log.Logger) logger.Logger

NewGithubLogger creates a new GithubLogger

Types

type GithubLogger

type GithubLogger struct {
	// contains filtered or unexported fields
}

GithubLogger logger for Github Actions

func (*GithubLogger) Debug

func (l *GithubLogger) Debug(msg string)

Debug logs a debug message to view debug logs the Github secret ACTIONS_RUNNER_DEBUG must be set to true https://docs.github.com/en/actions/configuring-and-managing-workflows/managing-a-workflow-run#enabling-debug-logging

func (*GithubLogger) Error

func (l *GithubLogger) Error(msg string)

Error logs a error message

func (*GithubLogger) Info

func (l *GithubLogger) Info(msg string)

Info logs an info message

func (*GithubLogger) Warning

func (l *GithubLogger) Warning(msg string)

Warning logs a warning message

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL