org.apache.myfaces.logging
Interface MyfacesLogKey


public interface MyfacesLogKey

Object representation of log key.


Method Summary
 String name()
          Returns String representation of this log key.
 

Method Detail

name

String name()
Returns String representation of this log key. Q: why is this method name(), not getName()? A: java enum can out of the box implement this interface - Enum.name()

Returns:
String reprezentation of log key


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.