Global

Type Definitions

typeLoggerCreateOptions

Source:
Properties:
Name Type Attributes Default Description
level string <optional>
null

debug, info, success, warn, error, off

transportation string | _Logger

console, popup, winEvent, filepath. Can use a date string (e.g. "C:\My log\#{yyyy-MM-dd}.log" -> 2019-10-29.log) or _Logger instance

encoding string <optional>

Default: Wsh.Constants.UTF8. A log file encoding

Type:
  • object