Skip to content

Commit

Permalink
[8.x] Add doc-block for on-demand log creation (#39743)
Browse files Browse the repository at this point in the history
  • Loading branch information
DvDty committed Nov 24, 2021
1 parent f7ac5dd commit 83cace2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Illuminate/Support/Facades/Log.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
/**
* @method static \Psr\Log\LoggerInterface channel(string $channel = null)
* @method static \Psr\Log\LoggerInterface stack(array $channels, string $channel = null)
* @method static \Psr\Log\LoggerInterface build(array $config)
* @method static \Illuminate\Log\Logger withContext(array $context = [])
* @method static \Illuminate\Log\Logger withoutContext()
* @method static void alert(string $message, array $context = [])
Expand Down

0 comments on commit 83cace2

Please sign in to comment.