@genexus/web-standard-functions
Version:
GeneXus JavaScript standard functions library for web generators
9 lines (8 loc) • 368 B
TypeScript
export declare class GeneXusCommonLog {
static write(message: any, topic?: any, logLevel?: any): void;
static logError(message: any, topic?: any): void;
static warning(message: any, topic?: any): void;
static info(message: any, topic?: any): void;
static debug(message: any, topic?: any): void;
static fatal(message: any, topic?: any): void;
}