Plugin Directory

Changeset 1239660

Timestamp:
09/07/2015 10:37:38 AM (9 years ago)
Author:
japh
Message:

Update to commit 974073d from git@…:Japh/stream-to-papertrail.git

Location:
stream-to-papertrail
Files:
7 added
7 edited

Legend:

Unmodified
Added
Removed
  • stream-to-papertrail/assets/banner-1544x500.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • stream-to-papertrail/assets/banner-772x250.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • stream-to-papertrail/assets/icon-128x128.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • stream-to-papertrail/assets/icon-256x256.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • stream-to-papertrail/trunk/inc/class-stream-papertrail-api.php

    r1239401 r1239660  
    5151                    'default'     => 'stream',
    5252                ),
     53
     54
     55
     56
     57
     58
     59
     60
    5361            ),
    5462        );
     
    8593        $component   = $this->options['papertrail_component'];
    8694
    87         $syslog_message = '<22>' . date( 'M d H:i:s ' ) . $program . ' ' . $component . ': ' . $message;
     95        $syslog_message = '<22>' . date( 'M d H:i:s ' ) . $program . ' ' . $component . ': ' . $;
    8896
    8997        $sock = socket_create( AF_INET, SOCK_DGRAM, SOL_UDP );
    9098        socket_sendto( $sock, $syslog_message, strlen( $syslog_message ), 0, $destination['hostname'], $destination['port'] );
    9199        socket_close( $sock );
     100
     101
     102
     103
     104
     105
     106
     107
     108
     109
     110
     111
     112
     113
     114
     115
     116
     117
     118
     119
     120
     121
     122
     123
     124
     125
     126
     127
     128
     129
     130
     131
     132
     133
     134
     135
     136
     137
     138
     139
     140
     141
     142
     143
     144
     145
     146
     147
     148
     149
     150
     151
     152
     153
    92154
    93155    }
  • stream-to-papertrail/trunk/readme.txt

    r1239403 r1239660  
    44Requires at least:  4.3
    55Tested up to:       4.3
    6 Stable tag:         0.0.3
     6Stable tag:         0.0.
    77License:            GPLv2 or later
    88License URI:        https://www.gnu.org/licenses/gpl-2.0.html
     
    2121
    2222== Changelog ==
     23
     24
     25
     26
     27
     28
    2329
    2430= 0.0.3 - September 7, 2015 =
  • stream-to-papertrail/trunk/stream-papertrail.php

    r1239401 r1239660  
    55 * Description: Send Stream logs to Papertrail for safe-keeping.
    66 * Author: Japh
    7  * Version: 0.0.3
     7 * Version: 0.0.
    88 * Author URI: http://japh.com.au/
    99 */
Note: See TracChangeset for help on using the changeset viewer.