<log>java.util.logging. | Name | Description |
|---|---|
level="..."
|
The "log level", which, in combination with the logger, determines how the message is logged. |
logger="..."
|
The name of the logger on which to log. |
message="..."
|
The text of the message that is logged. |
Default values are underlined.
logger="logger-name"Loggerlevel="OFF|SEVERE|WARNING|INFO|CONFIG|FINE|FINER|FINEST|ALL|integer-value"Logger.log(Level, String)message="text"Logger.log(Level, String)Copyright © 2019. All rights reserved.