public final class ActorTrace extends Object
Constructor and Description |
---|
ActorTrace() |
Modifier and Type | Method and Description |
---|---|
void |
writeError(String type,
String id,
String msgFormat,
Object... params)
Writes an error trace log.
|
void |
writeInfo(String type,
String id,
String msgFormat,
Object... params)
Writes an information trace log.
|
void |
writeWarning(String type,
String id,
String msgFormat,
Object... params)
Writes an warning trace log.
|
public void writeInfo(String type, String id, String msgFormat, Object... params)
type
- Type of log.id
- Instance identifier.msgFormat
- Message or message format (with type and id input as well).params
- Params for the message.public void writeWarning(String type, String id, String msgFormat, Object... params)
type
- Type of log.id
- Instance identifier.msgFormat
- Message or message format (with type and id input as well).params
- Params for the message.Copyright © 2020. All rights reserved.