powerutils library

Classes

Event
Log
LogEntry

Enums

LEVELS

Functions

DEBUG(Object? m) → void
ERROR(Object? m) → void
FATAL(Object? m) → void
INFO(Object? m) → void
isNotNullOrEmpty(dynamic element) bool
isNullOrEmpty(dynamic element) bool
LOG(Object? m) → void
ThrowE(String message, String code, bool condition) → void
TRACE(Object? m) → void
WARN(Object? m) → void

Typedefs

EventCallBack = bool Function(String name, dynamic param)

Exceptions / Errors

MessageException