UNPKG

simple-cas-interface

Version:

Provides an interface for authenticating and validating with a JASIG CAS server

12 lines (10 loc) 242 B
'use strict' let log module.exports = function getLogger (instance) { if (instance) { log = instance if (log.child) log = log.child({module: 'simple-cas-interface'}) } if (!log) log = require('abstract-logging') return log }