Constantes predefinidas

Estas constantes están definidas por esta extensión y estarán disponibles sólo cuando la extensión haya sido compilada con PHP, o bien sea cargada dinámicamente en ejecución.

SEASLOG_VERSION (string)
SEASLOG_AUTHOR (string)
SEASLOG_ALL (string)
"ALL"
SEASLOG_DEBUG (string)
"DEBUG" - Información detallada de depuración. Información detallada sobre los eventos.
SEASLOG_INFO (string)
"INFO" - Eventos interesantes. Énfasis en el proceso de ejecución de la aplicación.
SEASLOG_NOTICE (string)
"NOTICE" - Eventos normales pero significativos. Información más importante que el nivel INFO durante la ejecución.
SEASLOG_WARNING (string)
"WARNING" - Ocurrencias excepcionales que no son errores. Información aberrante potencial que requiere atención y debe ser reparada.
SEASLOG_ERROR (string)
"ERROR" - Errores de funcionamiento que no requieren acción inmediata pero que deberían necesitarla típicamente.
SEASLOG_CRITICAL (string)
"CRITICAL" - Condiciones críticas. Requiere reparación inmediata, y el componente del programa está indisponible.
SEASLOG_ALERT (string)
"ALERT" - Acción debe ser tomada inmediatamente. Atención inmediata debe ser prestada al personal concernido para las reparaciones de emergencia.
SEASLOG_EMERGENCY (string)
"EMERGENCY" - Sistema inutilizable.
SEASLOG_DETAIL_ORDER_ASC (int)
1
SEASLOG_DETAIL_ORDER_DESC (int)
2
SEASLOG_APPENDER_FILE (int)
1
SEASLOG_APPENDER_TCP (int)
2
SEASLOG_APPENDER_UDP (int)
3
SEASLOG_CLOSE_LOGGER_STREAM_MOD_ALL (int)
1
SEASLOG_CLOSE_LOGGER_STREAM_MOD_ASSIGN (int)
2
SEASLOG_REQUEST_VARIABLE_DOMAIN_PORT (int)
1
SEASLOG_REQUEST_VARIABLE_REQUEST_URI (int)
2
SEASLOG_REQUEST_VARIABLE_REQUEST_METHOD (int)
3
SEASLOG_REQUEST_VARIABLE_CLIENT_IP (int)
4

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top