Gareth Jones
|
fcf95482f3
|
6.3.0
v6.3.0
|
2020-05-25 08:56:12 +10:00 |
|
Gareth Jones
|
fc2dc91931
|
docs: changelog for 6.3.0
|
2020-05-25 08:55:55 +10:00 |
|
Gareth Jones
|
5c5f54fcf7
|
fix: tcp-server needs to be loaded even if no categories
|
2020-05-25 08:55:04 +10:00 |
|
Gareth Jones
|
42f9a33e4e
|
Merge pull request #1016 from abetomo/feature/change_indentation_to_soft_tabs
style(indentation): change indentation to soft tabs
|
2020-05-25 08:38:05 +10:00 |
|
Gareth Jones
|
e231c04f13
|
Merge branch 'master' into feature/change_indentation_to_soft_tabs
|
2020-05-25 08:36:57 +10:00 |
|
Gareth Jones
|
8a152636a4
|
Merge pull request #1018 from iassasin/docs-other-appenders
Add section in documentation for links to other appenders
|
2020-05-25 08:35:14 +10:00 |
|
Gareth Jones
|
ff475b9d07
|
Merge pull request #1015 from lauren-li/fix-webpack-fileSync
fix: fileSync was missing from core appenders
|
2020-05-25 08:28:35 +10:00 |
|
Gareth Jones
|
493736700c
|
Merge pull request #1014 from rnd-debug/docs-influxAppender
docs: adding mention of InfluxDB appender
|
2020-05-25 08:26:53 +10:00 |
|
Gareth Jones
|
a6eca3e391
|
Merge pull request #1006 from rtvd/ts-access-for-category
Access to 'category' field of logger objects in TS
|
2020-05-25 08:24:32 +10:00 |
|
Gareth Jones
|
fe0713ae08
|
Merge pull request #1004 from wataash/style-param
style: conform @param to official style
|
2020-05-25 08:22:59 +10:00 |
|
Gareth Jones
|
c830d842c3
|
Merge pull request #1003 from rnd-debug/docs-categories
Describe categories inheritance
|
2020-05-25 08:21:37 +10:00 |
|
Gareth Jones
|
4b0c6f41ad
|
Merge pull request #1002 from rnd-debug/donot-create-appender-if-not-used
Donot create appender if not used
|
2020-05-25 08:19:47 +10:00 |
|
Gareth Jones
|
ff3808403c
|
Merge pull request #1001 from BlueCocoa/master
Added support for removing embedded ANSI color sequence for file appender
|
2020-05-25 08:18:33 +10:00 |
|
iassasin
|
6d0edf1f2c
|
add section in documentation for links to other appenders
|
2020-05-24 13:06:30 +03:00 |
|
abetomo
|
e27926a08e
|
style(indentation): change indentation to soft tabs
The JavaScript code was indented with spaces, so I adjusted it.
|
2020-05-22 15:58:49 +09:00 |
|
Lauren Li
|
5468dd7c41
|
fix: fileSync was missing from core appenders
|
2020-05-19 16:45:41 -04:00 |
|
rnd-debug
|
8d2f69c336
|
docs: adding mention of InfluxDB appender
|
2020-05-19 06:04:46 +02:00 |
|
Cocoa
|
52185a4984
|
Fixed ESLint no-else-return error
Signed-off-by: Cocoa <0xbbc@0xbbc.com>
|
2020-05-09 04:39:04 +08:00 |
|
Cocoa
|
8cfe1627c6
|
Only detects ANSI color codes for data in string type
Signed-off-by: Cocoa <0xbbc@0xbbc.com>
|
2020-05-09 04:20:49 +08:00 |
|
Cocoa
|
40b5f09fe8
|
Using regexp literal and .map instead of a loop for replacing
Signed-off-by: Cocoa <0xbbc@0xbbc.com>
|
2020-05-07 16:23:20 +08:00 |
|
Denys Rtveliashvili
|
d65cc3b21b
|
Access to 'category' field of logger objects in TS
|
2020-05-06 18:02:58 +01:00 |
|
Wataru Ashihara
|
a81500b7e6
|
style: conform @param to official style
ref. https://jsdoc.app/tags-param.html
|
2020-05-04 09:13:36 +09:00 |
|
rnd-debug
|
6a6cbdb383
|
docs: improving default example in categories.md
|
2020-05-03 11:11:27 +02:00 |
|
rnd-debug
|
90fdcaacc5
|
docs: adding doc about categories
|
2020-05-03 11:03:17 +02:00 |
|
rnd-debug
|
aabc15d491
|
style: style fix
|
2020-05-03 09:59:06 +02:00 |
|
rnd-debug
|
3cb7f52fce
|
fix: will not try to create appender if it is not used in categories
|
2020-05-03 09:48:47 +02:00 |
|
Cocoa
|
b088498957
|
Fixed ESLint error about indentation
Signed-off-by: Cocoa <0xbbc@0xbbc.com>
|
2020-05-02 16:18:24 +08:00 |
|
Cocoa
|
b179740152
|
Fixed a copy-paste error and fixed warnings about exceeding the maximum line length
Signed-off-by: Cocoa <0xbbc@0xbbc.com>
|
2020-05-02 16:15:43 +08:00 |
|
Cocoa
|
0fda5c5094
|
Added test for removeColor option
Signed-off-by: Cocoa <0xbbc@0xbbc.com>
|
2020-05-02 16:11:23 +08:00 |
|
Cocoa
|
e26d35acfe
|
Using eslint-disable-next-line
Signed-off-by: Cocoa <0xbbc@0xbbc.com>
|
2020-05-02 15:54:33 +08:00 |
|
Cocoa
|
9a29125e72
|
Disable no-control-regex rule for the line containing \x1b in regex
Signed-off-by: Cocoa <0xbbc@0xbbc.com>
|
2020-05-02 15:53:07 +08:00 |
|
Cocoa
|
b18846c297
|
Fixed ESLint errors
Signed-off-by: Cocoa <0xbbc@0xbbc.com>
|
2020-05-02 15:18:40 +08:00 |
|
Cocoa
|
f25c8ed782
|
Added support for removing embeded color sequence for file appender
Signed-off-by: Cocoa <0xbbc@0xbbc.com>
|
2020-05-02 05:24:18 +08:00 |
|
Gareth Jones
|
5175f3f2fc
|
6.2.1
v6.2.1
|
2020-04-20 08:39:32 +10:00 |
|
Gareth Jones
|
10b7d2e7fd
|
chore: updated changelog
|
2020-04-20 08:39:24 +10:00 |
|
Gareth Jones
|
39aa190e92
|
Merge pull request #996 from log4js-node/streamroller-2.2.4
chore: update streamroller to 2.2.4
|
2020-04-20 08:37:01 +10:00 |
|
Gareth Jones
|
bc505b04dd
|
chore: update streamroller to 2.2.4
|
2020-04-20 08:28:14 +10:00 |
|
Gareth Jones
|
9a8c6d3c7a
|
6.2.0
v6.2.0
|
2020-04-14 10:57:38 +10:00 |
|
Gareth Jones
|
128be0663f
|
chore: audit fixes and changelog updates
|
2020-04-14 10:51:56 +10:00 |
|
Gareth Jones
|
739dbbff79
|
Merge pull request #994 from rnd-debug/tcpappender-fix-endmsg
feat: TCP appender - enabling a custom EndMsg token and a custom Layout
|
2020-04-14 10:05:02 +10:00 |
|
Gareth Jones
|
8a952e4082
|
Merge pull request #992 from log4js-node/dependabot/npm_and_yarn/acorn-6.4.1
chore(deps): bump acorn from 6.3.0 to 6.4.1
|
2020-04-14 10:03:02 +10:00 |
|
rnd-debug
|
ceae893896
|
feat: TCP appender - enabling a custom EndMsg token and a custom Layout
|
2020-04-12 19:34:06 +02:00 |
|
dependabot[bot]
|
be4c0d2483
|
chore(deps): bump acorn from 6.3.0 to 6.4.1
Bumps [acorn](https://github.com/acornjs/acorn) from 6.3.0 to 6.4.1.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/6.3.0...6.4.1)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-03-13 21:13:32 +00:00 |
|
Gareth Jones
|
7f540a8bb8
|
Merge pull request #988 from log4js-node/dependabot/npm_and_yarn/codecov-3.6.5
chore(deps-dev): bump codecov from 3.6.1 to 3.6.5
|
2020-02-20 10:29:59 +11:00 |
|
dependabot[bot]
|
2dbcddf559
|
chore(deps-dev): bump codecov from 3.6.1 to 3.6.5
Bumps [codecov](https://github.com/codecov/codecov-node) from 3.6.1 to 3.6.5.
- [Release notes](https://github.com/codecov/codecov-node/releases)
- [Commits](https://github.com/codecov/codecov-node/commits)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-02-19 17:43:29 +00:00 |
|
Gareth Jones
|
7e93c0c91f
|
docs: updated changelog for 6.1.2
|
2020-02-11 10:28:20 +11:00 |
|
Gareth Jones
|
04f8fa3ac7
|
6.1.2
v6.1.2
|
2020-02-11 10:26:37 +11:00 |
|
Gareth Jones
|
366808651c
|
Merge pull request #986 from mvastola/fix-appender-load-order
fix: Allow appenders to depend on not-yet-loaded appenders.
|
2020-02-11 09:45:32 +11:00 |
|
Mike Vastola
|
5aec282f06
|
fix: Allow appenders to depend on not-yet-loaded appenders.
Close #746
|
2020-02-01 16:57:20 -05:00 |
|
Gareth Jones
|
d37678f079
|
6.1.1
v6.1.1
|
2020-01-30 08:33:09 +11:00 |
|