mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
LoggerをInjectした
This commit is contained in:
parent
3bfcc9fd63
commit
9534e36a9d
|
@ -16,6 +16,8 @@ import one.nem.lacerta.model.document.DocumentMeta;
|
|||
import one.nem.lacerta.source.file.FileManager;
|
||||
import one.nem.lacerta.source.file.factory.FileManagerFactory;
|
||||
|
||||
import one.nem.lacerta.utils.LacertaLogger;
|
||||
|
||||
public class DocumentProcessorImpl implements DocumentProcessor{
|
||||
|
||||
// Magic Numbers
|
||||
|
@ -27,6 +29,9 @@ public class DocumentProcessorImpl implements DocumentProcessor{
|
|||
@Inject
|
||||
FileManagerFactory fileManagerFactory;
|
||||
|
||||
@Inject
|
||||
LacertaLogger logger;
|
||||
|
||||
// Internal utils
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue
Block a user