SystemOutLogger Class
- java.
lang. Object - com.
microsoft. store. partnercenter. logging. SystemOutLogger
- com.
Implements
public class SystemOutLogger implements ILogger
A logger that writes to the debug window to aid in debugging.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| SystemOutLogger() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| void |
logError(String message)
Logs an error. |
| void |
logInformation(String message)
Logs a piece of information. |
| void |
logWarning(String message)
Logs a warning. |
Inherited Members
Constructor Details
SystemOutLogger
public SystemOutLogger()
Method Details
logError
public void logError(String message)
Logs an error.
Parameters:
logInformation
public void logInformation(String message)
Logs a piece of information.
Parameters:
logWarning
public void logWarning(String message)
Logs a warning.
Parameters: