docs/javadoc/reference/com/facebook/common/logging/LoggingDelegate.html
|
|
Summary: Methods | [Expand All]
public interface
| com.facebook.common.logging.LoggingDelegate |
| Known Indirect Subclasses
| FLogDefaultLoggingDelegate | Default implementation of LoggingDelegate. |
|
Logging interface
| Public Methods |
|---|
| abstract void |
Send a DEBUG log message and log the exception. |
| abstract void |
Send a DEBUG log message. |
| abstract void |
Send an ERROR log message. |
| abstract void |
Send a ERROR log message and log the exception. |
| abstract int |
| Gets a minimum log-level under which the logger will not log regardless of other checks. |
| abstract void |
Send a INFO log message and log the exception. |
| abstract void |
Send an INFO log message. |
| abstract boolean |
| Gets whether the specified level is loggable. |
| abstract void |
| Logs a message. |
| abstract void |
| Sets a minimum log-level under which the logger will not log regardless of other checks. |
| abstract void |
Send a VERBOSE log message. |
| abstract void |
Send a VERBOSE log message and log the exception. |
| abstract void |
Send a WARN log message and log the exception. |
| abstract void |
Send a WARN log message. |
| abstract void |
Send an ERROR log message. |
| abstract void |
Send an ERROR log message. |
Send a DEBUG log message and log the exception.
| tag | Used to identify the source of a log message. It usually identifies the class or activity where the log call occurs. | | msg | The message you would like logged. | | tr | An exception to log |
Send a DEBUG log message.
| tag | Used to identify the source of a log message. It usually identifies the class or activity where the log call occurs. | | msg | The message you would like logged. |
Send an ERROR log message.
| tag | Used to identify the source of a log message. It usually identifies the class or activity where the log call occurs. | | msg | The message you would like logged. |
Send a ERROR log message and log the exception.
| tag | Used to identify the source of a log message. It usually identifies the class or activity where the log call occurs. | | msg | The message you would like logged. | | tr | An exception to log |
Gets a minimum log-level under which the logger will not log regardless of other checks.
Send a INFO log message and log the exception.
| tag | Used to identify the source of a log message. It usually identifies the class or activity where the log call occurs. | | msg | The message you would like logged. | | tr | An exception to log |
Send an INFO log message.
| tag | Used to identify the source of a log message. It usually identifies the class or activity where the log call occurs. | | msg | The message you would like logged. |
Gets whether the specified level is loggable.
| level | the level to check |
Logs a message.
| priority | the priority of the message | | tag | Used to identify the source of a log message. | | msg | The message you would like logged. |
Sets a minimum log-level under which the logger will not log regardless of other checks.
| level | the minimum level to set |
Send a VERBOSE log message.
| tag | Used to identify the source of a log message. It usually identifies the class or activity where the log call occurs. | | msg | The message you would like logged. |
Send a VERBOSE log message and log the exception.
| tag | Used to identify the source of a log message. It usually identifies the class or activity where the log call occurs. | | msg | The message you would like logged. | | tr | An exception to log |
Send a WARN log message and log the exception.
| tag | Used to identify the source of a log message. It usually identifies the class or activity where the log call occurs. | | msg | The message you would like logged. | | tr | An exception to log |
Send a WARN log message.
| tag | Used to identify the source of a log message. It usually identifies the class or activity where the log call occurs. | | msg | The message you would like logged. |
Send an ERROR log message. Send wtf soft error report (sampled). Note: This is not equivalent of wtf(String, String).
| tag | Used to identify the source of a log message. | | msg | The message you would like logged. |
Send an ERROR log message. Send wtf soft error report (sampled). Note: This is not equivalent of wtf(String, String).
| tag | Used to identify the source of a log message. | | msg | The message you would like logged. | | tr | An exception to log. May be null. |
+Generated by Doclava. +