1..136 ok 1 - ->getOptions() returns the options for the logger instance # ->setLogLevel() ->getLogLevel() ok 2 - ->getLogLevel() gets the current log level ok 3 - ->setLogLevel() sets the log level ok 4 - ->setLogLevel() accepts a class constant or a string as its argument # ->initialize() ok 5 - ->initialize() takes an array of options as its second argument # ::getPriorityName() ok 6 - ::getPriorityName() returns the name of a priority class constant ok 7 - ::getPriorityName() throws an sfException if the priority constant does not exist # ->log() ok 8 - ->log() logs a message # log levels ok 9 - ->log() only logs if the level is >= to the defined log level (sfLogger::EMERG >= sfLogger::EMERG) ok 10 - ->log() only logs if the level is >= to the defined log level (sfLogger::ALERT >= sfLogger::EMERG) ok 11 - ->log() only logs if the level is >= to the defined log level (sfLogger::CRIT >= sfLogger::EMERG) ok 12 - ->log() only logs if the level is >= to the defined log level (sfLogger::ERR >= sfLogger::EMERG) ok 13 - ->log() only logs if the level is >= to the defined log level (sfLogger::WARNING >= sfLogger::EMERG) ok 14 - ->log() only logs if the level is >= to the defined log level (sfLogger::NOTICE >= sfLogger::EMERG) ok 15 - ->log() only logs if the level is >= to the defined log level (sfLogger::INFO >= sfLogger::EMERG) ok 16 - ->log() only logs if the level is >= to the defined log level (sfLogger::DEBUG >= sfLogger::EMERG) ok 17 - ->log() only logs if the level is >= to the defined log level (sfLogger::EMERG >= sfLogger::ALERT) ok 18 - ->log() only logs if the level is >= to the defined log level (sfLogger::ALERT >= sfLogger::ALERT) ok 19 - ->log() only logs if the level is >= to the defined log level (sfLogger::CRIT >= sfLogger::ALERT) ok 20 - ->log() only logs if the level is >= to the defined log level (sfLogger::ERR >= sfLogger::ALERT) ok 21 - ->log() only logs if the level is >= to the defined log level (sfLogger::WARNING >= sfLogger::ALERT) ok 22 - ->log() only logs if the level is >= to the defined log level (sfLogger::NOTICE >= sfLogger::ALERT) ok 23 - ->log() only logs if the level is >= to the defined log level (sfLogger::INFO >= sfLogger::ALERT) ok 24 - ->log() only logs if the level is >= to the defined log level (sfLogger::DEBUG >= sfLogger::ALERT) ok 25 - ->log() only logs if the level is >= to the defined log level (sfLogger::EMERG >= sfLogger::CRIT) ok 26 - ->log() only logs if the level is >= to the defined log level (sfLogger::ALERT >= sfLogger::CRIT) ok 27 - ->log() only logs if the level is >= to the defined log level (sfLogger::CRIT >= sfLogger::CRIT) ok 28 - ->log() only logs if the level is >= to the defined log level (sfLogger::ERR >= sfLogger::CRIT) ok 29 - ->log() only logs if the level is >= to the defined log level (sfLogger::WARNING >= sfLogger::CRIT) ok 30 - ->log() only logs if the level is >= to the defined log level (sfLogger::NOTICE >= sfLogger::CRIT) ok 31 - ->log() only logs if the level is >= to the defined log level (sfLogger::INFO >= sfLogger::CRIT) ok 32 - ->log() only logs if the level is >= to the defined log level (sfLogger::DEBUG >= sfLogger::CRIT) ok 33 - ->log() only logs if the level is >= to the defined log level (sfLogger::EMERG >= sfLogger::ERR) ok 34 - ->log() only logs if the level is >= to the defined log level (sfLogger::ALERT >= sfLogger::ERR) ok 35 - ->log() only logs if the level is >= to the defined log level (sfLogger::CRIT >= sfLogger::ERR) ok 36 - ->log() only logs if the level is >= to the defined log level (sfLogger::ERR >= sfLogger::ERR) ok 37 - ->log() only logs if the level is >= to the defined log level (sfLogger::WARNING >= sfLogger::ERR) ok 38 - ->log() only logs if the level is >= to the defined log level (sfLogger::NOTICE >= sfLogger::ERR) ok 39 - ->log() only logs if the level is >= to the defined log level (sfLogger::INFO >= sfLogger::ERR) ok 40 - ->log() only logs if the level is >= to the defined log level (sfLogger::DEBUG >= sfLogger::ERR) ok 41 - ->log() only logs if the level is >= to the defined log level (sfLogger::EMERG >= sfLogger::WARNING) ok 42 - ->log() only logs if the level is >= to the defined log level (sfLogger::ALERT >= sfLogger::WARNING) ok 43 - ->log() only logs if the level is >= to the defined log level (sfLogger::CRIT >= sfLogger::WARNING) ok 44 - ->log() only logs if the level is >= to the defined log level (sfLogger::ERR >= sfLogger::WARNING) ok 45 - ->log() only logs if the level is >= to the defined log level (sfLogger::WARNING >= sfLogger::WARNING) ok 46 - ->log() only logs if the level is >= to the defined log level (sfLogger::NOTICE >= sfLogger::WARNING) ok 47 - ->log() only logs if the level is >= to the defined log level (sfLogger::INFO >= sfLogger::WARNING) ok 48 - ->log() only logs if the level is >= to the defined log level (sfLogger::DEBUG >= sfLogger::WARNING) ok 49 - ->log() only logs if the level is >= to the defined log level (sfLogger::EMERG >= sfLogger::NOTICE) ok 50 - ->log() only logs if the level is >= to the defined log level (sfLogger::ALERT >= sfLogger::NOTICE) ok 51 - ->log() only logs if the level is >= to the defined log level (sfLogger::CRIT >= sfLogger::NOTICE) ok 52 - ->log() only logs if the level is >= to the defined log level (sfLogger::ERR >= sfLogger::NOTICE) ok 53 - ->log() only logs if the level is >= to the defined log level (sfLogger::WARNING >= sfLogger::NOTICE) ok 54 - ->log() only logs if the level is >= to the defined log level (sfLogger::NOTICE >= sfLogger::NOTICE) ok 55 - ->log() only logs if the level is >= to the defined log level (sfLogger::INFO >= sfLogger::NOTICE) ok 56 - ->log() only logs if the level is >= to the defined log level (sfLogger::DEBUG >= sfLogger::NOTICE) ok 57 - ->log() only logs if the level is >= to the defined log level (sfLogger::EMERG >= sfLogger::INFO) ok 58 - ->log() only logs if the level is >= to the defined log level (sfLogger::ALERT >= sfLogger::INFO) ok 59 - ->log() only logs if the level is >= to the defined log level (sfLogger::CRIT >= sfLogger::INFO) ok 60 - ->log() only logs if the level is >= to the defined log level (sfLogger::ERR >= sfLogger::INFO) ok 61 - ->log() only logs if the level is >= to the defined log level (sfLogger::WARNING >= sfLogger::INFO) ok 62 - ->log() only logs if the level is >= to the defined log level (sfLogger::NOTICE >= sfLogger::INFO) ok 63 - ->log() only logs if the level is >= to the defined log level (sfLogger::INFO >= sfLogger::INFO) ok 64 - ->log() only logs if the level is >= to the defined log level (sfLogger::DEBUG >= sfLogger::INFO) ok 65 - ->log() only logs if the level is >= to the defined log level (sfLogger::EMERG >= sfLogger::DEBUG) ok 66 - ->log() only logs if the level is >= to the defined log level (sfLogger::ALERT >= sfLogger::DEBUG) ok 67 - ->log() only logs if the level is >= to the defined log level (sfLogger::CRIT >= sfLogger::DEBUG) ok 68 - ->log() only logs if the level is >= to the defined log level (sfLogger::ERR >= sfLogger::DEBUG) ok 69 - ->log() only logs if the level is >= to the defined log level (sfLogger::WARNING >= sfLogger::DEBUG) ok 70 - ->log() only logs if the level is >= to the defined log level (sfLogger::NOTICE >= sfLogger::DEBUG) ok 71 - ->log() only logs if the level is >= to the defined log level (sfLogger::INFO >= sfLogger::DEBUG) ok 72 - ->log() only logs if the level is >= to the defined log level (sfLogger::DEBUG >= sfLogger::DEBUG) # log shortcuts ok 73 - ->emerg($msg) is a shortcut for ->log($msg, sfLogger::EMERG) ok 74 - ->emerg($msg) is a shortcut for ->log($msg, sfLogger::EMERG) ok 75 - ->emerg($msg) is a shortcut for ->log($msg, sfLogger::EMERG) ok 76 - ->emerg($msg) is a shortcut for ->log($msg, sfLogger::EMERG) ok 77 - ->emerg($msg) is a shortcut for ->log($msg, sfLogger::EMERG) ok 78 - ->emerg($msg) is a shortcut for ->log($msg, sfLogger::EMERG) ok 79 - ->emerg($msg) is a shortcut for ->log($msg, sfLogger::EMERG) ok 80 - ->emerg($msg) is a shortcut for ->log($msg, sfLogger::EMERG) ok 81 - ->alert($msg) is a shortcut for ->log($msg, sfLogger::ALERT) ok 82 - ->alert($msg) is a shortcut for ->log($msg, sfLogger::ALERT) ok 83 - ->alert($msg) is a shortcut for ->log($msg, sfLogger::ALERT) ok 84 - ->alert($msg) is a shortcut for ->log($msg, sfLogger::ALERT) ok 85 - ->alert($msg) is a shortcut for ->log($msg, sfLogger::ALERT) ok 86 - ->alert($msg) is a shortcut for ->log($msg, sfLogger::ALERT) ok 87 - ->alert($msg) is a shortcut for ->log($msg, sfLogger::ALERT) ok 88 - ->alert($msg) is a shortcut for ->log($msg, sfLogger::ALERT) ok 89 - ->crit($msg) is a shortcut for ->log($msg, sfLogger::CRIT) ok 90 - ->crit($msg) is a shortcut for ->log($msg, sfLogger::CRIT) ok 91 - ->crit($msg) is a shortcut for ->log($msg, sfLogger::CRIT) ok 92 - ->crit($msg) is a shortcut for ->log($msg, sfLogger::CRIT) ok 93 - ->crit($msg) is a shortcut for ->log($msg, sfLogger::CRIT) ok 94 - ->crit($msg) is a shortcut for ->log($msg, sfLogger::CRIT) ok 95 - ->crit($msg) is a shortcut for ->log($msg, sfLogger::CRIT) ok 96 - ->crit($msg) is a shortcut for ->log($msg, sfLogger::CRIT) ok 97 - ->err($msg) is a shortcut for ->log($msg, sfLogger::ERR) ok 98 - ->err($msg) is a shortcut for ->log($msg, sfLogger::ERR) ok 99 - ->err($msg) is a shortcut for ->log($msg, sfLogger::ERR) ok 100 - ->err($msg) is a shortcut for ->log($msg, sfLogger::ERR) ok 101 - ->err($msg) is a shortcut for ->log($msg, sfLogger::ERR) ok 102 - ->err($msg) is a shortcut for ->log($msg, sfLogger::ERR) ok 103 - ->err($msg) is a shortcut for ->log($msg, sfLogger::ERR) ok 104 - ->err($msg) is a shortcut for ->log($msg, sfLogger::ERR) ok 105 - ->warning($msg) is a shortcut for ->log($msg, sfLogger::WARNING) ok 106 - ->warning($msg) is a shortcut for ->log($msg, sfLogger::WARNING) ok 107 - ->warning($msg) is a shortcut for ->log($msg, sfLogger::WARNING) ok 108 - ->warning($msg) is a shortcut for ->log($msg, sfLogger::WARNING) ok 109 - ->warning($msg) is a shortcut for ->log($msg, sfLogger::WARNING) ok 110 - ->warning($msg) is a shortcut for ->log($msg, sfLogger::WARNING) ok 111 - ->warning($msg) is a shortcut for ->log($msg, sfLogger::WARNING) ok 112 - ->warning($msg) is a shortcut for ->log($msg, sfLogger::WARNING) ok 113 - ->notice($msg) is a shortcut for ->log($msg, sfLogger::NOTICE) ok 114 - ->notice($msg) is a shortcut for ->log($msg, sfLogger::NOTICE) ok 115 - ->notice($msg) is a shortcut for ->log($msg, sfLogger::NOTICE) ok 116 - ->notice($msg) is a shortcut for ->log($msg, sfLogger::NOTICE) ok 117 - ->notice($msg) is a shortcut for ->log($msg, sfLogger::NOTICE) ok 118 - ->notice($msg) is a shortcut for ->log($msg, sfLogger::NOTICE) ok 119 - ->notice($msg) is a shortcut for ->log($msg, sfLogger::NOTICE) ok 120 - ->notice($msg) is a shortcut for ->log($msg, sfLogger::NOTICE) ok 121 - ->info($msg) is a shortcut for ->log($msg, sfLogger::INFO) ok 122 - ->info($msg) is a shortcut for ->log($msg, sfLogger::INFO) ok 123 - ->info($msg) is a shortcut for ->log($msg, sfLogger::INFO) ok 124 - ->info($msg) is a shortcut for ->log($msg, sfLogger::INFO) ok 125 - ->info($msg) is a shortcut for ->log($msg, sfLogger::INFO) ok 126 - ->info($msg) is a shortcut for ->log($msg, sfLogger::INFO) ok 127 - ->info($msg) is a shortcut for ->log($msg, sfLogger::INFO) ok 128 - ->info($msg) is a shortcut for ->log($msg, sfLogger::INFO) ok 129 - ->debug($msg) is a shortcut for ->log($msg, sfLogger::DEBUG) ok 130 - ->debug($msg) is a shortcut for ->log($msg, sfLogger::DEBUG) ok 131 - ->debug($msg) is a shortcut for ->log($msg, sfLogger::DEBUG) ok 132 - ->debug($msg) is a shortcut for ->log($msg, sfLogger::DEBUG) ok 133 - ->debug($msg) is a shortcut for ->log($msg, sfLogger::DEBUG) ok 134 - ->debug($msg) is a shortcut for ->log($msg, sfLogger::DEBUG) ok 135 - ->debug($msg) is a shortcut for ->log($msg, sfLogger::DEBUG) ok 136 - ->debug($msg) is a shortcut for ->log($msg, sfLogger::DEBUG) # Looks like everything went fine.