DataConnector | ComponentOne
C1.AdoNet.GoogleAnalytics Assembly / C1.AdoNet.GoogleAnalytics Namespace / C1GoogleAnalyticsCommand Class / Logger Property

In This Topic
    Logger Property (C1GoogleAnalyticsCommand)
    In This Topic
    The logger where execution messages are logged.
    Syntax
    'Declaration
     
    Protected Property Logger As Serilog.ILogger
    protected Serilog.ILogger Logger {get; set;}
    See Also