winston-prisma 1.1.2 → 1.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -37,6 +37,11 @@ exports.addColors = logform.levels;
|
|
|
37
37
|
* @type {Object}
|
|
38
38
|
*/
|
|
39
39
|
exports.format = logform.format;
|
|
40
|
+
/**
|
|
41
|
+
* Hoist format-related functionality from logform.
|
|
42
|
+
* @type {Object}
|
|
43
|
+
*/
|
|
44
|
+
exports.prismalogger = require('./winston_prisma/prismalogger');
|
|
40
45
|
/**
|
|
41
46
|
* Expose core Logging-related prototypes.
|
|
42
47
|
* @type {function}
|
|
@@ -35,6 +35,11 @@ exports.addColors = logform.levels;
|
|
|
35
35
|
* @type {Object}
|
|
36
36
|
*/
|
|
37
37
|
exports.format = logform.format;
|
|
38
|
+
/**
|
|
39
|
+
* Hoist format-related functionality from logform.
|
|
40
|
+
* @type {Object}
|
|
41
|
+
*/
|
|
42
|
+
exports.prismalogger = require('./winston_prisma/prismalogger');
|
|
38
43
|
/**
|
|
39
44
|
* Expose core Logging-related prototypes.
|
|
40
45
|
* @type {function}
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|