Documentation ¶
Overview ¶
Package output は、出力に関するユーティリティが配置されています。
Index ¶
- func ErrWriter() io.Writer
- func PrefixFormat() string
- func SetErrWriter(w io.Writer)
- func SetPrefixFormat(f string)
- func SetWriter(w io.Writer)
- func StderrHr()
- func Stderrf(prefix string, format string, values ...interface{})
- func Stderrl(prefix string, values ...interface{})
- func StdoutHr()
- func Stdoutf(prefix string, format string, values ...interface{})
- func Stdoutl(prefix string, values ...interface{})
- func Writer() io.Writer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetPrefixFormat ¶
func SetPrefixFormat(f string)
SetPrefixFormat は、指定した値を prefix のフォーマットとして設定します.
func Stderrl ¶
func Stderrl(prefix string, values ...interface{})
Stderrl は、指定された接頭辞と値を標準エラー出力に出力します.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.