#
# Copyright (c) 2024, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 2 only, as
# published by the Free Software Foundation.  Oracle designates this
# particular file as subject to the "Classpath" exception as provided
# by Oracle in the LICENSE file that accompanied this code.
#
# This code is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
# version 2 for more details (a copy is included in the LICENSE file that
# accompanied this code).
#
# You should have received a copy of the GNU General Public License version
# 2 along with this work; if not, write to the Free Software Foundation,
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
# or visit www.oracle.com if you need additional information or have any
# questions.
#
# ##########################################################
# ### THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. ###
# ##########################################################
#
module name java.logging
header exports java/util/logging requires name\u0020;java.base\u0020;flags\u0020;8000 provides interface\u0020;jdk/internal/logger/DefaultLoggerFinder\u0020;impls\u0020;sun/util/logging/internal/LoggingProviderImpl target macos-aarch64 flags 8000

class name java/util/logging/FileHandler
-method name <init> descriptor ()V
-method name <init> descriptor (Ljava/lang/String;)V
-method name <init> descriptor (Ljava/lang/String;Z)V
-method name <init> descriptor (Ljava/lang/String;II)V
-method name <init> descriptor (Ljava/lang/String;IIZ)V
-method name publish descriptor (Ljava/util/logging/LogRecord;)V
-method name close descriptor ()V
method name publish descriptor (Ljava/util/logging/LogRecord;)V flags 21
method name <init> descriptor ()V thrownTypes java/io/IOException flags 1
method name <init> descriptor (Ljava/lang/String;)V thrownTypes java/io/IOException flags 1
method name <init> descriptor (Ljava/lang/String;Z)V thrownTypes java/io/IOException flags 1
method name <init> descriptor (Ljava/lang/String;II)V thrownTypes java/io/IOException flags 1
method name <init> descriptor (Ljava/lang/String;IIZ)V thrownTypes java/io/IOException flags 1
method name close descriptor ()V flags 21

class name java/util/logging/Handler
-method name close descriptor ()V
-method name setFormatter descriptor (Ljava/util/logging/Formatter;)V
-method name setEncoding descriptor (Ljava/lang/String;)V
-method name setFilter descriptor (Ljava/util/logging/Filter;)V
-method name setErrorManager descriptor (Ljava/util/logging/ErrorManager;)V
-method name setLevel descriptor (Ljava/util/logging/Level;)V
method name setErrorManager descriptor (Ljava/util/logging/ErrorManager;)V flags 21
method name close descriptor ()V flags 401
method name setFormatter descriptor (Ljava/util/logging/Formatter;)V flags 21
method name setEncoding descriptor (Ljava/lang/String;)V thrownTypes java/io/UnsupportedEncodingException flags 21
method name setFilter descriptor (Ljava/util/logging/Filter;)V flags 21
method name setLevel descriptor (Ljava/util/logging/Level;)V flags 21

class name java/util/logging/LogManager
-method name readConfiguration descriptor ()V
-method name reset descriptor ()V
-method name readConfiguration descriptor (Ljava/io/InputStream;)V
-method name checkAccess descriptor ()V
method name readConfiguration descriptor ()V thrownTypes java/io/IOException flags 1
method name reset descriptor ()V flags 1
method name readConfiguration descriptor (Ljava/io/InputStream;)V thrownTypes java/io/IOException flags 1
method name checkAccess descriptor ()V flags 1 deprecated true runtimeAnnotations @Ljava/lang/Deprecated;(forRemoval=Ztrue,since="17")

class name java/util/logging/Logger
-method name setFilter descriptor (Ljava/util/logging/Filter;)V
-method name setLevel descriptor (Ljava/util/logging/Level;)V
-method name addHandler descriptor (Ljava/util/logging/Handler;)V
-method name removeHandler descriptor (Ljava/util/logging/Handler;)V
method name setFilter descriptor (Ljava/util/logging/Filter;)V flags 1
method name setLevel descriptor (Ljava/util/logging/Level;)V flags 1
method name addHandler descriptor (Ljava/util/logging/Handler;)V flags 1
method name removeHandler descriptor (Ljava/util/logging/Handler;)V flags 1

class name java/util/logging/MemoryHandler
-method name close descriptor ()V
-method name publish descriptor (Ljava/util/logging/LogRecord;)V
-method name push descriptor ()V
-method name setPushLevel descriptor (Ljava/util/logging/Level;)V
method name publish descriptor (Ljava/util/logging/LogRecord;)V flags 21
method name push descriptor ()V flags 21
method name close descriptor ()V flags 1
method name setPushLevel descriptor (Ljava/util/logging/Level;)V flags 21

class name java/util/logging/SocketHandler
-method name close descriptor ()V
-method name publish descriptor (Ljava/util/logging/LogRecord;)V
method name publish descriptor (Ljava/util/logging/LogRecord;)V flags 21
method name close descriptor ()V flags 21

class name java/util/logging/StreamHandler
-method name setOutputStream descriptor (Ljava/io/OutputStream;)V
-method name setEncoding descriptor (Ljava/lang/String;)V
-method name publish descriptor (Ljava/util/logging/LogRecord;)V
-method name flush descriptor ()V
-method name close descriptor ()V
method name publish descriptor (Ljava/util/logging/LogRecord;)V flags 21
method name flush descriptor ()V flags 21
method name setOutputStream descriptor (Ljava/io/OutputStream;)V flags 24
method name setEncoding descriptor (Ljava/lang/String;)V thrownTypes java/io/UnsupportedEncodingException flags 21
method name close descriptor ()V flags 21

