| NullLogger Class |
Namespace: Grpc.Core.Logging
The NullLogger type exposes the following members.
| Name | Description | |
|---|---|---|
| NullLogger | Initializes a new instance of the NullLogger class |
| Name | Description | |
|---|---|---|
| Debug(String) |
As with all logging calls on this logger, this method is a no-op.
| |
| Debug(String, Object) |
As with all logging calls on this logger, this method is a no-op.
| |
| Equals | (Inherited from Object.) | |
| Error(String) |
As with all logging calls on this logger, this method is a no-op.
| |
| Error(Exception, String) |
As with all logging calls on this logger, this method is a no-op.
| |
| Error(String, Object) |
As with all logging calls on this logger, this method is a no-op.
| |
| ForTypeT |
Returns a reference to the instance on which the method is called, as
instances aren't associated with specific types.
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Info(String) |
As with all logging calls on this logger, this method is a no-op.
| |
| Info(String, Object) |
As with all logging calls on this logger, this method is a no-op.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| Warning(String) |
As with all logging calls on this logger, this method is a no-op.
| |
| Warning(Exception, String) |
As with all logging calls on this logger, this method is a no-op.
| |
| Warning(String, Object) |
As with all logging calls on this logger, this method is a no-op.
|