C# Class BatchGuy.App.Shared.Services.LoggingService

Inheritance: ILoggingService
Show file Open project: yaboy58/BatchGuy

Public Methods

Method Description
LogErrorFormat ( Exception exception, string methodName ) : void
LoggingService ( string logErrorFormat ) : System

Method Details

LogErrorFormat() public method

public LogErrorFormat ( Exception exception, string methodName ) : void
exception System.Exception
methodName string
return void

LoggingService() public method

public LoggingService ( string logErrorFormat ) : System
logErrorFormat string
return System