Package org.glassfish.internal.api
Interface LogManager
-
@Contract public interface LogManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddHandler(Handler handler)Adds a new handler to the root loggerFilegetLoggingFile()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.
-
-