M_Furcadia_Logging_Logger_Disable__1 - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki

Logger.Disable(T) Method

This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]

Disables logging for the specified type.

Namespace: Furcadia.Logging
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43

Syntax

C#

public static void Disable<T>()

VB

Public Shared Sub Disable(Of T)

VB Usage

Logger.Disable()

C++

public:
generic<typename T>
static void Disable()

F#

static member Disable : unit -> unit 

Type Parameters

 

T
the type

See Also

Reference

Logger Class
Furcadia.Logging Namespace

⚠️ **GitHub.com Fallback** ⚠️