logManager property

LogManager logManager

The LogManager of the Serverpod, its typically only used internally by the Serverpod. Instead of using this object directly, call the log method on the current Session.

Implementation

LogManager get logManager => _logManager;