rittenhop-ghost/versions/5.94.2/node_modules/@tryghost/bunyan-rotating-filestream/lib/customEvents.js

8 lines
315 B
JavaScript
Raw Normal View History

module.exports = {
// Emitted when a new rotation is needed
Rotate: Symbol('rotate'),
// Emitted when a new file handle is acquired with the file info
NewFile: Symbol('newFile'),
// Emitted whenever data is written to the file with the number of bytes
BytesWritten: Symbol('bytesWritten')
};