| Package | Description |
|---|---|
| microsoft.aspnet.signalr.client | |
| microsoft.aspnet.signalr.client.hubs | |
| microsoft.aspnet.signalr.client.transport |
| Modifier and Type | Method and Description |
|---|---|
static LogLevel |
LogLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogLevel[] |
LogLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NullLogger.log(String message,
LogLevel level) |
void |
Logger.log(String message,
LogLevel level)
Logs a message
|
protected void |
Connection.log(String message,
LogLevel level) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
HubProxy.log(String message,
LogLevel level) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
HttpClientTransport.log(String message,
LogLevel level) |
Copyright © 2019. All rights reserved.