public class SysErrLogger extends Object
Modifier and Type | Field and Description |
---|---|
static SysErrLogger |
FAKE_LOGGER
FAKE LOGGER used where no LOG could be done
|
Modifier and Type | Method and Description |
---|---|
void |
ignoreLog(Throwable throwable)
Utility method to log nothing
Used only in classes where VitamLogger is not allowed
|
void |
syserr()
Utility method to log through System.err the current Stacktrace
Used only in classes where VitamLogger is not allowed
|
void |
syserr(String message)
Utility method to log through System.err
Used only in classes where VitamLogger is not allowed
|
void |
syserr(String message,
Throwable e)
Utility method to log through System.err the current Stacktrace
Used only in classes where VitamLogger is not allowed
|
public static final SysErrLogger FAKE_LOGGER
public void ignoreLog(Throwable throwable)
throwable
- to log ignorepublic void syserr(String message)
message
- to write for errorpublic void syserr()
Copyright © 2018 Vitam. All rights reserved.