org.sonar.api.utils
Class Logs

java.lang.Object
  extended by org.sonar.api.utils.Logs

public final class Logs
extends Object

Predefined SLF4j loggers

Since:
1.12

Field Summary
static org.slf4j.Logger INFO
          Deprecated. default level is INFO since version 2.12. Please use your own logger.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INFO

@Deprecated
public static final org.slf4j.Logger INFO
Deprecated. default level is INFO since version 2.12. Please use your own logger.
This logger is always activated with level INFO



Copyright © 2009-2013 SonarSource. All Rights Reserved.