java.util.logging
public
final
class
java.util.logging.LoggingPermission
The permission required to control the logging when run with a
SecurityManager
.
Summary
Public Constructors
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Constructors
public
LoggingPermission(String name, String actions)
Constructs a
LoggingPermission
object required to control
the logging.
Parameters
name
| Currently must be "control". |
actions
| Currently must be either null or the empty
string.
|