IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
CShell.Framework.Services.NLogLogger Class Reference

Uses NLog to write out the log messages. More...

+ Inheritance diagram for CShell.Framework.Services.NLogLogger:
+ Collaboration diagram for CShell.Framework.Services.NLogLogger:

Public Member Functions

 NLogLogger (Type type)
 
void Error (Exception exception)
 
void Info (string format, params object[] args)
 
void Warn (string format, params object[] args)
 
 NLogLogger (Type type)
 
void Error (Exception exception)
 
void Info (string format, params object[] args)
 
void Warn (string format, params object[] args)
 

Private Attributes

readonly NLog.Logger _innerLogger
 

Detailed Description

Uses NLog to write out the log messages.

Constructor & Destructor Documentation

CShell.Framework.Services.NLogLogger.NLogLogger ( Type  type)
inline
CShell.Framework.Services.NLogLogger.NLogLogger ( Type  type)
inline

Member Function Documentation

void CShell.Framework.Services.NLogLogger.Error ( Exception  exception)
inline
void CShell.Framework.Services.NLogLogger.Info ( string  format,
params object[]  args 
)
inline
void CShell.Framework.Services.NLogLogger.Warn ( string  format,
params object[]  args 
)
inline
void CShell.Framework.Services.NLogLogger.Error ( Exception  exception)
inline
void CShell.Framework.Services.NLogLogger.Info ( string  format,
params object[]  args 
)
inline
void CShell.Framework.Services.NLogLogger.Warn ( string  format,
params object[]  args 
)
inline

Member Data Documentation

readonly NLog Logger CShell.Framework.Services.NLogLogger._innerLogger
private

The documentation for this class was generated from the following file: