Documentation

Http extends AbstractWriter
in package

Http log writer class

Tags
category

Pop

author

Nick Sagona, III dev@nolainteractive.com

copyright

Copyright (c) 2009-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com)

license

http://www.popphp.org/license New BSD License

version
4.0.0

Table of Contents

Properties

$client  : Client|null
Stream object
$limit  : int|null
Log limit

Methods

__construct()  : mixed
Constructor
getClient()  : Client
Get client
getContext()  : string
Get context for log
getLogLimit()  : int|null
Get log limit
hasLogLimit()  : bool
Has log limit
isWithinLogLimit()  : bool
Check if a log level is within the set log level limit
setLogLimit()  : AbstractWriter
Set log limit
writeLog()  : Http
Write to the log

Properties

$client

Stream object

protected Client|null $client = null

Methods

__construct()

Constructor

public __construct(Client $client) : mixed

Instantiate the Mail writer object

Parameters
$client : Client

getContext()

Get context for log

public getContext([array<string|int, mixed> $context = [] ]) : string
Parameters
$context : array<string|int, mixed> = []
Return values
string

getLogLimit()

Get log limit

public getLogLimit() : int|null
Return values
int|null

hasLogLimit()

Has log limit

public hasLogLimit() : bool
Return values
bool

isWithinLogLimit()

Check if a log level is within the set log level limit

public isWithinLogLimit(int $level) : bool
Parameters
$level : int
Return values
bool

writeLog()

Write to the log

public writeLog(mixed $level, string $message[, array<string|int, mixed> $context = [] ]) : Http
Parameters
$level : mixed
$message : string
$context : array<string|int, mixed> = []
Return values
Http

        
On this page

Search results