org.objectweb.util.monolog.component
Interface MonologAttributes

All Known Implementing Classes:
MonologComponent

public interface MonologAttributes

It represents tha attributes of the monolog component. The unique attribute is the file name of the properties file permiting to configure a MonologFactory.

Author:
S.Chassande-Barrioz

Method Summary
 java.lang.String getPropertiesFileName()
           
 void setPropertiesFileName(java.lang.String propfn)
           
 

Method Detail

getPropertiesFileName

public java.lang.String getPropertiesFileName()

setPropertiesFileName

public void setPropertiesFileName(java.lang.String propfn)