C# 클래스 BatchGuy.App.Shared.Services.LoggingService

상속: ILoggingService
파일 보기 프로젝트 열기: yaboy58/BatchGuy

공개 메소드들

메소드 설명
LogErrorFormat ( Exception exception, string methodName ) : void
LoggingService ( string logErrorFormat ) : System

메소드 상세

LogErrorFormat() 공개 메소드

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

LoggingService() 공개 메소드

public LoggingService ( string logErrorFormat ) : System
logErrorFormat string
리턴 System