First development of the deploy action (#6)
Some checks failed
Lint / pre-commit Linting (push) Has been cancelled
Some checks failed
Lint / pre-commit Linting (push) Has been cancelled
Deploy js code to an instance of screeps. Some debugging tools are implemented. Reviewed-on: #6 Co-authored-by: Philipp Horstenkamp <philipp@horstenkamp.de> Co-committed-by: Philipp Horstenkamp <philipp@horstenkamp.de>
This commit is contained in:
27
node_modules/noop-logger/Readme.md
generated
vendored
Normal file
27
node_modules/noop-logger/Readme.md
generated
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
[](https://circleci.com/gh/segmentio/noop-logger)
|
||||
|
||||
# noop-logger
|
||||
|
||||
A logger that does exactly nothing, useful when you want to test modules that require a logger to be passed in.
|
||||
|
||||
## Installation
|
||||
|
||||
$ npm install noop-logger
|
||||
|
||||
## API
|
||||
|
||||
Exposes the following noops:
|
||||
|
||||
- `logger.debug`
|
||||
- `logger.info`
|
||||
- `logger.warn`
|
||||
- `logger.error`
|
||||
- `logger.critical`
|
||||
- `logger.alert`
|
||||
- `logger.emergency`
|
||||
- `logger.notice`
|
||||
- `logger.fatal`
|
||||
|
||||
## License
|
||||
|
||||
MIT
|
Reference in New Issue
Block a user