logging library Modules

Default logging module used by PubNub SDK.

Classes

Level
Represents the level of a log record.
LogRecord
A record that contains logged information.
StreamLogger
A logger implementation that contains a stream of LogRecord records.

Functions

injectLogger(String id) → LazyLogger
Get a logger from the provider.
provideLogger<R>(ILogger logger, Future<R> body()) Future<R>
Provides a logger to the code inside body.