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 of System.Logger in java.langMethods in java.lang that return System.Logger Modifier and Type Method Description System.LoggerSystem.LoggerFinder. getLocalizedLogger(String name, ResourceBundle bundle, Module module)Returns a localizable instance ofLoggerfor the givenmodule.static System.LoggerSystem. getLogger(String name)Returns an instance ofLoggerfor the caller's use.static System.LoggerSystem. getLogger(String name, ResourceBundle bundle)Returns a localizable instance ofLoggerfor the caller's use.abstract System.LoggerSystem.LoggerFinder. getLogger(String name, Module module)Returns an instance ofLoggerfor the givenmodule.