| [ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
(no description)
| Author: | Moxiecode |
| Copyright: | Copyright © 2005, Moxiecode Systems AB, All rights reserved. |
| File Size: | 278 lines (6 kb) |
| Included or required: | 1 time |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
Moxiecode_Logger:: (26 methods):
__construct()
Moxiecode_Logger()
setLevel()
getLevel()
setPath()
getPath()
setFileName()
getFileName()
setFormat()
getFormat()
setMaxSize()
getMaxSize()
setMaxFiles()
getMaxFiles()
debug()
info()
warn()
error()
fatal()
isDebugEnabled()
isInfoEnabled()
isWarnEnabled()
isErrorEnabled()
isFatalEnabled()
_logMsg()
toOSPath()
Class: Moxiecode_Logger - X-Ref
Logging utility class. This class handles basic logging with levels, log rotation and custom log formats. It's| __construct() X-Ref |
| Constructs a new logger instance. |
| Moxiecode_Logger() X-Ref |
| Old syntax of class constructor. Deprecated in PHP7. |
| setLevel($level) X-Ref |
| Sets the current log level, use the MC_LOGGER constants. param: int $level Log level instance for example MC_LOGGER_DEBUG. |
| getLevel() X-Ref |
| Returns the current log level for example MC_LOGGER_DEBUG. return: int Current log level for example MC_LOGGER_DEBUG. |
| setPath($path) X-Ref |
| No description |
| getPath() X-Ref |
| No description |
| setFileName($file_name) X-Ref |
| No description |
| getFileName() X-Ref |
| No description |
| setFormat($format) X-Ref |
| No description |
| getFormat() X-Ref |
| No description |
| setMaxSize($size) X-Ref |
| No description |
| getMaxSize() X-Ref |
| No description |
| setMaxFiles($max_files) X-Ref |
| No description |
| getMaxFiles() X-Ref |
| No description |
| debug($msg) X-Ref |
| No description |
| info($msg) X-Ref |
| No description |
| warn($msg) X-Ref |
| No description |
| error($msg) X-Ref |
| No description |
| fatal($msg) X-Ref |
| No description |
| isDebugEnabled() X-Ref |
| No description |
| isInfoEnabled() X-Ref |
| No description |
| isWarnEnabled() X-Ref |
| No description |
| isErrorEnabled() X-Ref |
| No description |
| isFatalEnabled() X-Ref |
| No description |
| _logMsg($level, $message) X-Ref |
| No description |
| toOSPath($path) X-Ref |
| Converts a Unix path to OS specific path. param: String $path Unix path to convert. |
| Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |