• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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