| ConsoleLogger Class |
Namespace: Grpc.Core.Logging
The ConsoleLogger type exposes the following members.
| Name | Description | |
|---|---|---|
| ConsoleLogger | Creates a console logger not associated to any specific type. |
| Name | Description | |
|---|---|---|
| AssociatedType | Gets the type associated with this logger. (Inherited from TextWriterLogger.) |
| Name | Description | |
|---|---|---|
| Debug(String) | Logs a message with severity Debug. (Inherited from TextWriterLogger.) | |
| Debug(String, Object) | Logs a formatted message with severity Debug. (Inherited from TextWriterLogger.) | |
| Equals | (Inherited from Object.) | |
| Error(String) | Logs a message with severity Error. (Inherited from TextWriterLogger.) | |
| Error(Exception, String) | Logs a message and an associated exception with severity Error. (Inherited from TextWriterLogger.) | |
| Error(String, Object) | Logs a formatted message with severity Error. (Inherited from TextWriterLogger.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| ForTypeT |
Returns a logger associated with the specified type.
(Overrides TextWriterLoggerForTypeT.) | |
| 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) | Logs a message with severity Info. (Inherited from TextWriterLogger.) | |
| Info(String, Object) | Logs a formatted message with severity Info. (Inherited from TextWriterLogger.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| Warning(String) | Logs a message with severity Warning. (Inherited from TextWriterLogger.) | |
| Warning(Exception, String) | Logs a message and an associated exception with severity Warning. (Inherited from TextWriterLogger.) | |
| Warning(String, Object) | Logs a formatted message with severity Warning. (Inherited from TextWriterLogger.) |