C# Class Dlp.Sdk.Tests.FileLog

Inheritance: AbstractLog
Datei anzeigen Open project: stone-payments/Dlp.Framework

Public Methods

Method Description
FileLog ( ) : System

Protected Methods

Method Description
SaveImplementation ( string logCategory, object objectToLog, string methodName ) : void

Method Details

FileLog() public method

public FileLog ( ) : System
return System

SaveImplementation() protected method

protected SaveImplementation ( string logCategory, object objectToLog, string methodName ) : void
logCategory string
objectToLog object
methodName string
return void