mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 04:57:03 +00:00
10 lines
174 B
JavaScript
10 lines
174 B
JavaScript
|
|
#define DEPENDENCY_LOGGING 1
|
|
#define STATIC_RESOURCE_LOGGING 1
|
|
#define EXECUTION_LOGGING 1
|
|
|
|
#if BROWSER
|
|
#define CPLog console.log
|
|
#else
|
|
#define CPLog print
|
|
#endif |