Home
last modified time | relevance | path

Searched refs:FileRotator (Results 1 – 2 of 2) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/client/logmon/logging/
H A Drotator.go37 type FileRotator struct { struct
64 rotator := &FileRotator{
87 func (f *FileRotator) Write(p []byte) (n int, err error) { argument
162 func (f *FileRotator) nextFile() error { argument
191 func (f *FileRotator) lastFile() error { argument
220 func (f *FileRotator) createFile() error { argument
239 func (f *FileRotator) flushPeriodically() { argument
246 func (f *FileRotator) Close() error { argument
267 func (f *FileRotator) purgeOldFiles() { argument
315 func (f *FileRotator) flushBuffer() error { argument
[all …]
/dports/sysutils/nomad/nomad-1.1.0/client/logmon/logging/
H A Drotator.go37 type FileRotator struct { struct
64 rotator := &FileRotator{
87 func (f *FileRotator) Write(p []byte) (n int, err error) { argument
162 func (f *FileRotator) nextFile() error { argument
191 func (f *FileRotator) lastFile() error { argument
220 func (f *FileRotator) createFile() error { argument
239 func (f *FileRotator) flushPeriodically() { argument
246 func (f *FileRotator) Close() error { argument
267 func (f *FileRotator) purgeOldFiles() { argument
315 func (f *FileRotator) flushBuffer() error { argument
[all …]