YallaLogger Methods |
[This is preliminary documentation and is subject to change.]
The YallaLogger type exposes the following members.
Name | Description | |
---|---|---|
Debug |
Logs a debug message.
| |
Equals | (Inherited from Object.) | |
Error(String, Object) |
Logs an error message.
| |
Error(Exception, String, Object) |
Logs an error message resulting from an exception.
| |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
ForType(Type) |
Returns a logger which will be associated with the specified type.
| |
ForTypeT |
Returns a logger which will be associated with the specified type.
| |
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 |
Logs an info message.
| |
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 |
Logs a warning.
|