Skip to main content
Skip table of contents

SysoLogger

SysoLogger Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph iTextSharp.text.log
  iTextSharp.text.log.SysoLogger[[SysoLogger]]
  iTextSharp.text.log.ILogger[[ILogger]]
  class iTextSharp.text.log.ILogger interfaceStyle;
  end
iTextSharp.text.log.ILogger --> iTextSharp.text.log.SysoLogger

Members

Methods

Public methods
ReturnsName
voidDebug(string message)
voidError(...)
ILoggerGetLogger(...)
voidInfo(string message)
boolIsLogging(Level level)
voidTrace(string message)
voidWarn(string message)

Details

Inheritance

Constructors

SysoLogger [1/3]
Source code
public SysoLogger()
SysoLogger [2/3]
Source code
public SysoLogger(int packageReduce)
Arguments
TypeNameDescription
intpackageReduce
SysoLogger [3/3]
Source code
protected SysoLogger(string klass, int shorten)
Arguments
TypeNameDescription
stringklass
intshorten

Methods

GetLogger [1/2]
Source code
public virtual ILogger GetLogger(Type klass)
Arguments
TypeNameDescription
Typeklass
GetLogger [2/2]
Source code
public virtual ILogger GetLogger(string name)
Arguments
TypeNameDescription
stringname
IsLogging
Source code
public virtual bool IsLogging(Level level)
Arguments
TypeNameDescription
Levellevel
Warn
Source code
public virtual void Warn(string message)
Arguments
TypeNameDescription
stringmessage
Trace
Source code
public virtual void Trace(string message)
Arguments
TypeNameDescription
stringmessage
Debug
Source code
public virtual void Debug(string message)
Arguments
TypeNameDescription
stringmessage
Info
Source code
public virtual void Info(string message)
Arguments
TypeNameDescription
stringmessage
Error [1/2]
Source code
public virtual void Error(string message)
Arguments
TypeNameDescription
stringmessage
Error [2/2]
Source code
public virtual void Error(string message, Exception e)
Arguments
TypeNameDescription
stringmessage
Exceptione

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.