Package-level declarations
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:
Types
Link copied to clipboard
interface LoggerPort
A Logger is used to log messages for a specific system or application component.
Link copied to clipboard
Logger logging level values.
Link copied to clipboard
object LoggingManager
Manages Logs using PrintLoggingAdapter
Link copied to clipboard
interface LoggingPort
Logging Contract for integrating different logging libraries.
Link copied to clipboard
Link copied to clipboard