C# Class fBaseXtensions.Helpers.Logger

Exibir arquivo Open project: herbfunk/Funky Class Usage Examples

Public Properties

Property Type Description
DBLog log4net.ILog
LoggingStamp string

Private Properties

Property Type Description
LogLevelEnabled bool
WriteLine void

Public Methods

Method Description
Write ( LogLevel level, string Message ) : void
Write ( LogLevel level, string Message, bool WriteToMainLog ) : void
Write ( string Message ) : void

Private Methods

Method Description
LogLevelEnabled ( LogLevel level ) : bool
WriteLine ( string text, bool append ) : void

Method Details

Write() public static method

public static Write ( LogLevel level, string Message ) : void
level LogLevel
Message string
return void

Write() public static method

public static Write ( LogLevel level, string Message, bool WriteToMainLog ) : void
level LogLevel
Message string
WriteToMainLog bool
return void

Write() public static method

public static Write ( string Message ) : void
Message string
return void

Property Details

DBLog public_oe static_oe property

public static log4net.ILog DBLog
return log4net.ILog

LoggingStamp public_oe static_oe property

public static string LoggingStamp
return string