[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eNullLogger\u003c/code\u003e class is designed to represent a logger that does not perform any logging operations.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eNullLogger\u003c/code\u003e class inherits from \u003ccode\u003eobject\u003c/code\u003e and includes inherited members such as \u003ccode\u003eEquals\u003c/code\u003e, \u003ccode\u003eGetHashCode\u003c/code\u003e, and \u003ccode\u003eGetType\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class's namespace is \u003ccode\u003eGoogle.Apis.Logging\u003c/code\u003e within the \u003ccode\u003eGoogle.Apis.Core.dll\u003c/code\u003e assembly, and its properties include \u003ccode\u003eIsDebugEnabled\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt offers several methods for logging messages, including \u003ccode\u003eDebug\u003c/code\u003e, \u003ccode\u003eError\u003c/code\u003e, \u003ccode\u003eInfo\u003c/code\u003e, and \u003ccode\u003eWarning\u003c/code\u003e, along with \u003ccode\u003eForType\u003c/code\u003e methods to associate a logger with a specific type.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of this is 1.69.0, but it includes documentation for versions down to 1.50.0.\u003c/p\u003e\n"]]],[],null,["# Class NullLogger (1.69.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.69.0 (latest)](/dotnet/docs/reference/Google.Apis/latest/Google.Apis.Logging.NullLogger)\n- [1.68.0](/dotnet/docs/reference/Google.Apis/1.68.0/Google.Apis.Logging.NullLogger)\n- [1.60.0](/dotnet/docs/reference/Google.Apis/1.60.0/Google.Apis.Logging.NullLogger)\n- [1.59.0](/dotnet/docs/reference/Google.Apis/1.59.0/Google.Apis.Logging.NullLogger)\n- [1.55.0](/dotnet/docs/reference/Google.Apis/1.55.0/Google.Apis.Logging.NullLogger)\n- [1.50.0](/dotnet/docs/reference/Google.Apis/1.50.0/Google.Apis.Logging.NullLogger) \n\n public class NullLogger\n\nRepresents a NullLogger which does not do any logging. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e NullLogger \n\nInherited Members\n-----------------\n\n[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)) \n[object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)) \n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone) \n[object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Apis.Logging](/dotnet/docs/reference/Google.Apis/latest/Google.Apis.Logging)\n\nAssembly\n--------\n\nGoogle.Apis.Core.dll\n\nProperties\n----------\n\n### IsDebugEnabled\n\n public bool IsDebugEnabled { get; }\n\nGets an indication whether debug output is logged or not.\n\nMethods\n-------\n\n### Debug(string, params object\\[\\])\n\n public void Debug(string message, params object[] formatArgs)\n\nLogs a debug message.\n\n### Error(Exception, string, params object\\[\\])\n\n public void Error(Exception exception, string message, params object[] formatArgs)\n\nLogs an error message resulting from an exception.\n\n### Error(string, params object\\[\\])\n\n public void Error(string message, params object[] formatArgs)\n\nLogs an error message.\n\n### ForType(Type)\n\n public ILogger ForType(Type type)\n\nReturns a logger which will be associated with the specified type.\n\n### ForType\\\u003cT\\\u003e()\n\n public ILogger ForType\u003cT\u003e()\n\nReturns a logger which will be associated with the specified type.\n\n### Info(string, params object\\[\\])\n\n public void Info(string message, params object[] formatArgs)\n\nLogs an info message.\n\n### Warning(string, params object\\[\\])\n\n public void Warning(string message, params object[] formatArgs)\n\nLogs a warning.\n\nExtension Method\n----------------\n\n[Utilities.ThrowIfNull\\\u003cT\\\u003e(T, string)](/dotnet/docs/reference/Google.Apis/latest/Google.Apis.Util.Utilities#Google_Apis_Util_Utilities_ThrowIfNull__1___0_System_String_)"]]