Skip to content
Snippets Groups Projects
Commit ebc1c16f authored by Yoan VALLET's avatar Yoan VALLET
Browse files

feat: create types for cozy logger

parent d6db9a89
No related branches found
No related tags found
3 merge requests!103Support,!102Dev,!83Features/113 bilan mensuel
declare module 'cozy-loggers'
export function namespace(namespace: string): log
export function log(
type: string,
message: string,
label: string,
namespace: string
): void
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment