mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-06 13:16:39 +02:00
Fix typos
This commit is contained in:
@@ -57,7 +57,6 @@ class SyslogHandler extends AbstractHandler
|
||||
);
|
||||
|
||||
/**
|
||||
*
|
||||
* @param string $ident
|
||||
* @param mixed $facility
|
||||
* @param integer $level The minimum logging level at which this handler will be triggered
|
||||
|
@@ -222,7 +222,7 @@ class Logger
|
||||
/**
|
||||
* Adds a log record at the DEBUG level.
|
||||
*
|
||||
* This method allows to have an esay ZF compatibility.
|
||||
* This method allows to have an easy ZF compatibility.
|
||||
*
|
||||
* @param string $message The log message
|
||||
* @return Boolean Whether the record has been processed
|
||||
@@ -235,7 +235,7 @@ class Logger
|
||||
/**
|
||||
* Adds a log record at the INFO level.
|
||||
*
|
||||
* This method allows to have an esay ZF compatibility.
|
||||
* This method allows to have an easy ZF compatibility.
|
||||
*
|
||||
* @param string $message The log message
|
||||
* @return Boolean Whether the record has been processed
|
||||
@@ -248,7 +248,7 @@ class Logger
|
||||
/**
|
||||
* Adds a log record at the INFO level.
|
||||
*
|
||||
* This method allows to have an esay ZF compatibility.
|
||||
* This method allows to have an easy ZF compatibility.
|
||||
*
|
||||
* @param string $message The log message
|
||||
* @return Boolean Whether the record has been processed
|
||||
@@ -261,7 +261,7 @@ class Logger
|
||||
/**
|
||||
* Adds a log record at the WARNING level.
|
||||
*
|
||||
* This method allows to have an esay ZF compatibility.
|
||||
* This method allows to have an easy ZF compatibility.
|
||||
*
|
||||
* @param string $message The log message
|
||||
* @return Boolean Whether the record has been processed
|
||||
@@ -274,7 +274,7 @@ class Logger
|
||||
/**
|
||||
* Adds a log record at the ERROR level.
|
||||
*
|
||||
* This method allows to have an esay ZF compatibility.
|
||||
* This method allows to have an easy ZF compatibility.
|
||||
*
|
||||
* @param string $message The log message
|
||||
* @return Boolean Whether the record has been processed
|
||||
@@ -287,7 +287,7 @@ class Logger
|
||||
/**
|
||||
* Adds a log record at the ERROR level.
|
||||
*
|
||||
* This method allows to have an esay ZF compatibility.
|
||||
* This method allows to have an easy ZF compatibility.
|
||||
*
|
||||
* @param string $message The log message
|
||||
* @return Boolean Whether the record has been processed
|
||||
@@ -300,7 +300,7 @@ class Logger
|
||||
/**
|
||||
* Adds a log record at the ERROR level.
|
||||
*
|
||||
* This method allows to have an esay ZF compatibility.
|
||||
* This method allows to have an easy ZF compatibility.
|
||||
*
|
||||
* @param string $message The log message
|
||||
* @return Boolean Whether the record has been processed
|
||||
@@ -313,7 +313,7 @@ class Logger
|
||||
/**
|
||||
* Adds a log record at the ERROR level.
|
||||
*
|
||||
* This method allows to have an esay ZF compatibility.
|
||||
* This method allows to have an easy ZF compatibility.
|
||||
*
|
||||
* @param string $message The log message
|
||||
* @return Boolean Whether the record has been processed
|
||||
|
Reference in New Issue
Block a user