定義済み定数
以下の定数が定義されています。 この関数の拡張モジュールが PHP 組み込みでコンパイルされているか、 実行時に動的にロードされている場合のみ使用可能です。
-
SEASLOG_VERSION(string) -
SEASLOG_ALL(string) - "ALL"
-
SEASLOG_DEBUG(string) - "DEBUG" - Detailed debug information.Fine-grained information events.
-
SEASLOG_INFO(string) - "INFO" - Interesting events.Emphasizes the running process of the application.
-
SEASLOG_NOTICE(string) - "NOTICE" - Normal but significant events.Information that is more important than the INFO level during execution.
-
SEASLOG_WARNING(string) - "WARNING" - Exceptional occurrences that are not errors.Potentially aberrant information that needs attention and needs to be repaired.
-
SEASLOG_ERROR(string) - "ERROR" - Runtime errors that do not require immediate action but should typically.
-
SEASLOG_CRITICAL(string) - "CRITICAL" - Critical conditions.Need to be repaired immediately, and the program component is unavailable.
-
SEASLOG_ALERT(string) - "ALERT" - Action must be taken immediately.Immediate attention should be given to relevant personnel for emergency repairs.
-
SEASLOG_EMERGENCY(string) - "EMERGENCY" - System is unusable.
-
SEASLOG_DETAIL_ORDER_ASC(integer) - 1
-
SEASLOG_DETAIL_ORDER_DESC(integer) - 2
-
SEASLOG_APPENDER_FILE(integer) - 1
-
SEASLOG_APPENDER_TCP(integer) - 2
-
SEASLOG_APPENDER_UDP(integer) - 3
-
SEASLOG_CLOSE_LOGGER_STREAM_MOD_ALL(integer) - 1
-
SEASLOG_CLOSE_LOGGER_STREAM_MOD_ASSIGN(integer) - 2
-
SEASLOG_REQUEST_VARIABLE_DOMAIN_PORT(integer) - 1
-
SEASLOG_REQUEST_VARIABLE_REQUEST_URI(integer) - 2
-
SEASLOG_REQUEST_VARIABLE_REQUEST_METHOD(integer) - 3
-
SEASLOG_REQUEST_VARIABLE_CLIENT_IP(integer) - 4