C# Class AIMS_BD_IATI.DAL.Logger

Mostrar archivo Open project: BD-IATI/edi

Public Methods

Method Description
Write ( string Text ) : void
WriteToDbAndFile ( dynamic ex, LogType type, string orgId = null, string IatiIdentifier = null, string message = null ) : void

Method Details

Write() public static method

public static Write ( string Text ) : void
Text string
return void

WriteToDbAndFile() public static method

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
return void