logger

inline fun logger(): FluentLogger

Provides a FluentLogger instance associated with the enclosing class.

This method is intended to simplify access to FluentLogger for logging purposes, automatically associating the logger with the class that calls it.

Return

A FluentLogger instance for the enclosing class.