com.resilientedge.util.logger
Interface LoggingType

All Known Implementing Classes:
Topic, Level

public interface LoggingType

This defines the interface for a specific Logging Type categorization (i.e., Level or Type).

Author:
odh

Method Summary
 java.lang.String getName()
          Gets the Name attribute of the LoggingType object
 

Method Detail

getName

public java.lang.String getName()
                         throws UnknownLogTypeException
Gets the Name attribute of the LoggingType object
Returns:
The Name value
Throws:
UnknownLogTypeException - Exception Description


Copyright © 2001 Resilient Edge, Inc. All Rights Reserved.