项目作者: tinylog-org

项目描述 :
Example with tinylog for creating a native image with GraalVM
高级语言: Java
项目地址: git://github.com/tinylog-org/tinylog-graal-example.git
创建时间: 2020-03-24T18:29:59Z
项目社区:https://github.com/tinylog-org/tinylog-graal-example

开源协议:

下载


Using tinylog in a GraalVM native image

  1. Ensure that the local toolchain for native images is installed

  2. Build the project and generate the configuration via ./gradlew generateConfiguration

  3. Create the native image via ./gradlew nativeImage

  4. You will find the executable in build/graal