Commit Graph

160 Commits

Author SHA1 Message Date
denobot
b4e5d21762
chore: release 2024.10.10 (#6098)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-10-10 18:46:27 +09:00
Asher Gomez
065296ca5a
docs(log): document getLogger() and Logger (#6084) 2024-10-03 21:54:16 +09:00
Asher Gomez
bfbc53e2ca
fix(log): remove leaky Logger.prototype.asString() method (#6082) 2024-10-02 16:47:43 +09:00
Asher Gomez
a9a427a709
docs(log): document ConsoleHandler (#6071) 2024-10-02 16:46:14 +09:00
Asher Gomez
361be4569d
docs(log): document formatters module (#6073) 2024-09-29 06:38:09 +00:00
Asher Gomez
106b7077d8
fix(log): remove leaky ConsoleHandler.prototype.applyColors() (#6072)
fix(log): remove leaky `applyColors` method
2024-09-29 06:37:19 +00:00
David Luis
2916cb8977
docs(log): correct the examples of debug() (#6077)
docs(log): correct the examples of debug function
2024-09-29 16:34:37 +10:00
Asher Gomez
e9716720b6
docs(log): document BaseHandler (#6067)
* docs(log): document `BaseHandler`

* fix

* fix
2024-09-27 12:31:58 +09:00
Asher Gomez
827fe95620
docs(log): document pass-through functions (#6066) 2024-09-27 12:30:09 +09:00
Asher Gomez
2774a070d6
fix(log): ensure consistent behavior with @std/log (#5974)
* fix(log): ensure consistent behavior with `@std/log`

* update

* fixes
2024-09-27 10:57:14 +09:00
denobot
eeb3c9b151
chore: release 2024.09.24 (#6043)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-09-24 19:25:09 +09:00
Asher Gomez
0b2497f16e
fix: update codebase to work with Deno RC (#6018)
* fix: update codebase to work with Deno RC

* work

* fix

* fix

* fix

* fixes

* work

* update

* fixes

* fix

* revert
2024-09-20 09:29:31 +10:00
Asher Gomez
77eba7f042
docs(log): document warn module (#5973) 2024-09-18 14:04:33 +09:00
Caleb Cox
381d70dcd1
docs(archive,log,testing): correct typos (#5995)
* docs(log,testing): replace colours with colors

Use the American spelling of colors in docs for consistency with module
and option names.

* docs(archive,testing): replace it's with its

* fix

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-09-16 22:48:56 +00:00
Asher Gomez
58dbbd6bd2
chore: enable no-console lint rule (#5975) 2024-09-13 15:43:13 +10:00
denobot
67e9cfa0ff
chore: release 2024.09.04 (#5908)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-09-04 19:37:53 +09:00
Kenta Moriuchi
4d4bd0eb92
refactor(archive,async,cli,csv,dotenv,encoding,expect,fmt,front-matter,fs,http,internal,log,net,path,semver,testing,text,webgpu,yaml): enable "exactOptionalPropertyTypes" option (#5892) 2024-09-04 14:15:01 +09:00
denobot
2b3683b6fb
chore: release 2024.08.26 (#5824)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-08-26 17:33:29 +09:00
Ian Bull
c817a5a781
refactor(log): align additional error messages (#5801) 2024-08-24 23:55:45 +09:00
Tim Reichen
afb9a4f336
refactor(log): make BaseHandler abstract (#5737)
initial commit
2024-08-22 16:46:53 +10:00
Tim Reichen
2d6ae7d470
refactor(log): replace protected properties with Symbols (#5724) 2024-08-20 12:18:30 +09:00
Asher Gomez
e07c32f6a5
docs(fs): fix options argument display (#5491) 2024-07-19 13:12:45 +09:00
denobot
f54eab4355
chore: release 2024.07.12 (#5431)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-07-12 19:45:19 +09:00
Asher Gomez
10bcb95c9f
test(log): cleaunp TextDecoder use (#5407)
tests(log): cleaunp `TextDecoder` use
2024-07-11 17:53:06 +10:00
denobot
940568c62d
chore: release 2024.07.02 (#5254)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-07-02 20:43:42 +09:00
Asher Gomez
d102a10235
refactor(assert,async,bytes,cli,collections,crypto,csv,data-structures,datetime,dotenv,encoding,expect,fmt,front-matter,fs,html,http,ini,internal,io,json,jsonc,log,media-types,msgpack,net,path,semver,streams,testing,text,toml,ulid,url,uuid,webgpu,yaml): import from @std/assert (#5199)
* refactor: import from `@std/assert`

* update
2024-06-30 08:30:10 +00:00
denobot
7d1d9cc34a
chore: release 2024.06.21 (#5107)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-06-21 19:15:49 +09:00
Madhav Ganesan
ab458a38fa
refactor(archive,expect,io,log,toml,yaml): remove private and public access modifiers (#5077)
* replaced public and private access modifiers #5066

* fix: run `deno fmt`

* fix: apply suggestions

* fix

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-06-21 14:13:08 +10:00
denobot
0ea4868542
chore: release 2024.06.06 (#4984)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-06-06 20:26:57 +09:00
Asher Gomez
a7c09261e6
refactor(log): cleanup use of @std/assert (#4973)
* refactor(log): cleanup use of `@std/assert`

* update graph
2024-06-05 21:43:22 +00:00
denobot
53e08775e3
chore: release 2024.05.07 (#4689)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-05-08 13:32:51 +09:00
Asher Gomez
1a0907eb53
feat(log): make FileHandler and RotatingFileHandler buffer size configurable (#4680) 2024-05-07 14:48:48 +10:00
Yoshiya Hinosawa
3155f0050a
chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
Asher Gomez
901eef2ad2
test(log): cleanup test files (#4641)
* test(log): cleanup test files

* work

* work
2024-04-24 17:02:32 +09:00
Yoshiya Hinosawa
0c584412cf
fix(log): Revert "deprecate(log): deprecate internal utility methods" (#4436) (#4572) 2024-04-11 19:30:50 +09:00
Asher Gomez
46d9fa594c
chore: update browser-compatible files with declaration (#4560) 2024-04-10 12:43:44 +10:00
Tim Reichen
42df58a233
deprecate(log): deprecate internal utility methods (#4436)
initial commit
2024-04-10 11:35:11 +10:00
wangb
4e6dafea74
docs(log): remove string formatter description (#4558) 2024-04-09 13:37:28 +10:00
Gabriele Belluardo
1040fb4d50
refactor(log): prepare for noUncheckedIndexedAccess (#4482) 2024-03-14 14:40:50 +11:00
Simon Holloway
e5e737ba98
fix(log): don't discard bytes >4096 in FileHandler (#4415)
* fix(log): fix error when logging >4096 bytes when using FileHandler or RotatingfileHandler

* trigger ci

* Update log/rotating_file_handler_test.ts

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>

* Update log/rotating_file_handler_test.ts

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>

* Update log/file_handler_test.ts

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>

* Update log/file_handler_test.ts

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-03-01 17:16:52 +12:00
David Sherret
ef6b95f0c7
refactor: make the code work under verbatimModuleSyntax (#4406)
* Start

* Update

* Format

* Revert deno.json change

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-02-27 21:57:25 +00:00
Tim Reichen
f7076beaaa
chore(log): format test names (#4394)
* initial commit

* remove brackets for classes
2024-02-28 08:06:29 +12:00
Asher Gomez
4bcdea86d1
fix(log): add missing return types (#4401) 2024-02-28 05:44:33 +11:00
Tim Reichen
0f62d4c1e4
chore(log): sync level and levelName in BaseHandler (#4393) 2024-02-26 22:22:21 +09:00
Asher Gomez
d50e074a55
BREAKING(log): remove WARNING log level (#4258)
* BREAKING(log): remove deprecated APIs

* update
2024-02-02 16:57:14 +11:00
cin
fdee06d35a
refactor(log): refactor log codebase to adhere to singe-export files (#4254)
* refactor: log codebase

* refactor: log codebase

* fix: lint

* fix: cr

* tweaks

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-02-02 11:35:43 +11:00
cin
aad9999265
refactor(log): remove log private methods/properties underscore (#4243) 2024-01-28 01:28:51 +09:00
Tim Reichen
d23718945e
feat(tools,log,http,semver): check mod exports, export items consistently from mod.ts (#4229) 2024-01-25 18:36:46 +09:00
Asher Gomez
17385c51fc
BREAKING(log): remove string formatter (#4239)
* BREAKING(log): remove `handlers.ts`

* fix

* BREAKING(log): remove string formatter
2024-01-25 17:03:19 +09:00
Asher Gomez
d1614ba4b5
BREAKING(log): single-export handler files (#4236) 2024-01-25 16:22:35 +09:00