A small 'live' web site which uses rest-api to represent a pseudo-termial-like interface.
Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
12345678 |
- var logging = require('./app/logging.js');
-
- var log = new logging.Log("bob");
- log.info("So there!");
- log.debug("Debug test.");
- log.warning("Warning test.");
- log.error("Error test.");
- log.critical("Crit test!");
|