Fixed: directive order
This commit is contained in:
parent
e8e0683bc0
commit
136ca4b5fd
@ -22,7 +22,7 @@ type
|
||||
FExceptionStrategy: IX2LogExceptionStrategy;
|
||||
protected
|
||||
{ IX2LogExceptionCategory }
|
||||
procedure Exception(AException: Exception; const AMessage: string = ''; const ACategory: string = ''); virtual; overload;
|
||||
procedure Exception(AException: Exception; const AMessage: string = ''; const ACategory: string = ''); overload; virtual;
|
||||
|
||||
property ExceptionStrategy: IX2LogExceptionStrategy read FExceptionStrategy;
|
||||
public
|
||||
|
Loading…
Reference in New Issue
Block a user