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

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

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

If you are using Monolog 2.x, use {@see} 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]