Skip to content

Commit

Permalink
Improving doc blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed May 16, 2013
1 parent 785c17d commit e9d50eb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/Cake/Log/Engine/SyslogLog.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ public function write($type, $message) {
}

/**
* Wrapper for openlog call
* Extracts the call to openlog() in order to run unit tests on it. This function
* will initialize the connection to the system logger
*
* @param string $ident the prefix to add to all messages logged
* @param int $options the options flags to be used for logged messages
Expand All @@ -140,7 +141,8 @@ protected function _open($ident, $options, $facility) {
}

/**
* Wrapper for syslog call
* Extracts the call to syslog() in order to run unit tests on it. This function
* will perform the actual write in the system logger
*
* @param int $priority
* @param string $message
Expand Down

0 comments on commit e9d50eb

Please sign in to comment.