com.sun.enterprise.v3.logging
Class AgentFormatterDelegate

java.lang.Object
  extended by com.sun.enterprise.v3.logging.AgentFormatterDelegate
All Implemented Interfaces:
FormatterDelegate

public class AgentFormatterDelegate
extends java.lang.Object
implements FormatterDelegate

Created by IntelliJ IDEA. User: dochez Date: May 29, 2007 Time: 4:13:03 PM To change this template use File | Settings | File Templates.


Constructor Summary
AgentFormatterDelegate(Agent agent)
           
 
Method Summary
 void format(java.lang.StringBuilder buf, java.util.logging.Level level)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgentFormatterDelegate

public AgentFormatterDelegate(Agent agent)
Method Detail

format

public void format(java.lang.StringBuilder buf,
                   java.util.logging.Level level)
Specified by:
format in interface FormatterDelegate


Copyright © 2012 GlassFish Community. All Rights Reserved.