sys: Added time and source to logger output

This commit is contained in:
WerWolv
2022-02-02 17:19:50 +01:00
parent c2bcbfb1e0
commit df1d302bcb
10 changed files with 26 additions and 8 deletions

View File

@@ -38,4 +38,4 @@ set_target_properties(${PROJECT_NAME} PROPERTIES RUST_PROJECT 1)
set_target_properties(${PROJECT_NAME} PROPERTIES LINKER_LANGUAGE Rust)
set_target_properties(${PROJECT_NAME} PROPERTIES POSITION_INDEPENDENT_CODE ON)
add_compile_definitions(IMHEX_PLUGIN_NAME=${PROJECT_NAME})
add_compile_definitions(IMHEX_PROJECT_NAME="${PROJECT_NAME}")