11 lines
154 B
Plaintext
11 lines
154 B
Plaintext
component implements="taffy.bonus.ILogAdapter" {
|
|
|
|
public function init(config, tracker) {
|
|
return this;
|
|
}
|
|
|
|
public function saveLog(exception) {
|
|
}
|
|
|
|
}
|