log-vault
Version:
A generator of Winston logger instance with pre-defined configurable transports and formats and extra functionality.
10 lines (9 loc) • 826 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Notificator = exports.NotificationChannel = exports.TelegramNotificationChannel = void 0;
var TelegramNotificationChannel_1 = require("./channels/TelegramNotificationChannel");
Object.defineProperty(exports, "TelegramNotificationChannel", { enumerable: true, get: function () { return TelegramNotificationChannel_1.TelegramNotificationChannel; } });
var NotificationChannel_1 = require("./channels/NotificationChannel");
Object.defineProperty(exports, "NotificationChannel", { enumerable: true, get: function () { return NotificationChannel_1.NotificationChannel; } });
var Notificator_1 = require("./Notificator");
Object.defineProperty(exports, "Notificator", { enumerable: true, get: function () { return Notificator_1.Notificator; } });