I have the following class constructor:
class Logger {
/** @constructs
@param { number } minlevel Minimal level to shown log
@param { function } callback to really do the process
*/
constructor( minlevel, callback ) {
if(...
asked by
13.10.2018 / 14:39