Uses of Interface
java.lang.System.Logger
| Package | Description |
|---|---|
| java.lang | Provides classes that are fundamental to the design of the Java programming language. |
Uses ofSystem.Logger injava.lang
Methods injava.lang that returnSystem.Logger Modifier and Type Method Description System.LoggerSystem.LoggerFinder. getLocalizedLogger(String name,ResourceBundle bundle,Module module)Returns a localizable instance ofLoggerfor the givenmodule.staticSystem.LoggerSystem. getLogger(String name)Returns an instance ofLoggerfor the caller's use.staticSystem.LoggerSystem. getLogger(String name,ResourceBundle bundle)Returns a localizable instance ofLoggerfor the caller's use.abstractSystem.LoggerSystem.LoggerFinder. getLogger(String name,Module module)Returns an instance ofLoggerfor the givenmodule.