Source: logging/logger.js

/**
 * Interface defining the API for logging implementations.
 *
 * @interface
 * @author Mihail Radkov
 * @author Svilen Velikov
 */
class Logger {
}

module.exports = Logger;