Dart API Referencelogging

logging library

Provides APIs for debugging and error logging. This library introduces abstractions similar to those used in other languages, such as the Closure JS Logger and java.util.logging.Logger.

Properties

bool hierarchicalLoggingEnabled #

Whether to allow fine-grain logging and configuration of loggers in a hierarchy. When false, all logging is merged in the root logger.

bool hierarchicalLoggingEnabled = false;

Classes

Typedefs