rename to log4js

This commit is contained in:
armorik83
2014-12-23 12:53:47 +09:00
parent f78ba138f0
commit 724e0e6338
2 changed files with 3 additions and 3 deletions
@@ -1,4 +1,4 @@
/// <reference path="./log4js-node.d.ts" />
/// <reference path="./log4js.d.ts" />
import log4js = require('log4js');
log4js.addAppender(log4js.appenders.file('logs/cheese.log'), 'cheese');
@@ -24,4 +24,4 @@ log4js.configure({
});
var defaultLogger = log4js.getDefaultLogger();
defaultLogger.debug('Got cheese.');
defaultLogger.debug('Got cheese.');
+1 -1
View File
@@ -1,4 +1,4 @@
// Type definitions for log4js-node
// Type definitions for log4js
// Project: https://github.com/nomiddlename/log4js-node
// Definitions by: Kentaro Okuno <http://github.com/armorik83>
// Definitions: https://github.com/borisyankov/DefinitelyTyped