1
0
mirror of synced 2024-09-16 17:06: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;
protected
{ 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;
public