diff options
author | Sai Phaninder Reddy Jonnala <sai.jonnala@gopassport.com> | 2016-02-08 22:42:37 +0100 |
---|---|---|
committer | Sai Phaninder Reddy Jonnala <sai.jonnala@gopassport.com> | 2016-02-08 22:42:37 +0100 |
commit | e9aad049553f4f276093a1a212a2f03f20cb337d (patch) | |
tree | f66966922175a097355ac33235f390a1e13ae305 | |
parent | 009ce6c4b68375f77bc8864528602824d6c603ba (diff) |
Doc block formatting change.
-rw-r--r-- | system/core/Log.php | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/system/core/Log.php b/system/core/Log.php index f338a36ec..34ac64a27 100644 --- a/system/core/Log.php +++ b/system/core/Log.php @@ -232,14 +232,13 @@ class CI_Log { /** * Format the log line. * - * This is for extensibility of log formatting. - * If you want to change the log format, - * extend the CI_Log class and override this method. + * This is for extensibility of log formatting + * If you want to change the log format, extend the CI_Log class and override this method * * @param string $level The error level * @param string $date Formatted date string * @param string $msg The log message - * @return string formatted log line with a new line character '\n' at the end. + * @return string Formatted log line with a new line character '\n' at the end */ protected function _format_line($level, $date, $message) { |