Package org.glassfish.internal.api
Interface LogManager
@Contract
public interface LogManager
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddHandler(Handler handler) Adds a new handler to the root logger
-
Method Details
-
getLoggingProperties
- Throws:
IOException
-
getLoggingPropertiesFile
- Throws:
IOException
-
addHandler
Adds a new handler to the root logger- Parameters:
handler- handler to be iadded.
-
getErrStream
PrintStream getErrStream() -
getOutStream
PrintStream getOutStream()
-