Commit graph

12 commits

Author SHA1 Message Date
Mike
8973596c05 Fix #10581std.logger has an ostensibly broken example and wrong docs
Co-authored-by: Elias Batek <desisma@heidel.beer>
2024-12-11 09:30:19 +01:00
Vladiwostok
2c267631cc Fix linting issue in filelogger.d 2024-12-09 01:08:26 +01:00
Martin Kinkelin
b0ef9ac009 Merge remote-tracking branch 'origin/stable' into merge_stable 2024-11-17 01:17:07 +01:00
Vladiwostok
231ae8b68a
Fix D-Scanner linting issues (#9070)
* Fix UndocumentedDeclarationCheck linting issue

* Fix IfConstraintsIndentCheck linting issue

* Address feedback

* Fix publictests CI

* Fix old (libdparse) D-Scanner linting warn
2024-10-27 01:21:56 -07:00
Bastiaan Veelo
4b61e7dd55
Fix sharedLog assignment. (#8995)
* Allow `new shared FileLogger()`

* Address review comment

* Update documentation.

Fix Bugzilla 23487 - std.experimental.logger assigning FileLogger to sharedLog no longer works

* Comment on `trusted` section.

---------

Co-authored-by: Atila Neves <atila.neves@gmail.com>
2024-07-22 06:47:38 +08:00
Bastiaan Veelo
c970ca67f2 Fix documentation typos. 2024-05-02 01:54:11 +02:00
Petar Kirov
24dab1f547 docs(std.logger.package): Fix ddoc macro typo in "Basic Logging" section 2023-11-13 00:30:32 +01:00
HuskyNator
fc06c514a8
Add missing log function error to std.logger documentation (#8846)
Error was missing from the documentation here.
2023-11-12 16:56:26 +08:00
Iain Buclaw
352258539c Fix 'the the' typos in Phobos documentation 2022-09-20 21:31:46 +02:00
Robert burner Schadek
34ad2148db std.logger.core unittest forgotton thread.join
no more sleep
2022-09-05 01:08:16 +02:00
Robert burner Schadek
5b9a904872 std.logger 32 bit unittest race condition fix 2022-09-02 23:55:19 +02:00
Atila Neves
e113440df1 Move logger out of experimental 2022-07-29 12:15:34 +02:00