elogger API
Overview Classes Cluster Class Index          Top Features

root_cluster.logging.config

Class ELOG_CONFIGURATION_LISTENER


Direct ancestors

NETWORK_SERVER, ELOG_SHARED_HIERARCHY, ELOG_SHARED_INTERNAL_LOGGER, ELOG_SEVERITY_CONSTANTS

Creation

Features

Invariants

indexing

description

Configuration listener, which is able to change the shared hierarchy at runtime.

class ELOG_CONFIGURATION_LISTENER

inherit

NETWORK_SERVER

create

make (a_port: INTEGER; do_report_parse_error: BOOLEAN)

-- start listening to given port, specify 0 to use the default port.

require

a_port_valid: a_port >= 0

feature -- Access

Default_port: INTEGER

-- default port

port: INTEGER

-- port that is beeing listened to

report_parse_error: BOOLEAN

-- are parse errors reported?

feature -- Element Change

set_report_parse_error (b: BOOLEAN)

-- are parse errors reported?

invariant


Documentation generated by edoc