C# Class Dlp.Sdk.Tests.EventViewerLog

Inheritance: AbstractLog
Mostra file Open project: stone-payments/Dlp.Framework

Public Methods

Method Description
EventViewerLog ( ) : System

Protected Methods

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

Method Details

EventViewerLog() public method

public EventViewerLog ( ) : System
return System

SaveImplementation() protected method

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