C# Class Bank.Commons.Abstractions.LogBase

This Interface helps handling the different type of Loggers in a common interface. Bu arayüz farklı tipteki Loglama kaynaklarını ortak bir arayüz üzerinden yönetmemizi sağlar. Liskov yerine geçme kuralı ile işlerimizi kolaylaştırır.
Afficher le fichier Open project: theea2019/BankApp

Protected Properties

Свойство Type Description
lockObj object

Méthodes publiques

Méthode Description
Log ( string message, bool isError ) : void

Method Details

Log() public abstract méthode

public abstract Log ( string message, bool isError ) : void
message string
isError bool
Résultat void

Property Details

lockObj protected_oe property

protected object lockObj
Résultat object