More Error Logging with .hr1 Extraction Utility
-
Is there a way possible to get more extensive logging capabilities with the .hr1 extraction utility? The logging only seems to just say, for example, .hr3 could not extract with no more details as to why.
-
Yes, subclass from
HlacArchiver::Listener
and you'll get verbose logging info. -
@Christoph-Hart said in More Error Logging with .hr1 Extraction Utility:
subclass from HlacArchiver::Listener and you'll get verbose logging info
Awesome!! Thanks!