C# 클래스 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.
파일 보기 프로젝트 열기: theea2019/BankApp

보호된 프로퍼티들

프로퍼티 타입 설명
lockObj object

공개 메소드들

메소드 설명
Log ( string message, bool isError ) : void

메소드 상세

Log() 공개 추상적인 메소드

public abstract Log ( string message, bool isError ) : void
message string
isError bool
리턴 void

프로퍼티 상세

lockObj 보호되어 있는 프로퍼티

protected object lockObj
리턴 object