Class SystemOutLogger
java.lang.Object
com.microsoft.store.partnercenter.logging.SystemOutLogger
- All Implemented Interfaces:
ILogger
public class SystemOutLogger extends Object implements ILogger
A logger that writes to the debug window to aid in debugging.
-
Constructor Summary
Constructors Constructor Description SystemOutLogger() -
Method Summary
Modifier and Type Method Description voidlogError(String message)Logs an error.voidlogInformation(String message)Logs a piece of information.voidlogWarning(String message)Logs a warning.
-
Constructor Details
-
SystemOutLogger
public SystemOutLogger()
-
-
Method Details
-
logInformation
Logs a piece of information.- Specified by:
logInformationin interfaceILogger- Parameters:
message- The informational message.
-
logWarning
Logs a warning.- Specified by:
logWarningin interfaceILogger- Parameters:
message- The warning message.
-
logError
Logs an error.
-