Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
jaguililla committed Oct 4, 2024
1 parent 84f5bac commit 4c04e1f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,13 @@ Platform information and other useful utilities. Includes basic program settings

Provides a logging management capabilities abstracting the application from logging libraries.

The following code block shows the most common use cases for the [Logger] class:
The following code block shows the most common use cases for the logging utilities:

@code core/src/test/kotlin/com/hexagontk/core/LoggersTest.kt?logger

By default, Hexagon uses the [System.Logger] class.

[Platform]: api/core/com.hexagontk.core/-platform
[Logger]: api/core/com.hexagontk.core.logging/-logger
[Platform]: ../api/core/com.hexagontk.core/-platform
[System.Logger]: https://docs.oracle.com/javase/9/docs/api/java/lang/System.Logger.html

# Package com.hexagontk.core.media
Expand Down

0 comments on commit 4c04e1f

Please sign in to comment.