RequestLogger class abstract

Allows logging at a specified severity.

Compatible with the log severities support by Google Cloud.

Constructors

RequestLogger()
const

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

alert(Object message) → void
critical(Object message) → void
debug(Object message) → void
emergency(Object message) → void
error(Object message) → void
info(Object message) → void
log(Object message, LogSeverity severity) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notice(Object message) → void
toString() String
A string representation of this object.
inherited
warning(Object message) → void

Operators

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