Uses of Class
java.util.logging.StreamHandler
| Package | Description |
|---|---|
| java.util.logging |
-
Uses of StreamHandler in java.util.logging
Subclasses of StreamHandler in java.util.logging Modifier and Type Class Description classConsoleHandlerA handler that writes log messages to the standard output streamSystem.err.classFileHandlerAFileHandlerwrites logging records into a specified file or a rotating set of files.classSocketHandlerA handler that writes log messages to a socket connection.