Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ILogFileArgs

Options to create log file

Hierarchy

  • ILogFileArgs

Index

Properties

Optional dir

dir: string

Directory to store the log files

Default dir is './logs/'

Optional dtFormatFile

dtFormatFile: string

The generated log file name will be:

${dir}/log-${date}.txt

Default format to date is 'YYYY-MM-DD'

Optional dtFormatLog

dtFormatLog: string

The generated log file name will be:

${dir}/log-${date}.txt

Default format is 'H:mm:ss MMMM Do YYYY'

Optional log

log: ILog

Use your custom log function if you do NOT want to use the default ptz-log

Generated using TypeDoc