public class SimpleLoggingService extends Object implements org.mule.weave.v2.model.service.LoggingService
System.out or a given PrintStream.| Constructor and Description |
|---|
SimpleLoggingService()
Logging to
System.out. |
SimpleLoggingService(PrintStream destination)
Logging to a given stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addIgnorePattern(Pattern pattern)
Messages matching this pattern shall not be printed.
|
boolean |
isInfoEnabled() |
void |
logError(String msg) |
void |
logInfo(String msg) |
void |
logWarn(String msg) |
public SimpleLoggingService(PrintStream destination)
destination - Destination stream.public SimpleLoggingService()
System.out.public void addIgnorePattern(Pattern pattern)
pattern - The pattern matched against the complete message.public boolean isInfoEnabled()
isInfoEnabled in interface org.mule.weave.v2.model.service.LoggingServicepublic void logError(String msg)
logError in interface org.mule.weave.v2.model.service.LoggingServicepublic void logInfo(String msg)
logInfo in interface org.mule.weave.v2.model.service.LoggingServicepublic void logWarn(String msg)
logWarn in interface org.mule.weave.v2.model.service.LoggingServiceCopyright © 2024. All rights reserved.