File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/Illuminate/Support/Facades Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 9
9
* @method static \Psr\Log\LoggerInterface driver(string|null $driver = null)
10
10
* @method static \Illuminate\Log\LogManager shareContext(array $context)
11
11
* @method static array sharedContext()
12
+ * @method static \Illuminate\Log\LogManager withoutContext()
12
13
* @method static \Illuminate\Log\LogManager flushSharedContext()
13
14
* @method static string|null getDefaultDriver()
14
15
* @method static void setDefaultDriver(string $name)
26
27
* @method static void log(mixed $level, string $message, array $context = [])
27
28
* @method static void write(string $level, \Illuminate\Contracts\Support\Arrayable|\Illuminate\Contracts\Support\Jsonable|\Illuminate\Support\Stringable|array|string $message, array $context = [])
28
29
* @method static \Illuminate\Log\Logger withContext(array $context = [])
29
- * @method static \Illuminate\Log\Logger withoutContext()
30
30
* @method static void listen(\Closure $callback)
31
31
* @method static \Psr\Log\LoggerInterface getLogger()
32
32
* @method static \Illuminate\Contracts\Events\Dispatcher getEventDispatcher()
You can’t perform that action at this time.
0 commit comments