1
0
mirror of synced 2024-09-19 10:26:08 +00:00

Changed: TX2Log.Exception virtual

This commit is contained in:
Mark van Renswoude 2014-10-20 12:40:44 +00:00
parent 53220780db
commit e8e0683bc0

View File

@ -22,7 +22,7 @@ type
FExceptionStrategy: IX2LogExceptionStrategy; FExceptionStrategy: IX2LogExceptionStrategy;
protected protected
{ IX2LogExceptionCategory } { IX2LogExceptionCategory }
procedure Exception(AException: Exception; const AMessage: string = ''; const ACategory: string = ''); overload; procedure Exception(AException: Exception; const AMessage: string = ''; const ACategory: string = ''); virtual; overload;
property ExceptionStrategy: IX2LogExceptionStrategy read FExceptionStrategy; property ExceptionStrategy: IX2LogExceptionStrategy read FExceptionStrategy;
public public