Options
All
  • Public
  • Public/Protected
  • All
Menu

Alias used to manage all the optional options used by the LogService's constructor. All variables in
this alias are optional, and are set to their default values by the constructor.

interface

LoggerServiceOptions

Hierarchy

  • LoggerServiceOptions

Index

Properties

Optional includeLogsOfLevel

includeLogsOfLevel?: LogLevelType | "debug" | "info" | "warn" | "error" | "fatal"

The log level to include in the file written to the system. Can be either a LogLevelType,
or a string that maps to a LogLevelType. Optional.

Optional workingDirectory

workingDirectory?: string

Potentially also the root directory. This is the directory that should be the parent directory for the
LogService's generated log directory.

Generated using TypeDoc