1.6.0 • Published 9 years ago

eko v1.6.0

Weekly downloads
1
License
ISC
Repository
github
Last release
9 years ago

eko

eko listens for log events to come in over HTTP and then repeats them on the command line.

Installation

$ npm install -g eko

This will install socket.io as a dependency which may generate some safe to ignore errors trying to compile.

Quick Start

$ eko
GET http://localhost:4561/
POST http://localhost:4560/

NLog

To echo NLog events to the console use the following target:

  <target name="eko" xsi:type="WebService" methodName=""
  	 protocol="HttpPost"
  	 url="http://localhost:4560">
    <parameter name='level' layout='${level}'/>
    <parameter name='message' layout='${message}'/>
    <parameter name='logger' layout='${logger}'/>
  </target>
1.6.0

9 years ago

1.5.0

9 years ago

1.3.3

9 years ago

1.3.2

9 years ago

1.2.2

9 years ago

1.2.1

9 years ago

1.2.0

9 years ago

1.1.1

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago