Google Cloud PHP shared dependency, providing functionality useful to all components. Client - Class AppEngineFlexHandlerV3 (1.49.0)

Reference documentation and code samples for the Google Cloud PHP shared dependency, providing functionality useful to all components. Client class AppEngineFlexHandlerV3.

Monolog 3.x handler for logging on App Engine flexible environment.

If you are using Monolog 1.x, use Google\Cloud\Core\Logger\AppEngineFlexHandler instead. If you are using Monolog 2.x, use Google\Cloud\Core\Logger\AppEngineFlexHandlerV2 instead.

Methods

__construct

Parameters
NameDescription
level int

[optional] The minimum logging level at which this handler will be triggered.

bubble bool

[optional] Whether the messages that are handled can bubble up the stack or not.

filePermission int|null

[optional] Optional file permissions (default (0640) are only for owner read/write).

useLocking bool

[optional] Try to lock log file before doing any writes.

stream resource|string|null

[optional]