C# 클래스 AIMS_BD_IATI.DAL.Logger

파일 보기 프로젝트 열기: BD-IATI/edi

공개 메소드들

메소드 설명
Write ( string Text ) : void
WriteToDbAndFile ( dynamic ex, LogType type, string orgId = null, string IatiIdentifier = null, string message = null ) : void

메소드 상세

Write() 공개 정적인 메소드

public static Write ( string Text ) : void
Text string
리턴 void

WriteToDbAndFile() 공개 정적인 메소드

public static WriteToDbAndFile ( dynamic ex, LogType type, string orgId = null, string IatiIdentifier = null, string message = null ) : void
ex dynamic
type LogType
orgId string
IatiIdentifier string
message string
리턴 void