Craig's Utility Library  4.0 Beta
Utilities.IO.Logging.Interfaces.ILog Interface Reference

Log interface More...

Inheritance diagram for Utilities.IO.Logging.Interfaces.ILog:
Utilities.IO.Logging.BaseClasses.LogBase< LogType >

Public Member Functions

void LogMessage (string Message, MessageType Type, params object[] args)
 Logs a message More...
 

Properties

string Name [get]
 Name of the logger More...
 

Detailed Description

Log interface

Definition at line 30 of file ILog.cs.

Member Function Documentation

void Utilities.IO.Logging.Interfaces.ILog.LogMessage ( string  Message,
MessageType  Type,
params object[]  args 
)

Logs a message

Parameters
MessageMessage text
TypeMessage type
argsAny additional arguments that will be used in formatting the message

Implemented in Utilities.IO.Logging.BaseClasses.LogBase< LogType >.

Property Documentation

string Utilities.IO.Logging.Interfaces.ILog.Name
get

Name of the logger

Definition at line 35 of file ILog.cs.


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