C# Class Bosphorus.Library.Facades.Logger.Scoped

Show file Open project: BosphorusTeam/bosphorus.logging

Public Methods

Method Description
Debug ( string message ) : IDisposable
Error ( string message ) : IDisposable
Information ( string message ) : IDisposable
Log ( ILogModel logModel ) : IDisposable
Log ( string message ) : IDisposable
Log ( string message, LogType logType ) : IDisposable
Warning ( string message ) : IDisposable

Method Details

Debug() public static method

public static Debug ( string message ) : IDisposable
message string
return IDisposable

Error() public static method

public static Error ( string message ) : IDisposable
message string
return IDisposable

Information() public static method

public static Information ( string message ) : IDisposable
message string
return IDisposable

Log() public static method

public static Log ( ILogModel logModel ) : IDisposable
logModel ILogModel
return IDisposable

Log() public static method

public static Log ( string message ) : IDisposable
message string
return IDisposable

Log() public static method

public static Log ( string message, LogType logType ) : IDisposable
message string
logType LogType
return IDisposable

Warning() public static method

public static Warning ( string message ) : IDisposable
message string
return IDisposable