org.glassfish.internal.api
Interface LogManager


@Contract
public interface LogManager


Method Summary
 void addHandler(Handler handler)
          Adds a new handler to the root logger
 File getLoggingFile()
           
 Map<String,String> getLoggingProperties()
           
 

Method Detail

getLoggingProperties

Map<String,String> getLoggingProperties()
                                        throws IOException
Throws:
IOException

getLoggingFile

File getLoggingFile()
                    throws IOException
Throws:
IOException

addHandler

void addHandler(Handler handler)
Adds a new handler to the root logger

Parameters:
handler - handler to be iadded.


Copyright © 2012 GlassFish Community. All Rights Reserved.