C# Class AIMS_BD_IATI.DAL.Logger

Afficher le fichier Open project: BD-IATI/edi

Méthodes publiques

Méthode 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 méthode

public static Write ( string Text ) : void
Text string
Résultat void

WriteToDbAndFile() public static méthode

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
Résultat void