| Server IP : 162.214.74.102 / Your IP : 216.73.217.46 Web Server : Apache System : Linux dedi-4363141.lrsys.com.br 3.10.0-1160.119.1.el7.tuxcare.els25.x86_64 #1 SMP Wed Oct 1 17:37:27 UTC 2025 x86_64 User : lrsys ( 1015) PHP Version : 5.6.40 Disable Function : exec,passthru,shell_exec,system MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /opt/cpanel/ea-ruby24/root/usr/share/passenger/node/vendor-copy/winston/lib/winston/ |
Upload File : |
/*
* transports.js: Set of all transports Winston knows about
*
* (C) 2010 Charlie Robbins
* MIT LICENCE
*
*/
Object.defineProperty(exports, 'Console', {
configurable: true,
enumerable: true,
get: function () {
return require('./transports/console').Console;
}
});
Object.defineProperty(exports, 'File', {
configurable: true,
enumerable: true,
get: function () {
return require('./transports/file').File;
}
});
Object.defineProperty(exports, 'Http', {
configurable: true,
enumerable: true,
get: function () {
return require('./transports/http').Http;
}
});
Object.defineProperty(exports, 'Memory', {
configurable: true,
enumerable: true,
get: function () {
return require('./transports/memory').Memory;
}
});