SipConsole class

A console that prints messages to the terminal

Constructors

SipConsole({Print? success, Print? error, Print? warn, Print? verbose, Print? log, Print? debug, Level level = Level.normal})

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

d(String message) → void
Prints a debug message.
e(String message) → void
Prints an error message.
emptyLine() → void
enableVerbose() → void
l(String message) → void
Prints a log message.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
print(String message) → void
s(String message) → void
Prints a success message.
toString() String
A string representation of this object.
inherited
v(String message) → void
Prints a verbose message.
w(String message) → void
Prints a warning message.

Operators

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