| 1 | <?php |
||
| 5 | class Log extends \Fuel\Core\Log |
||
| 6 | { |
||
| 7 | protected static $opensocial_user_id = ''; |
||
| 8 | |||
| 9 | public static function setOpensocialUserId($opensocial_user_id) { |
||
| 12 | |||
| 13 | public static function _init() { |
||
| 16 | |||
| 17 | public static function info($msg, $method = null) |
||
| 21 | |||
| 22 | public static function write($level, $msg, $method = null) { |
||
| 39 | } |
||
| 40 |