Expand description
The log module.
This module provides an interface into the NGINX logger framework.
Enums§
- Debug
Mask - Debug masks for use with
ngx_log_debug_mask
, these represent the only accepted values for the mask.
Constants§
- LOG_
BUFFER_ SIZE - Size of the static buffer used to format log messages.
Functions§
- check_
mask - Utility function to provide typed checking of the mask’s field state.
- log_
debug ⚠ - Writes the provided buffer to the nginx logger at the debug level.
- log_
error ⚠ - Writes the provided buffer to the nginx logger at a specified level.
- write_
fmt - Format args into a provided buffer