ECLoggingContext


Abstract

This class is used in conjunction with the XML-based configuration of ECLogging

Methods

-configuration
-context
-isRootContext
-setContext:
called by ECXMLControl in oder to set the context
-setLoggingConfiguration:
Called by ECXMLControl in order to assign a configuration to the the receiver
-setRootContext:

configuration


- (ECLoggingConfiguration *) configuration;
method result
the logging configuration associated with the context

context


- (NSString *) context;
method result
returns the configured context string

isRootContext


- (BOOL) isRootContext;
method result
YES if the receiver specifies the settings for the root context. In this case "-context" is meaningless.

setContext:


called by ECXMLControl in oder to set the context

- setContext: (NSString *) aContext;
Parameter Descriptions
aContext
context to set
method result
self

setLoggingConfiguration:


Called by ECXMLControl in order to assign a configuration to the the receiver

- setLoggingConfiguration: (ECLoggingConfiguration *) aConfiguration;
Parameter Descriptions
aConfiguration
method result
self

setRootContext:


- setRootContext: (NSString *) rootContext;
Parameter Descriptions
rootContext
if this parameter equals YES then the receiver is meant to be the configuration for the root looger.
method result
self

(Last Updated November 08, 2007)