mongolog.setmodule(3) php man page | unix.com

Man Page: mongolog.setmodule

Operating Environment: php

Section: 3

MONGOLOG.SETMODULE(3)							 1						     MONGOLOG.SETMODULE(3)

MongoLog::setModule - Sets the module(s) to be logged

SYNOPSIS
publicstatic void MongoLog::setModule (int $module)
DESCRIPTION
This function can be used to set which driver modules should be logged. The MongoLog module constants may be used with bitwise operators to specify multiple modules. <?php // first, specify a logging level MongoLog::setLevel(MongoLog::ALL); // log replica set activity MongoLog::setModule(MongoLog::RS); // log replica sets and connection activity MongoLog::setModule(MongoLog::RS|MongoLog::CON); // log everything except IO activity MongoLog::setModule(MongoLog::ALL & (~MongoLog::IO)); ?> Note that you must also call MongoLog.setLevel(3) to enable logging.
PARAMETERS
o $module - The module(s) you would like to log. PHP Documentation Group MONGOLOG.SETMODULE(3)
Related Man Pages
epylog-modules(5) - debian
strace(1m) - hpux
strerr(8) - osf1
xslt_set_log(3) - php
log::any::test(3pm) - debian
Similar Topics in the Unix Linux Community
User Guide: Posting in the Emergency Forum
Rules for Homework &amp; Coursework Questions Forum
Forum Video Tutorial: How to Use Code Tags
Please Welcome Ravinder Singh to the Moderation Team
Denial Of Service Attack Update