Click or drag to resize
YallaLogger Methods

[This is preliminary documentation and is subject to change.]

The YallaLogger type exposes the following members.

Methods
  NameDescription
Public methodDebug
Logs a debug message.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodError(String, Object)
Logs an error message.
Public methodError(Exception, String, Object)
Logs an error message resulting from an exception.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodForType(Type)
Returns a logger which will be associated with the specified type.
Public methodForTypeT
Returns a logger which will be associated with the specified type.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInfo
Logs an info message.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWarning
Logs a warning.
Top
See Also