Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / j2s / jalview / bin / Cache.js
1 Clazz.declarePackage ("jalview.bin");
2 c$ = Clazz.decorateAsClass (function () {
3 if (!Clazz.isClassDefined ("jalview.bin.Cache.Log")) {
4 jalview.bin.Cache.$Cache$Log$ ();
5 }
6 Clazz.instantialize (this, arguments);
7 }, jalview.bin, "Cache");
8 c$.getDefault = Clazz.defineMethod (c$, "getDefault", 
9 function (string, string2) {
10 return null;
11 }, "~S,~S");
12 c$.$Cache$Log$ = function () {
13 Clazz.pu$h(self.c$);
14 c$ = Clazz.decorateAsClass (function () {
15 Clazz.prepareCallback (this, arguments);
16 Clazz.instantialize (this, arguments);
17 }, jalview.bin.Cache, "Log");
18 Clazz.defineMethod (c$, "error", 
19 function (a) {
20 }, "~S");
21 Clazz.defineMethod (c$, "isDebugEnabled", 
22 function () {
23 return false;
24 });
25 c$ = Clazz.p0p ();
26 };
27 Clazz.defineStatics (c$,
28 "CASTORLOGLEVEL", null,
29 "log", null);