(no commit message)
[utils] / security / usermgt / src / main / java / org / wamblee / security / authentication / UserAdminInitializer.java
index 3c33319aa58ee3915d65efe80274dc466dfac85d..5b07ff481b0bbfb3b575f46dcf9c6973e8ce92f9 100644 (file)
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- */ 
+ */
 package org.wamblee.security.authentication;
 
-import org.apache.log4j.Logger;
+import java.util.logging.Logger;
 
 /**
  * User administration initializer. It populates the user administration with a
@@ -25,7 +25,7 @@ import org.apache.log4j.Logger;
  */
 public class UserAdminInitializer {
     private static final Logger LOGGER = Logger
-        .getLogger(UserAdminInitializer.class);
+        .getLogger(UserAdminInitializer.class.getName());
 
     /**
      * Initializes the user administration in case no users are present.