Click or drag to resize
YallaLogger Class

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

A logger implementation which makes use of the YALLA.NET library.
Inheritance Hierarchy
SystemObject
  YallaSingletonYallaLogger
    Yalla.GoogleApisYallaLogger

Namespace: Yalla.GoogleApis
Assembly: Yalla.GoogleApis (in Yalla.GoogleApis.dll) Version: 1.0.5813.3169
Syntax
public class YallaLogger : Singleton<YallaLogger>, 
	ILogger

The YallaLogger type exposes the following members.

Properties
  NameDescription
Public propertyIsDebugEnabled
Gets a value indicating whether debug output is enabled.
Top
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