LoggerServiceBase class abstract

Constructors

LoggerServiceBase()

Properties

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

Methods

$addMethod(ServiceMethod method) → void
inherited
$lookupMethod(String name) → ServiceMethod?
inherited
$onMetadata(ServiceCall context) → void
Client metadata handler.
inherited
createNamespace(ServiceCall call, LoggerRequest request) Future<LoggerResponse>
createNamespace_Pre(ServiceCall call, Future<LoggerRequest> request) Future<LoggerResponse>
debug(ServiceCall call, LoggerRequest request) Future<LoggerResponse>
debug_Pre(ServiceCall call, Future<LoggerRequest> request) Future<LoggerResponse>
delete(ServiceCall call, LoggerRequest request) Future<LoggerResponse>
delete_Pre(ServiceCall call, Future<LoggerRequest> request) Future<LoggerResponse>
deleteAll(ServiceCall call, LoggerRequest request) Future<LoggerResponse>
deleteAll_Pre(ServiceCall call, Future<LoggerRequest> request) Future<LoggerResponse>
error(ServiceCall call, LoggerRequest request) Future<LoggerResponse>
error_Pre(ServiceCall call, Future<LoggerRequest> request) Future<LoggerResponse>
fatal(ServiceCall call, LoggerRequest request) Future<LoggerResponse>
fatal_Pre(ServiceCall call, Future<LoggerRequest> request) Future<LoggerResponse>
getConfig(ServiceCall call, LoggerRequest request) Future<LoggerResponse>
getConfig_Pre(ServiceCall call, Future<LoggerRequest> request) Future<LoggerResponse>
heartbeat(ServiceCall call, LoggerRequest request) Future<LoggerResponse>
heartbeat_Pre(ServiceCall call, Future<LoggerRequest> request) Future<LoggerResponse>
info(ServiceCall call, LoggerRequest request) Future<LoggerResponse>
info_Pre(ServiceCall call, Future<LoggerRequest> request) Future<LoggerResponse>
list(ServiceCall call, LoggerRequest request) Future<LoggerResponse>
list_Pre(ServiceCall call, Future<LoggerRequest> request) Future<LoggerResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateConfig(ServiceCall call, LoggerRequest request) Future<LoggerResponse>
updateConfig_Pre(ServiceCall call, Future<LoggerRequest> request) Future<LoggerResponse>
warn(ServiceCall call, LoggerRequest request) Future<LoggerResponse>
warn_Pre(ServiceCall call, Future<LoggerRequest> request) Future<LoggerResponse>

Operators

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