HubClient.Logger Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the logger associated with this client.
public:
property System::Diagnostics::TraceSource ^ Logger { System::Diagnostics::TraceSource ^ get(); };
public System.Diagnostics.TraceSource Logger { get; }
member this.Logger : System.Diagnostics.TraceSource
Public ReadOnly Property Logger As TraceSource