Skip to content

Commit

Permalink
refactor!: move logging functionality to separate module
Browse files Browse the repository at this point in the history
BREAKING CHANGE: logging is in a new module: asap::logging.

Many modules would want to only get the basic common functionality
without pulling extra 3rd party dependencies such as spdlog, fmt etc...
For this reason, the logging functionality is taken out of the common
submodule and moved to logging submodule.
  • Loading branch information
abdes committed Nov 6, 2021
1 parent 2b69466 commit 46f4dd9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ endif()
# ------------------------------------------------------------------------------

add_subdirectory(common)
add_subdirectory(logging)
add_subdirectory(filesystem)

# For packaging
Expand Down
2 changes: 1 addition & 1 deletion common
2 changes: 1 addition & 1 deletion logging

0 comments on commit 46f4dd9

Please sign in to comment.