Licence
SEE LICENSE IN LICENSE
Version
2.3.0
Deps
3
Size
78 kB
Vulns
0
Weekly
0
@applitools/logger
This package used to log messages.
Installation
npm install @applitools/logger
Usage
const {makeLogger} = require('@applitools/logger')
const logger = makeLogger()
logger.log('hello world')
API
TBD
FileHandler
TBD
RollingFileHandler
TBD
ConsoleHandler
TBD
DebugHandler
By adding the environments variable DEBUG=appli:* and APPLITOOLS_SHOW_LOGS=trueyou can enable debug logs.
DebugHandler is the applitools wrapper for debug package.