remotelog

(Remote) logging for Exasol and other Lua contexts

$ luarocks install remotelog

"remotelog" provides a logger for Lua that can log message to a remote log receiver listening on a TCP
port of a host reachable from the machine producing the log entries.

It can also be used for simple console logging. If the connection cannot be established, the log automatically
falls back to STDOUT (in some cases this will at least let the messages appear in a local log file).

"remotelog" depends on LuaSocket (MIT license). Note that on an Exasol cluster LuaSocket is pre-installed.

You can find the user guide in the projects GitHub repository.

Links:

- LuaSocket: http://w3.impa.br/~diego/software/luasocket/
- User guide: https://github.com/exasol/remotelog-lua/blob/master/doc/user_guide/user_guide.md
You can find the [user guide](https://github.com/exasol/remotelog-lua/blob/master/doc/user_guide/user_guide.md) in the
projects GitHub repository.

Versions

1.1.1-11 year ago879 downloads
1.1.0-11 year ago43 downloads
1.0.1-11 year ago280 downloads
1.0.0-11 year ago8 downloads

Dependency for

luasql-exasol, virtual-schema-common-lua, virtual-schema-common-lua

Manifests