Package | Description |
---|---|
java.security |
Provides the classes and interfaces for the security framework.
|
java.util.logging |
Provides the classes and interfaces of the CLDC platform's core logging facilities.
|
Modifier and Type | Class and Description |
---|---|
class |
AccessControlException
This exception is thrown by the AccessController to indicate
that a requested access (to a critical system resource such as the
file system or the network) is denied.
|
Modifier and Type | Method and Description |
---|---|
void |
Logger.addHandler(Handler handler)
Add a log Handler to receive logging messages.
|
void |
LogManager.checkAccess()
Check that the current context is trusted to modify the logging
configuration.
|
void |
StreamHandler.close()
Close the current output stream.
|
abstract void |
Handler.close()
Close the Handler and free all associated resources.
|
void |
Logger.removeHandler(Handler handler)
Remove a log Handler.
|
void |
LogManager.reset()
Reset the logging configuration.
|
void |
StreamHandler.setEncoding(String encoding)
Set (or change) the character encoding used by this Handler.
|
void |
Handler.setEncoding(String encoding)
Set the character encoding used by this Handler.
|
void |
Logger.setFilter(Filter newFilter)
Set a filter to control output on this Logger.
|
void |
Handler.setFilter(Filter newFilter)
Set a Filter to control output on this Handler.
|
void |
Handler.setFormatter(Formatter newFormatter)
Set a Formatter.
|
void |
Logger.setLevel(Level newLevel)
Set the log level specifying which message levels will be
logged by this logger.
|
void |
Handler.setLevel(Level newLevel)
Set the log level specifying which message levels will be
logged by this Handler.
|
protected void |
StreamHandler.setOutputStream(OutputStream out)
Change the output stream.
|
Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved. Use of this specification is subject to license terms.