

Public Member Functions | |
| __construct () | |
| SetLog ($logname) | |
| LogSQL ($sql, $force=false, $conf='?') | |
| LogError ($error, $conf='miolo') | |
| IsLogging () | |
| LogMessage ($msg) | |
Public Attributes | |
| $content | |
Private Member Functions | |
| HandlerSocket ($msg) | |
| HandlerFile ($msg) | |
| HandlerDb ($msg) | |
| HandlerScreen ($msg) | |
Private Attributes | |
| $errlog | |
| $sqllog | |
| $home | |
| $isLogging | |
| $level | |
| $handler | |
| $port | |
| $socket | |
| $host | |
Definition at line 9 of file mlog.class.
| MLog::__construct | ( | ) |
Brief Description. Complete Description.
Reimplemented from MService.
Definition at line 65 of file mlog.class.
| MLog::SetLog | ( | $ | logname | ) |
Brief Description. Complete Description.
| $logname | (tipo) desc |
Definition at line 88 of file mlog.class.
References _M().
Here is the call graph for this function:

| MLog::LogSQL | ( | $ | sql, | |
| $ | force = false, |
|||
| $ | conf = '?' | |||
| ) |
Brief Description. Complete Description.
| $sql | (tipo) desc | |
| $force | (tipo) desc | |
| $conf= | (tipo) desc |
Definition at line 106 of file mlog.class.
References LogMessage().
Here is the call graph for this function:

| MLog::LogError | ( | $ | error, | |
| $ | conf = 'miolo' | |||
| ) |
Brief Description. Complete Description.
| $error | (tipo) desc | |
| $conf | (tipo) desc |
Definition at line 156 of file mlog.class.
References LogMessage().
Here is the call graph for this function:

| MLog::IsLogging | ( | ) |
Brief Description. Complete Description.
Definition at line 184 of file mlog.class.
Referenced by LogMessage().
Here is the caller graph for this function:

| MLog::LogMessage | ( | $ | msg | ) |
Brief Description. Complete Description.
| $msg | (tipo) desc |
Definition at line 198 of file mlog.class.
References $handler, and IsLogging().
Referenced by LogError(), and LogSQL().
Here is the call graph for this function:

Here is the caller graph for this function:

| MLog::HandlerSocket | ( | $ | msg | ) | [private] |
Brief Description. Complete Description.
| $msg | (tipo) desc |
Definition at line 216 of file mlog.class.
| MLog::HandlerFile | ( | $ | msg | ) | [private] |
Brief Description. Complete Description.
| $msg | (tipo) desc |
Definition at line 242 of file mlog.class.
| MLog::HandlerDb | ( | $ | msg | ) | [private] |
Brief Description. Complete Description.
| $msg | (tipo) desc |
Definition at line 258 of file mlog.class.
References $isLogging, and $level.
| MLog::HandlerScreen | ( | $ | msg | ) | [private] |
Brief Description. Complete Description.
| $msg | (tipo) desc |
Definition at line 282 of file mlog.class.
MLog::$errlog [private] |
Attribute Description.
Definition at line 14 of file mlog.class.
MLog::$sqllog [private] |
Attribute Description.
Definition at line 19 of file mlog.class.
MLog::$home [private] |
Attribute Description.
Definition at line 24 of file mlog.class.
MLog::$isLogging [private] |
MLog::$level [private] |
MLog::$handler [private] |
MLog::$port [private] |
Attribute Description.
Definition at line 44 of file mlog.class.
MLog::$socket [private] |
Attribute Description.
Definition at line 49 of file mlog.class.
MLog::$host [private] |
Attribute Description.
Definition at line 54 of file mlog.class.
| MLog::$content |
Definition at line 55 of file mlog.class.