Gets or creates an instance of Logger associated with the current HttpContext

Namespace:  CDub.FireNet
Assembly:  CDub.FireNet (in CDub.FireNet)
Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static Logger GetInstance()
Visual Basic (Declaration)
Public Shared Function GetInstance As Logger
Visual C++
public:
static Logger^ GetInstance()

Return Value

Logger instance for the current HttpContext

See Also