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 | |
---|---|---|
![]() | Debug | Logs a message with severity Debug. |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Error(String, Object) | Logs a message with severity Error. |
![]() | Error(Exception, String, Object) | Logs a message and an associated exception with severity Error. |
![]() | 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.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Info | Logs a message with severity Info. |
![]() | 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, Object) | Logs a message with severity Warning. |
![]() | Warning(Exception, String, Object) | Logs a message and an associated exception with severity Warning. |