Documentation ¶
Overview ¶
Package loggingRedirect - Creates a log file the redirects STD output.
Index ¶
- Constants
- func Forward(ctx context.Context, sendFunc func([]byte, error) error, ...) error
- func ReceiveFile(ctx context.Context, filename string, recFunc func() ([]byte, error)) error
- func RedirectStdErr(file *os.File)
- func RestoreOutput()
- func StartRedirectingOutput(logFileAbsolutePath string, logFileName string) error
- func UploadFile(ctx context.Context, filename string, sendFunc func([]byte, error) error) error
Constants ¶
View Source
const BUFFER_SIZE = 1024
Variables ¶
This section is empty.
Functions ¶
func ReceiveFile ¶
func RedirectStdErr ¶
func StartRedirectingOutput ¶
StartRedirectingOutput
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.