C# Class Dlp.Sdk.Tests.FileLog

Inheritance: AbstractLog
Afficher le fichier Open project: stone-payments/Dlp.Framework

Méthodes publiques

Méthode Description
FileLog ( ) : System

Méthodes protégées

Méthode Description
SaveImplementation ( string logCategory, object objectToLog, string methodName ) : void

Method Details

FileLog() public méthode

public FileLog ( ) : System
Résultat System

SaveImplementation() protected méthode

protected SaveImplementation ( string logCategory, object objectToLog, string methodName ) : void
logCategory string
objectToLog object
methodName string
Résultat void