DdxLogger class

Constructors

DdxLogger(dynamic message)
factory
DdxLogger.build(dynamic message)
factory
DdxLogger.debug(dynamic message)
factory
DdxLogger.error(Error error, {int? methodCount})
factory
DdxLogger.exception(Exception exception, {int? errorMethodCount})
factory
DdxLogger.htmlRequest({required String method, required Map<String, String> headers, required Uri uri, String? body, int? methodCount})
factory
DdxLogger.htmlResponse({Map<String, String>? printHeaders, required int statusCode, required String body, int? methodCount})
factory
DdxLogger.httpRequest({required Request httpRequest})
factory
DdxLogger.httpResponse({required Response httpResponse, bool printHeaders})
factory
DdxLogger.info(dynamic message)
factory
DdxLogger.log(dynamic message)
factory
DdxLogger.multipartRequest({required MultipartRequest multipartRequest})
factory
DdxLogger.warning(dynamic message)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited