Ja.NET Standard Edition 5.0

Documentation API Specification

Contents

Package java.util.logging


Classes

class  ConsoleHandler
 A handler that writes log messages to the standard output stream System.err. More...
class  ErrorManager
 An error reporting facility for Handler implementations to record any error that may happen during logging. More...
class  FileHandler
 A FileHandler is a Handler that writes logging events to one or more files. More...
interface  Filter
 A Filter provides a mechanism for exercising fine-grained control over what records get logged. More...
class  Formatter
 Formatter objects are used to format LogRecord objects into a string representation. More...
class  Handler
 A Handler object accepts a logging request and exports the desired messages to a target, for example, a file, the console, etc. More...
class  Level
 Level objects are used to indicate the level of logging. More...
class  LogRecord
 A LogRecord object represents a logging request. More...
class  Logger
 Loggers are used to log records to certain outputs, including file, console, etc. More...
interface  LoggingMXBean
 The management interface for the logging sub-system. More...
class  LoggingPermission
 The permission required to control the logging when run with a SecurityManager. More...
class  MemoryHandler
 MemoryHandler is a Handler that 'remembers' a finite number of LogRecords at a time and stores them in a buffer without formatting them. More...
class  SimpleFormatter
 SimpleFormatter can be used to print a summary of the information contained in a LogRecord object in a human readable format. More...
class  SocketHandler
 A handler that writes log messages to a socket connection. More...
class  StreamHandler
 A StreamHandler object writes log messages to an output stream, that is, an object of type java.io.OutputStream. More...
class  XMLFormatter
 Format a given LogRecord into string represents XML. More...
class  LogManager
 LogManager is used to manage named Loggers and any shared logging properties. More...