package
0.0.0-20201202165805-2bc86ad8aea6
Repository: https://github.com/concourse-contributors/resource-core.git
Documentation: pkg.go.dev

# Functions

Close the *os.File connection for the logger.
StdErr outputs a message & the string form of a data structure (`v`) to the stderr stream this is helpful, as Concourse consumes the `stdout` stream for metadata.
Write writes a message to a log file in `/tmp`.
WriteStdin will write the contents of stdin to the log, then return the contents if env var `LOG_DEBUG` != "".

# Constants

LogFilePattern string format pattern for the log file.