xref: /aosp_15_r20/external/aws-crt-java/src/native/logging.h (revision 3c7ae9de214676c52d19f01067dc1a404272dc11)
1 #ifndef AWS_JNI_LOGGING_H
2 #define AWS_JNI_LOGGING_H
3 
4 /**
5  * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
6  * SPDX-License-Identifier: Apache-2.0.
7  */
8 
9 #include <jni.h>
10 
11 /*******************************************************************************
12  * aws_jni_cleanup_logging - cleans up the native logger; invoked on atexit
13  ******************************************************************************/
14 void aws_jni_cleanup_logging(void);
15 
16 #endif /* AWS_JNI_LOGGING_H */
17