UNPKG

aono-file-handler

Version:

Aono handler that write to a log file with support for custom formatters and log rotation.

5 lines (4 loc) 204 B
export { FileHandler, FileHandler as default } from './FileHandler'; export { Builder } from './Builder'; export { Formatter } from './Formatter'; export { LogstashFormatter } from './LogstashFormatter';