Module java.base
Package java.lang

Interface System.Logger

Enclosing class:
System

public static interface System.Logger
System.Logger instances log messages that will be routed to the underlying logging framework the LoggerFinder uses. System.Logger instances are typically obtained from the System class, by calling System.getLogger(loggerName) or System.getLogger(loggerName, bundle).
Since:
9
See Also: