Craig's Utility Library  4.0 Beta
Utilities.IO.Logging.BaseClasses Namespace Reference

Classes

class  LogBase
 Base class for logs More...
 
class  LoggerBase
 Logger base More...
 

Functions

delegate string Format (string Message, MessageType Type, params object[] args)
 Delegate used to format the message More...
 

Function Documentation

delegate string Utilities.IO.Logging.BaseClasses.Format ( string  Message,
MessageType  Type,
params object[]  args 
)

Delegate used to format the message

Parameters
MessageMessage to format
TypeType of message
argsArgs to insert into the message
Returns
The formatted message