Commit Graph

12 Commits

Author SHA1 Message Date
Yoshiya Hinosawa
8522627ea4
chore(log): do not exec file handler examples in CI (#6183) 2024-11-13 20:06:03 +09:00
Efe
e61da9f33e
docs(log): document FileHandler (#6175) 2024-11-06 12:48:51 +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
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
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
Yoshiya Hinosawa
0c584412cf
fix(log): Revert "deprecate(log): deprecate internal utility methods" (#4436) (#4572) 2024-04-11 19:30:50 +09:00
Tim Reichen
42df58a233
deprecate(log): deprecate internal utility methods (#4436)
initial commit
2024-04-10 11:35:11 +10: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
Asher Gomez
3144d893da
deprecation(log): move handlers to single-export files (#4176) 2024-01-12 19:17:25 +11:00