update : 2015.11.03
php.shukuma.com검색:
|
The MongoLog class(PECL mongo >=1.2.3) 소개Logging can be used to get detailed information about what the driver is doing. Logging is disabled by default, but this class allows you to activate specific levels of logging for various parts of the driver. Some examples:
<?php
클래스 개요
MongoLog
{
/* 상수 */
level constants {
module constants {
/* Fields */
private
static
int
$callback
;
private
static
int
$level
;
private
static
int
$module
;
/* 메소드 */
}예약 상수MongoLog ConstantsThese constants can be used by both MongoLog::setLevel() and MongoLog::setModule().
MongoLog Level ConstantsThese constants can be used by MongoLog::setLevel().
MongoLog Module ConstantsThese constants can be used by MongoLog::setModule().
변경점
Table of Contents
|