StreamLogWriter
    
            
            in package
            
        
    
            
            implements
                            LogWriterInterface                    
    
    
Table of Contents
Interfaces
Properties
- $stream : mixed
Methods
- __construct() : mixed
- write() : void
Properties
$stream
        private
            mixed
    $stream
    
    
    
    
    
    
Methods
__construct()
    public
                    __construct(string $destination) : mixed
    Parameters
- $destination : string
write()
    public
                    write(mixed $level, string $message, array<string|int, mixed> $context) : void
    Parameters
- $level : mixed
- $message : string
- $context : array<string|int, mixed>
Attributes
- #[Override]