<?xml version="1.0" encoding="UTF-8"?>
<!--
-Copyright (C) 2016, 2017 Roland Häder
+Copyright (C) 2016, 2017 Free Software Foundation
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
/*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 Free Software Foundation
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
/*
- * Copyright (C) 2016, 2017 Roland Häder
+ * Copyright (C) 2016, 2017 Free Software Foundation
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
@Produces
@Log
public Logger getLogger (final InjectionPoint injectionPoint) {
+ // Trace message
this.logger.trace(MessageFormat.format("injectionPoint={0} - CALLED!", injectionPoint));
+
+ // Return logger for declaring class
return LogManager.getLogger(injectionPoint.getMember().getDeclaringClass().getName());
}
+
}