You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

преди 4 години
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404
  1. ### 1.25.3 (2019-12-20)
  2. * Fixed formatting of resources in JsonFormatter
  3. * Fixed RedisHandler failing to use MULTI properly when passed a proxied Redis instance (e.g. in Symfony with lazy services)
  4. * Fixed FilterHandler triggering a notice when handleBatch was filtering all records passed to it
  5. * Fixed Turkish locale messing up the conversion of level names to their constant values
  6. ### 1.25.2 (2019-11-13)
  7. * Fixed normalization of Traversables to avoid traversing them as not all of them are rewindable
  8. * Fixed setFormatter/getFormatter to forward to the nested handler in FilterHandler, FingersCrossedHandler, BufferHandler and SamplingHandler
  9. * Fixed BrowserConsoleHandler formatting when using multiple styles
  10. * Fixed normalization of exception codes to be always integers even for PDOException which have them as numeric strings
  11. * Fixed normalization of SoapFault objects containing non-strings as "detail"
  12. * Fixed json encoding across all handlers to always attempt recovery of non-UTF-8 strings instead of failing the whole encoding
  13. ### 1.25.1 (2019-09-06)
  14. * Fixed forward-compatible interfaces to be compatible with Monolog 1.x too.
  15. ### 1.25.0 (2019-09-06)
  16. * Deprecated SlackbotHandler, use SlackWebhookHandler or SlackHandler instead
  17. * Deprecated RavenHandler, use sentry/sentry 2.x and their Sentry\Monolog\Handler instead
  18. * Deprecated HipChatHandler, migrate to Slack and use SlackWebhookHandler or SlackHandler instead
  19. * Added forward-compatible interfaces and traits FormattableHandlerInterface, FormattableHandlerTrait, ProcessableHandlerInterface, ProcessableHandlerTrait. If you use modern PHP and want to make code compatible with Monolog 1 and 2 this can help. You will have to require at least Monolog 1.25 though.
  20. * Added support for RFC3164 (outdated BSD syslog protocol) to SyslogUdpHandler
  21. * Fixed issue in GroupHandler and WhatFailureGroupHandler where setting multiple processors would duplicate records
  22. * Fixed issue in SignalHandler restarting syscalls functionality
  23. * Fixed normalizers handling of exception backtraces to avoid serializing arguments in some cases
  24. * Fixed ZendMonitorHandler to work with the latest Zend Server versions
  25. * Fixed ChromePHPHandler to avoid sending more data than latest Chrome versions allow in headers (4KB down from 256KB).
  26. ### 1.24.0 (2018-11-05)
  27. * BC Notice: If you are extending any of the Monolog's Formatters' `normalize` method, make sure you add the new `$depth = 0` argument to your function signature to avoid strict PHP warnings.
  28. * Added a `ResettableInterface` in order to reset/reset/clear/flush handlers and processors
  29. * Added a `ProcessorInterface` as an optional way to label a class as being a processor (mostly useful for autowiring dependency containers)
  30. * Added a way to log signals being received using Monolog\SignalHandler
  31. * Added ability to customize error handling at the Logger level using Logger::setExceptionHandler
  32. * Added InsightOpsHandler to migrate users of the LogEntriesHandler
  33. * Added protection to NormalizerHandler against circular and very deep structures, it now stops normalizing at a depth of 9
  34. * Added capture of stack traces to ErrorHandler when logging PHP errors
  35. * Added RavenHandler support for a `contexts` context or extra key to forward that to Sentry's contexts
  36. * Added forwarding of context info to FluentdFormatter
  37. * Added SocketHandler::setChunkSize to override the default chunk size in case you must send large log lines to rsyslog for example
  38. * Added ability to extend/override BrowserConsoleHandler
  39. * Added SlackWebhookHandler::getWebhookUrl and SlackHandler::getToken to enable class extensibility
  40. * Added SwiftMailerHandler::getSubjectFormatter to enable class extensibility
  41. * Dropped official support for HHVM in test builds
  42. * Fixed normalization of exception traces when call_user_func is used to avoid serializing objects and the data they contain
  43. * Fixed naming of fields in Slack handler, all field names are now capitalized in all cases
  44. * Fixed HipChatHandler bug where slack dropped messages randomly
  45. * Fixed normalization of objects in Slack handlers
  46. * Fixed support for PHP7's Throwable in NewRelicHandler
  47. * Fixed race bug when StreamHandler sometimes incorrectly reported it failed to create a directory
  48. * Fixed table row styling issues in HtmlFormatter
  49. * Fixed RavenHandler dropping the message when logging exception
  50. * Fixed WhatFailureGroupHandler skipping processors when using handleBatch
  51. and implement it where possible
  52. * Fixed display of anonymous class names
  53. ### 1.23.0 (2017-06-19)
  54. * Improved SyslogUdpHandler's support for RFC5424 and added optional `$ident` argument
  55. * Fixed GelfHandler truncation to be per field and not per message
  56. * Fixed compatibility issue with PHP <5.3.6
  57. * Fixed support for headless Chrome in ChromePHPHandler
  58. * Fixed support for latest Aws SDK in DynamoDbHandler
  59. * Fixed support for SwiftMailer 6.0+ in SwiftMailerHandler
  60. ### 1.22.1 (2017-03-13)
  61. * Fixed lots of minor issues in the new Slack integrations
  62. * Fixed support for allowInlineLineBreaks in LineFormatter when formatting exception backtraces
  63. ### 1.22.0 (2016-11-26)
  64. * Added SlackbotHandler and SlackWebhookHandler to set up Slack integration more easily
  65. * Added MercurialProcessor to add mercurial revision and branch names to log records
  66. * Added support for AWS SDK v3 in DynamoDbHandler
  67. * Fixed fatal errors occuring when normalizing generators that have been fully consumed
  68. * Fixed RollbarHandler to include a level (rollbar level), monolog_level (original name), channel and datetime (unix)
  69. * Fixed RollbarHandler not flushing records automatically, calling close() explicitly is not necessary anymore
  70. * Fixed SyslogUdpHandler to avoid sending empty frames
  71. * Fixed a few PHP 7.0 and 7.1 compatibility issues
  72. ### 1.21.0 (2016-07-29)
  73. * Break: Reverted the addition of $context when the ErrorHandler handles regular php errors from 1.20.0 as it was causing issues
  74. * Added support for more formats in RotatingFileHandler::setFilenameFormat as long as they have Y, m and d in order
  75. * Added ability to format the main line of text the SlackHandler sends by explictly setting a formatter on the handler
  76. * Added information about SoapFault instances in NormalizerFormatter
  77. * Added $handleOnlyReportedErrors option on ErrorHandler::registerErrorHandler (default true) to allow logging of all errors no matter the error_reporting level
  78. ### 1.20.0 (2016-07-02)
  79. * Added FingersCrossedHandler::activate() to manually trigger the handler regardless of the activation policy
  80. * Added StreamHandler::getUrl to retrieve the stream's URL
  81. * Added ability to override addRow/addTitle in HtmlFormatter
  82. * Added the $context to context information when the ErrorHandler handles a regular php error
  83. * Deprecated RotatingFileHandler::setFilenameFormat to only support 3 formats: Y, Y-m and Y-m-d
  84. * Fixed WhatFailureGroupHandler to work with PHP7 throwables
  85. * Fixed a few minor bugs
  86. ### 1.19.0 (2016-04-12)
  87. * Break: StreamHandler will not close streams automatically that it does not own. If you pass in a stream (not a path/url), then it will not close it for you. You can retrieve those using getStream() if needed
  88. * Added DeduplicationHandler to remove duplicate records from notifications across multiple requests, useful for email or other notifications on errors
  89. * Added ability to use `%message%` and other LineFormatter replacements in the subject line of emails sent with NativeMailHandler and SwiftMailerHandler
  90. * Fixed HipChatHandler handling of long messages
  91. ### 1.18.2 (2016-04-02)
  92. * Fixed ElasticaFormatter to use more precise dates
  93. * Fixed GelfMessageFormatter sending too long messages
  94. ### 1.18.1 (2016-03-13)
  95. * Fixed SlackHandler bug where slack dropped messages randomly
  96. * Fixed RedisHandler issue when using with the PHPRedis extension
  97. * Fixed AmqpHandler content-type being incorrectly set when using with the AMQP extension
  98. * Fixed BrowserConsoleHandler regression
  99. ### 1.18.0 (2016-03-01)
  100. * Added optional reduction of timestamp precision via `Logger->useMicrosecondTimestamps(false)`, disabling it gets you a bit of performance boost but reduces the precision to the second instead of microsecond
  101. * Added possibility to skip some extra stack frames in IntrospectionProcessor if you have some library wrapping Monolog that is always adding frames
  102. * Added `Logger->withName` to clone a logger (keeping all handlers) with a new name
  103. * Added FluentdFormatter for the Fluentd unix socket protocol
  104. * Added HandlerWrapper base class to ease the creation of handler wrappers, just extend it and override as needed
  105. * Added support for replacing context sub-keys using `%context.*%` in LineFormatter
  106. * Added support for `payload` context value in RollbarHandler
  107. * Added setRelease to RavenHandler to describe the application version, sent with every log
  108. * Added support for `fingerprint` context value in RavenHandler
  109. * Fixed JSON encoding errors that would gobble up the whole log record, we now handle those more gracefully by dropping chars as needed
  110. * Fixed write timeouts in SocketHandler and derivatives, set to 10sec by default, lower it with `setWritingTimeout()`
  111. * Fixed PHP7 compatibility with regard to Exception/Throwable handling in a few places
  112. ### 1.17.2 (2015-10-14)
  113. * Fixed ErrorHandler compatibility with non-Monolog PSR-3 loggers
  114. * Fixed SlackHandler handling to use slack functionalities better
  115. * Fixed SwiftMailerHandler bug when sending multiple emails they all had the same id
  116. * Fixed 5.3 compatibility regression
  117. ### 1.17.1 (2015-08-31)
  118. * Fixed RollbarHandler triggering PHP notices
  119. ### 1.17.0 (2015-08-30)
  120. * Added support for `checksum` and `release` context/extra values in RavenHandler
  121. * Added better support for exceptions in RollbarHandler
  122. * Added UidProcessor::getUid
  123. * Added support for showing the resource type in NormalizedFormatter
  124. * Fixed IntrospectionProcessor triggering PHP notices
  125. ### 1.16.0 (2015-08-09)
  126. * Added IFTTTHandler to notify ifttt.com triggers
  127. * Added Logger::setHandlers() to allow setting/replacing all handlers
  128. * Added $capSize in RedisHandler to cap the log size
  129. * Fixed StreamHandler creation of directory to only trigger when the first log write happens
  130. * Fixed bug in the handling of curl failures
  131. * Fixed duplicate logging of fatal errors when both error and fatal error handlers are registered in monolog's ErrorHandler
  132. * Fixed missing fatal errors records with handlers that need to be closed to flush log records
  133. * Fixed TagProcessor::addTags support for associative arrays
  134. ### 1.15.0 (2015-07-12)
  135. * Added addTags and setTags methods to change a TagProcessor
  136. * Added automatic creation of directories if they are missing for a StreamHandler to open a log file
  137. * Added retry functionality to Loggly, Cube and Mandrill handlers so they retry up to 5 times in case of network failure
  138. * Fixed process exit code being incorrectly reset to 0 if ErrorHandler::registerExceptionHandler was used
  139. * Fixed HTML/JS escaping in BrowserConsoleHandler
  140. * Fixed JSON encoding errors being silently suppressed (PHP 5.5+ only)
  141. ### 1.14.0 (2015-06-19)
  142. * Added PHPConsoleHandler to send record to Chrome's PHP Console extension and library
  143. * Added support for objects implementing __toString in the NormalizerFormatter
  144. * Added support for HipChat's v2 API in HipChatHandler
  145. * Added Logger::setTimezone() to initialize the timezone monolog should use in case date.timezone isn't correct for your app
  146. * Added an option to send formatted message instead of the raw record on PushoverHandler via ->useFormattedMessage(true)
  147. * Fixed curl errors being silently suppressed
  148. ### 1.13.1 (2015-03-09)
  149. * Fixed regression in HipChat requiring a new token to be created
  150. ### 1.13.0 (2015-03-05)
  151. * Added Registry::hasLogger to check for the presence of a logger instance
  152. * Added context.user support to RavenHandler
  153. * Added HipChat API v2 support in the HipChatHandler
  154. * Added NativeMailerHandler::addParameter to pass params to the mail() process
  155. * Added context data to SlackHandler when $includeContextAndExtra is true
  156. * Added ability to customize the Swift_Message per-email in SwiftMailerHandler
  157. * Fixed SwiftMailerHandler to lazily create message instances if a callback is provided
  158. * Fixed serialization of INF and NaN values in Normalizer and LineFormatter
  159. ### 1.12.0 (2014-12-29)
  160. * Break: HandlerInterface::isHandling now receives a partial record containing only a level key. This was always the intent and does not break any Monolog handler but is strictly speaking a BC break and you should check if you relied on any other field in your own handlers.
  161. * Added PsrHandler to forward records to another PSR-3 logger
  162. * Added SamplingHandler to wrap around a handler and include only every Nth record
  163. * Added MongoDBFormatter to support better storage with MongoDBHandler (it must be enabled manually for now)
  164. * Added exception codes in the output of most formatters
  165. * Added LineFormatter::includeStacktraces to enable exception stack traces in logs (uses more than one line)
  166. * Added $useShortAttachment to SlackHandler to minify attachment size and $includeExtra to append extra data
  167. * Added $host to HipChatHandler for users of private instances
  168. * Added $transactionName to NewRelicHandler and support for a transaction_name context value
  169. * Fixed MandrillHandler to avoid outputing API call responses
  170. * Fixed some non-standard behaviors in SyslogUdpHandler
  171. ### 1.11.0 (2014-09-30)
  172. * Break: The NewRelicHandler extra and context data are now prefixed with extra_ and context_ to avoid clashes. Watch out if you have scripts reading those from the API and rely on names
  173. * Added WhatFailureGroupHandler to suppress any exception coming from the wrapped handlers and avoid chain failures if a logging service fails
  174. * Added MandrillHandler to send emails via the Mandrillapp.com API
  175. * Added SlackHandler to log records to a Slack.com account
  176. * Added FleepHookHandler to log records to a Fleep.io account
  177. * Added LogglyHandler::addTag to allow adding tags to an existing handler
  178. * Added $ignoreEmptyContextAndExtra to LineFormatter to avoid empty [] at the end
  179. * Added $useLocking to StreamHandler and RotatingFileHandler to enable flock() while writing
  180. * Added support for PhpAmqpLib in the AmqpHandler
  181. * Added FingersCrossedHandler::clear and BufferHandler::clear to reset them between batches in long running jobs
  182. * Added support for adding extra fields from $_SERVER in the WebProcessor
  183. * Fixed support for non-string values in PrsLogMessageProcessor
  184. * Fixed SwiftMailer messages being sent with the wrong date in long running scripts
  185. * Fixed minor PHP 5.6 compatibility issues
  186. * Fixed BufferHandler::close being called twice
  187. ### 1.10.0 (2014-06-04)
  188. * Added Logger::getHandlers() and Logger::getProcessors() methods
  189. * Added $passthruLevel argument to FingersCrossedHandler to let it always pass some records through even if the trigger level is not reached
  190. * Added support for extra data in NewRelicHandler
  191. * Added $expandNewlines flag to the ErrorLogHandler to create multiple log entries when a message has multiple lines
  192. ### 1.9.1 (2014-04-24)
  193. * Fixed regression in RotatingFileHandler file permissions
  194. * Fixed initialization of the BufferHandler to make sure it gets flushed after receiving records
  195. * Fixed ChromePHPHandler and FirePHPHandler's activation strategies to be more conservative
  196. ### 1.9.0 (2014-04-20)
  197. * Added LogEntriesHandler to send logs to a LogEntries account
  198. * Added $filePermissions to tweak file mode on StreamHandler and RotatingFileHandler
  199. * Added $useFormatting flag to MemoryProcessor to make it send raw data in bytes
  200. * Added support for table formatting in FirePHPHandler via the table context key
  201. * Added a TagProcessor to add tags to records, and support for tags in RavenHandler
  202. * Added $appendNewline flag to the JsonFormatter to enable using it when logging to files
  203. * Added sound support to the PushoverHandler
  204. * Fixed multi-threading support in StreamHandler
  205. * Fixed empty headers issue when ChromePHPHandler received no records
  206. * Fixed default format of the ErrorLogHandler
  207. ### 1.8.0 (2014-03-23)
  208. * Break: the LineFormatter now strips newlines by default because this was a bug, set $allowInlineLineBreaks to true if you need them
  209. * Added BrowserConsoleHandler to send logs to any browser's console via console.log() injection in the output
  210. * Added FilterHandler to filter records and only allow those of a given list of levels through to the wrapped handler
  211. * Added FlowdockHandler to send logs to a Flowdock account
  212. * Added RollbarHandler to send logs to a Rollbar account
  213. * Added HtmlFormatter to send prettier log emails with colors for each log level
  214. * Added GitProcessor to add the current branch/commit to extra record data
  215. * Added a Monolog\Registry class to allow easier global access to pre-configured loggers
  216. * Added support for the new official graylog2/gelf-php lib for GelfHandler, upgrade if you can by replacing the mlehner/gelf-php requirement
  217. * Added support for HHVM
  218. * Added support for Loggly batch uploads
  219. * Added support for tweaking the content type and encoding in NativeMailerHandler
  220. * Added $skipClassesPartials to tweak the ignored classes in the IntrospectionProcessor
  221. * Fixed batch request support in GelfHandler
  222. ### 1.7.0 (2013-11-14)
  223. * Added ElasticSearchHandler to send logs to an Elastic Search server
  224. * Added DynamoDbHandler and ScalarFormatter to send logs to Amazon's Dynamo DB
  225. * Added SyslogUdpHandler to send logs to a remote syslogd server
  226. * Added LogglyHandler to send logs to a Loggly account
  227. * Added $level to IntrospectionProcessor so it only adds backtraces when needed
  228. * Added $version to LogstashFormatter to allow using the new v1 Logstash format
  229. * Added $appName to NewRelicHandler
  230. * Added configuration of Pushover notification retries/expiry
  231. * Added $maxColumnWidth to NativeMailerHandler to change the 70 chars default
  232. * Added chainability to most setters for all handlers
  233. * Fixed RavenHandler batch processing so it takes the message from the record with highest priority
  234. * Fixed HipChatHandler batch processing so it sends all messages at once
  235. * Fixed issues with eAccelerator
  236. * Fixed and improved many small things
  237. ### 1.6.0 (2013-07-29)
  238. * Added HipChatHandler to send logs to a HipChat chat room
  239. * Added ErrorLogHandler to send logs to PHP's error_log function
  240. * Added NewRelicHandler to send logs to NewRelic's service
  241. * Added Monolog\ErrorHandler helper class to register a Logger as exception/error/fatal handler
  242. * Added ChannelLevelActivationStrategy for the FingersCrossedHandler to customize levels by channel
  243. * Added stack traces output when normalizing exceptions (json output & co)
  244. * Added Monolog\Logger::API constant (currently 1)
  245. * Added support for ChromePHP's v4.0 extension
  246. * Added support for message priorities in PushoverHandler, see $highPriorityLevel and $emergencyLevel
  247. * Added support for sending messages to multiple users at once with the PushoverHandler
  248. * Fixed RavenHandler's support for batch sending of messages (when behind a Buffer or FingersCrossedHandler)
  249. * Fixed normalization of Traversables with very large data sets, only the first 1000 items are shown now
  250. * Fixed issue in RotatingFileHandler when an open_basedir restriction is active
  251. * Fixed minor issues in RavenHandler and bumped the API to Raven 0.5.0
  252. * Fixed SyslogHandler issue when many were used concurrently with different facilities
  253. ### 1.5.0 (2013-04-23)
  254. * Added ProcessIdProcessor to inject the PID in log records
  255. * Added UidProcessor to inject a unique identifier to all log records of one request/run
  256. * Added support for previous exceptions in the LineFormatter exception serialization
  257. * Added Monolog\Logger::getLevels() to get all available levels
  258. * Fixed ChromePHPHandler so it avoids sending headers larger than Chrome can handle
  259. ### 1.4.1 (2013-04-01)
  260. * Fixed exception formatting in the LineFormatter to be more minimalistic
  261. * Fixed RavenHandler's handling of context/extra data, requires Raven client >0.1.0
  262. * Fixed log rotation in RotatingFileHandler to work with long running scripts spanning multiple days
  263. * Fixed WebProcessor array access so it checks for data presence
  264. * Fixed Buffer, Group and FingersCrossed handlers to make use of their processors
  265. ### 1.4.0 (2013-02-13)
  266. * Added RedisHandler to log to Redis via the Predis library or the phpredis extension
  267. * Added ZendMonitorHandler to log to the Zend Server monitor
  268. * Added the possibility to pass arrays of handlers and processors directly in the Logger constructor
  269. * Added `$useSSL` option to the PushoverHandler which is enabled by default
  270. * Fixed ChromePHPHandler and FirePHPHandler issue when multiple instances are used simultaneously
  271. * Fixed header injection capability in the NativeMailHandler
  272. ### 1.3.1 (2013-01-11)
  273. * Fixed LogstashFormatter to be usable with stream handlers
  274. * Fixed GelfMessageFormatter levels on Windows
  275. ### 1.3.0 (2013-01-08)
  276. * Added PSR-3 compliance, the `Monolog\Logger` class is now an instance of `Psr\Log\LoggerInterface`
  277. * Added PsrLogMessageProcessor that you can selectively enable for full PSR-3 compliance
  278. * Added LogstashFormatter (combine with SocketHandler or StreamHandler to send logs to Logstash)
  279. * Added PushoverHandler to send mobile notifications
  280. * Added CouchDBHandler and DoctrineCouchDBHandler
  281. * Added RavenHandler to send data to Sentry servers
  282. * Added support for the new MongoClient class in MongoDBHandler
  283. * Added microsecond precision to log records' timestamps
  284. * Added `$flushOnOverflow` param to BufferHandler to flush by batches instead of losing
  285. the oldest entries
  286. * Fixed normalization of objects with cyclic references
  287. ### 1.2.1 (2012-08-29)
  288. * Added new $logopts arg to SyslogHandler to provide custom openlog options
  289. * Fixed fatal error in SyslogHandler
  290. ### 1.2.0 (2012-08-18)
  291. * Added AmqpHandler (for use with AMQP servers)
  292. * Added CubeHandler
  293. * Added NativeMailerHandler::addHeader() to send custom headers in mails
  294. * Added the possibility to specify more than one recipient in NativeMailerHandler
  295. * Added the possibility to specify float timeouts in SocketHandler
  296. * Added NOTICE and EMERGENCY levels to conform with RFC 5424
  297. * Fixed the log records to use the php default timezone instead of UTC
  298. * Fixed BufferHandler not being flushed properly on PHP fatal errors
  299. * Fixed normalization of exotic resource types
  300. * Fixed the default format of the SyslogHandler to avoid duplicating datetimes in syslog
  301. ### 1.1.0 (2012-04-23)
  302. * Added Monolog\Logger::isHandling() to check if a handler will
  303. handle the given log level
  304. * Added ChromePHPHandler
  305. * Added MongoDBHandler
  306. * Added GelfHandler (for use with Graylog2 servers)
  307. * Added SocketHandler (for use with syslog-ng for example)
  308. * Added NormalizerFormatter
  309. * Added the possibility to change the activation strategy of the FingersCrossedHandler
  310. * Added possibility to show microseconds in logs
  311. * Added `server` and `referer` to WebProcessor output
  312. ### 1.0.2 (2011-10-24)
  313. * Fixed bug in IE with large response headers and FirePHPHandler
  314. ### 1.0.1 (2011-08-25)
  315. * Added MemoryPeakUsageProcessor and MemoryUsageProcessor
  316. * Added Monolog\Logger::getName() to get a logger's channel name
  317. ### 1.0.0 (2011-07-06)
  318. * Added IntrospectionProcessor to get info from where the logger was called
  319. * Fixed WebProcessor in CLI
  320. ### 1.0.0-RC1 (2011-07-01)
  321. * Initial release