Skip to content

Tags: fluent/fluent-logger-php

Tags

v1.0.1

Toggle v1.0.1's commit message
Merge pull request #47 from fvovan/unregister_error_handler

Add unregisterErrorHandler() method

v1.0.0

Toggle v1.0.0's commit message
Merge pull request #44 from fluent/prepare_for_v1

Prepare for v1

v0.3.8

Toggle v0.3.8's commit message
bumped up 0.3.8

[features]
* add max retry option #24
  Author: Semen Kataev

v0.3.7

Toggle v0.3.7's commit message
bumped up 0.3.7

[fixes]
- fix fclose warnings
- fix coding styles
- close connection after having exception on socket
- add retry_socket options

[misc]
- update vagrant box and use librarian-chef to manage cookbook.
- add stress test script into examples/stress. this usefull for testing
- fix testcases

[deprecated]
- throw away package.xml. we recommend to use composer

php52

Toggle php52's commit message
adjust travis.yml

v0.3.6

Toggle v0.3.6's commit message
bmuped up to v0.3.6

v0.3.5

Toggle v0.3.5's commit message
bumped up v0.3.5. fix awful typo.

v0.3.4

Toggle v0.3.4's commit message
bumped up 0.3.4: fix reconnect bug.

Basically, stream_socket_connect can't get any errors with that API.
for now, we rely error_get_last()'s message. fluent-logger will close the socket and
reconnect to the host if it contains `errno=32` (EPIPE).

[Changes]
 * add exponential backoff strategy for reconnecting issue and it becomes defualt back off strategy.
   also change default attempt count.
 * change method name: FluentLogger::clearInstances as fix typo.
 * fix many many typos. i can't believe why i missed those things.

v0.3.3

Toggle v0.3.3's commit message
bumped up 0.3.3

Fluent\Logger\HttpLogger::post and post2 should return boolean value.

v0.3.2

Toggle v0.3.2's commit message
bumped up to 0.3.2