• Version 1.15.2
Show / Hide Table of Contents

Class LogerExtensions

Inheritance
object
LogerExtensions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OnixS.Fix
Assembly: OnixS.Fix.Engine.dll
Syntax
public static class LogerExtensions

Methods

Debug(ILogger, string)

Declaration
public static void Debug(this ILogger logger, string msg)
Parameters
Type Name Description
ILogger logger
string msg

Debug(ILogger, string, params object[])

Declaration
public static void Debug(this ILogger logger, string msg, params object[] args)
Parameters
Type Name Description
ILogger logger
string msg
object[] args

Error(ILogger, Exception, string)

Declaration
public static void Error(this ILogger logger, Exception ex, string msg)
Parameters
Type Name Description
ILogger logger
Exception ex
string msg

Error(ILogger, string)

Declaration
public static void Error(this ILogger logger, string msg)
Parameters
Type Name Description
ILogger logger
string msg

Error(ILogger, string, params object[])

Declaration
public static void Error(this ILogger logger, string msg, params object[] args)
Parameters
Type Name Description
ILogger logger
string msg
object[] args

Info(ILogger, string)

Declaration
public static void Info(this ILogger logger, string msg)
Parameters
Type Name Description
ILogger logger
string msg

Info(ILogger, string, params object[])

Declaration
public static void Info(this ILogger logger, string msg, params object[] args)
Parameters
Type Name Description
ILogger logger
string msg
object[] args

Trace(ILogger, string)

Declaration
public static void Trace(this ILogger logger, string msg)
Parameters
Type Name Description
ILogger logger
string msg

Trace(ILogger, string, params object[])

Declaration
public static void Trace(this ILogger logger, string msg, params object[] args)
Parameters
Type Name Description
ILogger logger
string msg
object[] args

Warn(ILogger, string)

Declaration
public static void Warn(this ILogger logger, string msg)
Parameters
Type Name Description
ILogger logger
string msg

Warn(ILogger, string, params object[])

Declaration
public static void Warn(this ILogger logger, string msg, params object[] args)
Parameters
Type Name Description
ILogger logger
string msg
object[] args
In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX