10 lines
152 B
JavaScript
10 lines
152 B
JavaScript
// ------------------------------------
|
|
// Windows Event Log
|
|
// ------------------------------------
|
|
|
|
module.exports = {
|
|
init (logger, conf) {
|
|
|
|
}
|
|
}
|