Show / Hide Table of Contents

    Interface ILogger

    Namespace: Sensus
    Assembly: Sensus.Shared.NuGet.dll
    Syntax
    public interface ILogger

    Properties

    Level

    Declaration
    LoggingLevel Level { get; set; }
    Property Value
    Type Description
    LoggingLevel

    Methods

    Log(String, LoggingLevel, Type, Boolean)

    Declaration
    void Log(string message, LoggingLevel level, Type callingType, bool throwException = false)
    Parameters
    Type Name Description
    System.String message
    LoggingLevel level
    System.Type callingType
    System.Boolean throwException
    Back to top Copyright © 2014-2018 University of Virginia
    Generated by DocFX