Dart Documentationlogging

logging library

Support 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.

For information on installing and importing this library, see the logging package on pub.dartlang.org.

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