All Downloads are FREE. Search and download functionalities are using the official Maven repository.

generator.client.vue.webapp.app.common.domain.Logger.ts.mustache Maven / Gradle / Ivy

There is a newer version: 1.18.1
Show newest version
import { Message } from '@/common/domain/Message';

export interface Logger {
  error(message: Message, error: Error): void;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy